AnchorAnchor
Modules

Quotes

Create and send quotes and estimates to customers.

Quotes (also called estimates) let you provide pricing to customers before creating an invoice. Navigate to Sales > Quotes.

Creating a Quote

  1. Click New Quote
  2. Select the customer contact. Line tax defaults from that contact’s default tax rate (Contacts → Bookkeeping). Tax-exempt contacts get No tax. Changing tax on a line — including No tax — is kept if you later change the customer. New lines pick up the current customer’s default.
  3. Add line items with descriptions, quantities, and prices. Optionally pick a stock item from the catalogue — that fills the description and sale price when those fields are still empty. Free-text lines without an item are still valid. Stock lines do not show an Account picker (the item’s revenue account is stored when it has one).
  4. Set an expiry date
  5. Save as draft or send to the customer

Editing a Draft

A quote can be edited while it is still a draft (before it is sent).

  1. Open Sales → Quotes and click the draft
  2. Click Edit
  3. Change the customer, dates, currency, reference, notes, or line items
  4. Click Save Quote

Sent, accepted, declined, expired, and converted quotes cannot be edited. To change a sent quote, create a new one.

Quote Fields

FieldDescription
Quote NumberAuto-generated unique identifier
CustomerContact receiving the quote
CurrencyFills from the customer’s currency (organisation base if the contact has none). Change it to quote in a different currency; that override is kept if you change customer.
DateQuote issue date
Expiry DateWhen the quote expires
Line ItemsProducts/services being quoted. Optional catalogue item; free-text is allowed.
TaxDefaults from the customer’s default tax rate (or No tax if tax-exempt / unset). Override per line.
TotalCalculated total including tax
StatusDraft, Sent, Accepted, Declined, Expired

Status Flow

  1. Draft - Quote is being prepared
  2. Sent - Quote has been sent to the customer
  3. Accepted - Customer has accepted the quote
  4. Declined - Customer has declined
  5. Expired - Quote passed its expiry date without response

Sending Quotes

When you click Send on a draft quote, a confirmation dialog lets you:

  • Send Email - Enter the recipient email, customize the subject and message, then send. The customer always receives a portal link to view and accept the quote (signed link, 30 days, no password).
  • Attach PDF - Optional. Off by default. When checked, the quote PDF is attached to the same email as well as the portal link.
  • Mark as Sent - Change the status without emailing

Downloading PDFs

Quotes can be downloaded as PDF from the quote detail page at any status (draft, sent, accepted, declined, expired, converted):

  • Click Download PDF
  • Via API: GET /api/v1/quotes/{id}/pdf?format=pdf
  • Via MCP: use the get_quote_pdf tool

To customize how your PDFs look, see Templates.

Sent emails appear in the Email History section on the quote detail page. You can resend any previous email from there.

Converting to an Invoice

When a customer accepts a quote:

  1. Open the accepted quote
  2. Click Convert to Invoice
  3. Review the invoice details
  4. The invoice is created with all line items from the quote, including any catalogue item on those lines so sending the invoice can relieve stock
  5. The quote is marked as invoiced

Quotes never reserve or decrement stock. Quantity on hand changes when the resulting invoice is sent.

PDF Download

Quotes can be downloaded as PDFs. The layout matches your configured template, including your branding, accent color, bank details, and notes. To customize the appearance, go to Settings > Templates and create or edit a Quote template. See Templates for all available options.

On this page