Jobs — pipelines, stages, and statuses
Build a custom pipeline per type of work, with stages for each phase from intake to completion.
A pipeline is the template for a kind of work — its stages, the order they run in, the colours and rules per stage. You typically have one pipeline per type of job: a "Renovations" pipeline, a "Microblading touch-up" pipeline, a "Legal matter" pipeline.
Manage pipelines under Jobs → Pipelines.
Creating a pipeline
- Jobs → Pipelines → New Pipeline.
- Give it a name and an optional description.
- Add statuses in the order they run in. Each status has:
- A name ("Quoted", "Deposit paid", "On hold")
- A colour for the kanban board
- A flag — Is terminal (the job is finished — Won) and Is cancelled (cancelled / lost), used by reports.
- A flag — Is visible to customer — when off, customers don't see this status in their portal (handy for internal-only states like "Awaiting parts").
The order of statuses is set by drag-and-drop. Order matters because the kanban board renders left-to-right in this order.
Statuses you'll typically want
A standard service pipeline:
- New / intake (visible)
- Quoted (visible)
- Deposit paid (visible) — the job is committed.
- In progress (visible)
- Awaiting parts (internal — hidden from customers)
- Final review (visible)
- Completed (visible, terminal — counts toward "won" in reports)
- Cancelled (terminal + cancelled — counts toward "lost")
Multiple pipelines
You can have any number of pipelines. Each job picks one when it's created. Jobs can't move between pipelines once chosen — if you need to re-categorise, archive the old job and start a new one.
Editing pipelines after jobs exist
Renaming a status is safe — existing jobs flow through. Deleting a status that jobs are currently in will block until you move those jobs to a different status (the system will prompt you).