Timeclock 🟡 PREVIEW - Time Tracking

Employee time clock with GPS tracking, overtime management, and attendance reports

Timeclock Interface Screen

Overview

Timeclock provides accurate employee time tracking with GPS verification, overtime management, and comprehensive attendance reports. Employees can clock in/out, request overtime, and managers can approve entries and generate payroll-ready reports.


Features

Clock In/Out

CapabilityDescription
Clock InStart work session with GPS verification
Clock OutEnd work session
BreakStart/end break periods
GPS TrackingLocation verification on clock events
GeofenceConfigurable work zone boundaries

Records

CapabilityDescription
HistoryComplete work session history
EditManager corrections with notes
FiltersFilter by date, employee, or status
ExportCSV and Excel export

Overtime

CapabilityDescription
RequestEmployee overtime requests
ApproveManager approval workflow
PoliciesConfigurable overtime rules
TrackingCumulative overtime tracking

Reports

CapabilityDescription
HoursTotal hours worked per period
AttendanceAbsence and presence tracking
PayrollPayroll-ready summary reports
AnalyticsTrend analysis and dashboards

Keyboard Shortcuts

ShortcutAction
Ctrl + IClock in
Ctrl + OClock out
Ctrl + BStart/end break
Ctrl + RView records
Ctrl + HRequest overtime
Ctrl + PGenerate payroll report
Ctrl + FFilter records
EscClose current view

Timeclock via Chat


API Reference

EndpointMethodDescription
/api/timeclock/clock/inPOSTClock in
/api/timeclock/clock/outPOSTClock out
/api/timeclock/clock/breakPOSTToggle break status
/api/timeclock/clock/statusGETGet current clock status
/api/timeclock/recordsGETList time records
/api/timeclock/records/{id}GETGet record by ID
/api/timeclock/records/{id}PUTUpdate record
/api/timeclock/overtimeGETList overtime requests
/api/timeclock/overtimePOSTSubmit overtime request
/api/timeclock/overtime/{id}/approvePOSTApprove overtime
/api/timeclock/overtime/{id}/rejectPOSTReject overtime
/api/timeclock/reports/hoursGETHours worked report
/api/timeclock/reports/attendanceGETAttendance report
/api/timeclock/reports/payrollGETPayroll summary
/api/timeclock/reports/exportGETExport report as CSV/Excel