Appearance
App Screens
A reference for each screen in the worker interface.
Home (Hours)
Path: /
The main screen you see after signing in. Shows:
- Today's date and a summary of hours logged today
- Your recent time entries in a list
- A + button to create a new entry
- The punch clock widget (if your admin has enabled it)
Each entry in the list shows the date, hours, project, and approval status.
Entry Form
Path: /entry/new or /entry/:id
Used to create or edit a time entry. Fields:
| Field | Description |
|---|---|
| Date | The date you worked |
| Start time | When you started |
| End time | When you finished |
| Break | Unpaid break minutes |
| Project | Project to attribute the time to |
| Task | Type of work |
| Note | Optional comment for your admin |
Hours Dashboard
Path: /dashboard
A summary view of your hours by week or month. Only available if your admin has enabled the Hours overview feature.
Invoices
Path: /invoices
Your invoice history. Shows all invoices you've submitted, with their status and amounts.
Tap + to upload a new invoice.
Invoice Form
Path: /invoice/new or /invoice/:id
Used to upload or review an invoice. Fields:
| Field | Description |
|---|---|
| Photo / File | The invoice image or PDF |
| Name | Invoice description |
| Type | Invoice category |
| Vehicle | Your assigned vehicle (if applicable) |
Profile
Path: /profile
Your personal details:
- Display name
- Profile photo
- Assigned vehicle
Login
Path: /login
The sign-in screen. Tap Sign in with Google to authenticate.
Choose Workspace
Path: /choose-tenant
Appears if you have access to more than one workspace. Tap the workspace you want to work in.