Time Clock Form

This page uses a Hashtag Form to create new Time Clock records.   The form is styled using Bootstrap 3 default theme classes.  
Name:


Processed this Hashtag Markup:
<# start form for timeclock;
	when creating set start time to "<# system.date_time_short #>";
	when creating set status to "clocked in";
	when done redirect to "/timeclock/report";
#>

Name: <input type="text" <# name #> value="Stop Clockerman">
<input type="button" <# create button #> value="Clock-In">

<# end form #>


The Time Clock Mini-App uses the Hashtag Markup Language to provide a timekeeping process, and report total hours.

Time Clock records are stored in an SQL Database.   Methods are provided to clock-out active records, and export an overall total Timesheet to Google Sheets.