The Customers page has a kanban view that groups customers by lead_status. It's where you triage leads through the workflow.

Open the kanban

  1. Customers in the left nav.
  2. Toggle the view to Kanban.

Customers kanban

The five columns

Left to right, in workflow order:

ColumnWhat it means
LeadFresh inbound. Nobody's worked it yet.
ProspectSomeone qualified them and they're worth pursuing.
QuotedThey got an estimate.
CustomerPaying customer with at least one job.
InactiveDead lead or lapsed customer.

Moving someone forward

Drag a card from one column to the next. The system enforces valid transitions:

  • LeadProspect, Quoted, Customer, Inactive
  • ProspectQuoted, Customer, Inactive
  • QuotedCustomer, Inactive
  • CustomerInactive
  • InactiveLead, Prospect (re-engagement) ✓

You can't drag backward through the workflow (e.g. Customer → Lead). Run a Call blocks invalid transitions.

When you drop on Customer, the system stamps converted_at with the current timestamp.

Three lead actions on each card

Open a lead's card (or right-click) to find:

ActionWhat it does
Schedule follow-upSet the next follow-up date. Optional notes get prepended to lead_notes with a timestamp. A reminder fires at 8 AM on the scheduled date.
Log contactRecords that you reached out. Stamps last_contacted_at with now; prepends notes to lead_notes. Use this every time you call, text, or email.
Change statusDirect status flip without dragging.

Tags + status

Status answers where are they in the funnel. Tags answer what kind of lead are theyVIP, Commercial, Warranty, Insurance. Use tags to slice the kanban without moving anyone between columns.

Filtering the kanban

Above the columns, filters scope by:

FilterHow it works
TagsMulti-select, match all / match any.
Date rangeCreated between X and Y.
SourceFree-text match.

Daily workflow

The high-leverage one-pager for a salesperson:

  1. Check the Lead column. Anyone created in the last 24h gets first contact.
  2. Move LeadProspect after the first conversation.
  3. Use Schedule follow-up so the lead doesn't fall out of mind.
  4. Move to Quoted when the estimate goes out.
  5. Move to Customer when they say yes.