Print-ready quotes & invoices
A Print button on the order detail produces a clean quote/invoice: the shell (nav, top bar, demo bar), header actions, back-links, and the fulfillment panel are all print-hidden, leaving the line items, totals, and ledger balance — what a customer should see on paper. The same print foundation (kit PageHeader actions never print) serves every future printable page.
If you are building a front end
Your front end calls this over the same-origin `/api/v1` proxy — no backend code to write, no schema to design. Endpoints: none — print styling over the existing page.
Bring any front end — hand-written, or generated with Lovable, v0, Bolt, Claude, or Cursor. You get auth, a multi-tenant database, payments through your own Stripe, and email/SMS without writing or hosting a backend.
- How to turn it on
- Always on where the order detail renders.
- Who can use it
- inherits the page's permissions; masked money prints masked.
- The API behind it
none — print styling over the existing page- Where it lives
- /orders/:id/crm/contacts/:id/statement
See it in context
Quoting, invoicing & payments — the full walkthrough, step by step: Estimate → quote → invoice → money in YOUR Stripe. We never hold your funds.
Machine-readable
This page is generated from our published capability catalog. Point your AI assistant at /features.json (or /llms.txt) and it can read every feature, how to enable it, and the endpoints behind it — then build against them.