Combined timesheet
Add manual time
Upload mobile-provider call log (PDF)
Uploads are extracted and retained for review. A provider-specific parser is added after a redacted sample statement is available.
Entries
| Start | End | Source | Task / project | Duration | Status | Actions |
|---|---|---|---|---|---|---|
| {{ entry.start_at.astimezone(display_tz).strftime('%Y-%m-%d %H:%M') }} | {{ entry.end_at.astimezone(display_tz).strftime('%H:%M') }} | {{ entry.source }}{% if entry.kind == 'zed_inferred' %} inferred{% if overlaps_accepted(entry) %}; overlaps accepted time{% endif %}{% endif %} | {{ entry.task or '—' }}{% if entry.project_slug %} {{ entry.project_slug }}{% endif %} | {{ format_seconds(entry.duration_seconds) }} | {{ entry.status }} | {% if entry.status == 'suggested' %}{% endif %}Edit |
| No entries yet. Sync a tracker or add manual time. | ||||||