Navigation

Time Tracking

Konduit tracks time per task per user. Three modes: manual entries (Toggl-style sync), running timers (start/stop), and bulk imports via CSV or the API.

Manual entry

Click the + in the time-entries panel. Enter:

  • Duration — in minutes or 1h 30m syntax
  • Note — optional context
  • Date — defaults to today
  • Billable — checkbox for client billing

Save. The entry appears in the per-user breakdown and rolls up to the task total.

Running timer

Click Start Timer to start tracking from now. The timer ticks live in the panel. Click Stop when done — Konduit computes the duration and saves the entry.

You can have one running timer per task per user. Starting a new timer on a different task while one is running is allowed (you can run two timers simultaneously across two tasks, intentionally).

Per-user totals

The panel shows breakdowns by user — each row collapsible. Total time for the task appears at the top.

Billable

Mark entries as billable for invoicing. Billable totals can be:

Editing entries

Hover an entry for the edit/delete icons. Running timers can't be edited — stop them first.

API integration

Sync from Toggl, Harvest, or your own tracker via the public API. See API → Time Entries for the manual-entry / start / stop / as_user workflow.

Next