-
Notifications
You must be signed in to change notification settings - Fork 0
Sales and Estimating
Doug edited this page Jul 2, 2026
·
4 revisions
Everything upstream of a job: capturing leads, quoting the work, getting a signature, and following up until the estimate is won or dead.
- Landing leads — raw form submissions (name, email, phone, UTM tags, message) land in a triage list; mark contacted or discard.
- Lead pipeline — qualified prospects move through stages (new → contacted → qualified → quoted → won/lost) with estimated value and an assignee. Stage transitions are audit-logged.
- Online booking — a public booking form captures name, phone, service, and a preferred date/slot; requests wait in a pending queue, slot availability is checked against existing approvals, and approving one creates the job. See Customer Portal.
- Full estimate editor: line items with description, quantity, unit price, and
cost; subtotal, tax, and per-line margin snapshots. Auto-numbered
(
EST-NNNNNN). Status flow: draft → sent → accepted / declined / expired. - Line-item pickers pull from your catalogs (parts, doors, labor — see Catalogs), with pricing driven by the pricing engine (margins by customer class, cost tiers, volume discounts, adder rules).
- PDF export, with layouts controlled by the PDF template editor.
- Customers accept or decline from a public link — no portal login needed.
- Quote Builder — a fast inline quoting dialog available on desktop and in the mobile app, including Good/Better/Best options on the truck.
- Draft hygiene — background jobs purge empty drafts after 7 days and archive stale ones (default 60 days, configurable).
- AI Quick Estimate — describe the job ("16×7 insulated steel door replacement") and the app parses dimensions/material/type, matches catalog items, adds labor from your rates, and proposes line items. Uses a local OpenAI-compatible LLM when configured, and falls back to keyword matching when not — see Integrations.
- Smart line-item suggestions on regular estimates work the same way.
- Estimate nurture rules — automatic follow-ups for unaccepted estimates: a delay in hours, an optional discount %, and a message template; per-estimate last-contacted tracking prevents spamming a customer.
- Follow-ups queue — scheduled manual tasks on estimates, invoices, or customers with due dates and assignees (see Marketing & Retention).
- Proposals — formal proposal documents.
- Change orders — mid-job scope changes captured as their own documents so the original estimate stays intact.
- Service agreements — recurring service contracts (pairs with maintenance plans in Jobs, Scheduling & Dispatch).
- Signatures — e-signature capture and tracking across estimates, quotes, and job close-out.
- Invoicing & Payments — convert accepted estimates to invoices.
- Catalogs — where the priced items come from.