Time Tracking ยท Punch Clock
How to record clock-in and clock-out entries, maintain the staff list, and review time-worked reports.
This application is a simple time-tracking punch clock. Staff use it to record when they start (clock in) and end (clock out) work. Each punch is saved to a custom object named punch clock, and a reporting page lets you review entries, filter by staff and date range, and see the total time worked.
It is designed for daily use: a staff member opens the app, selects their name, taps Clock In or Clock Out, and the system handles the rest.
The staff list is maintained in-app. To add or remove names, open the Staff Management page (gear icon on the Punch Clock page).
Open the Time Reports page (chart icon on the Punch Clock page) to review punches and durations.
Each punch writes to the following fields on the punch clock custom object:
| Field | Purpose |
|---|---|
record_number | Auto-generated reference built from the date & time |
punch_status | check_in or check_out (the action selected) |
staff | The selected staff member's name |
time | The date & time of the punch |
note | Optional notes entered by the staff member |