Quotations
Generate quotes with digital signatures, AI insights, version tracking, and auto-convert to invoices.
Creating a Quotation
- Navigate to Finance → Quotations
- Click New Quotation
- Select the client
- Add products/services with quantities and pricing
- Use the Margin Calculator to check profitability per line item
- Set validity period and notes
- Preview and send to client
Quotation List
The quotations page includes:
- Pipeline stats — Draft, sent, accepted, rejected, and expired counts with conversion rate
- AI Insights panel — Collapsible side panel with AI-powered recommendations for improving quotation success rates
- Status tabs — Filter by stage
- Sortable columns — Client, amount, status, created date, expiry
Quotation Lifecycle
| Status | Description |
|---|---|
| Draft | Preparing the quote |
| Sent | Delivered to client |
| Accepted | Client approved |
| Rejected | Client declined |
| Expired | Past validity date |
Quotation Detail View
- Full quotation preview with template design
- Send Dialog — Email the quotation with a customizable message and the rendered PDF attached
- Version History — See all revisions with diff comparison
- Activity Panel — Timeline of all actions taken on the quotation
- Convert to Invoice — One-click conversion (see below)
- Entity AI Panel — AI summary, suggested actions, similar quotations, and an Ask AI input scoped to this record
- Server-side PDF — Pixel-stable PDF via
/api/finance/quotations/[id]/pdf. Print-optimized view at/print/quotation/[id].
Digital Signatures
Quotations support digital signature capture:
- Send the quotation to the client
- Client receives a secure link to view the quotation
- Client can accept and sign using the signature canvas, or decline with a reason
- Signature status is tracked on the quotation
Public Quotation View
When a client receives a quotation link, they see a branded public page with:
- Full quotation details and line items
- Sign & Accept button with signature pad
- Decline button with reason input
- No login required
Converting to Invoice
When a quotation is accepted:
- Open the accepted quotation
- Click Convert to Invoice
- A dialog shows the conversion options
- All line items, pricing, and client details are copied to a new invoice
- Review and send the invoice
Automatic Conversion (Automation)
You can automate the quotation→invoice flow:
- Go to Finance → Settings → Invoicing
- Find the Quotation Automation card
- Toggle the automation on
- Configure:
| Setting | Description |
|---|---|
| Invoice Amount | Full invoice (100%) or deposit percentage (25%, 30%, 50%, or custom) |
| Payment Due | Days after acceptance before payment is due (default: 30) |
When enabled, accepting a quotation automatically creates an invoice draft with the configured deposit amount and payment terms. Deposit invoices create a single line item for the deposit percentage.
The automation creates a draft invoice — it is not sent automatically. You can review and modify the invoice before sending.
Sales Pipeline
Navigate to Finance → Quotations → Pipeline (/finance/quotations/pipeline) for a visual pipeline view of all quotations organized by stage.
Order Forms
Convert accepted quotations into formal order forms at Finance → Quotations → Orders (/finance/quotations/orders).
Quotation Templates
Manage quotation templates from the unified Templates Hub at Finance → Settings → Templates (/finance/settings/templates) — pick the Quotations tab. The legacy /finance/quotations/templates URL redirects there.
Versioning
Keep track of quotation revisions:
- Each significant edit creates a new version
- View version history to compare changes
- Clients always see the latest version
- Previous versions are preserved for audit
Margin Calculator
When editing line items, the margin calculator shows:
- Cost price vs. sale price per item
- Margin percentage and absolute margin
- Total quotation margin
AI Insights
The quotations list includes an AI insights panel that provides:
- Recommendations to improve conversion rates
- Analysis of quotation patterns
- Suggestions based on similar past quotes
Next Steps
- Invoicing — Manage converted invoices
- Products — Set up your product catalog
- Templates — Choose quotation designs
- Finance Settings — Configure automation rules