Invoices & Payments
Invoices
Create, send, and collect payment on invoices.
6 min readInvoices
Create invoices, send them to customers, record payments, and track overdue balances from the invoice list and detail pages.
Overview
Invoices (
/invoices) covers standard billing, deposit invoices (from estimates), bulk send/collect helpers, and AR statements. Detail lives at /invoices/:id; edit at /invoices/:id/edit.How to access
| Area | Menu path | Route |
|---|---|---|
| Invoice list | Invoices | /invoices |
| New invoice | New Invoice | /invoices/new |
| Invoice detail | Click a row | /invoices/:id |
| Edit | Detail actions | /invoices/:id/edit |
| Preview / send | /invoices/:id/pdf | |
| Staff payment page | Actions | /invoices/:id/payment |
| Credit memos tab | Credit Memos on list | /invoices?tab=credit-memos |
Requires
invoices:view (and create/update/delete for mutating actions).What you can do today
- Search, filter, and sort invoices; KPI tiles for outstanding and overdue totals.
- Create invoices manually or from jobs/estimates.
- Send invoices by email; bulk send overdue reminders.
- Record cash, check, other, Stripe, or credit memo payments on detail.
- Generate payment links (Stripe) from detail or
/invoices/:id/payment. - Void invoices — optionally create a credit memo for paid amounts.
- Export list data; run bulk collect with configured default payment method.
- Send AR statements for a customer balance snapshot.
- Switch to Credit Memos tab for credit list (see Credit Memos).
- AI insights preview on list when OpenAI is configured.
Prerequisites
invoices:viewand appropriate create/update permissions.- Customer with bill-to contact for sending.
- Stripe or Helcim (per business settings) for card payment links and checkout.
- Email integration for send actions.
Step-by-step
Create and send an invoice
- Go to Invoices → New Invoice (
/invoices/new). - Select customer, line items, tax, and due date.
- Save → open
/invoices/:id. - Click Send — choose recipients and confirm.
Record a manual payment
- Open
/invoices/:id. - Click Record Payment.
- Choose method (cash, check, other), amount, and reference.
- Save — balance updates immediately.
Collect by payment link
- Open
/invoices/:idor/invoices/:id/payment. - Choose Generate Payment Link (Stripe must be configured).
- Copy or send the link to the customer.
See Payment Links for the central link manager.
Void with credit memo
- On paid or partially paid invoices, choose Void.
- When prompted, confirm creating a credit memo for amounts already paid.
- Review credits under Invoices → Credit Memos tab.
Current limitations
- Staff direct card entry on
/invoices/:id/paymentshows Payment Form Coming Soon — use payment link mode or record payment on invoice detail today. - Bulk collect respects role and invoice lock rules — some invoices may be skipped.
- QuickBooks sync is optional and configured separately.
Related features
- Credit Memos — issue and apply credits
- Payment Links — manage Stripe links
- Estimate Deposits — deposit-type invoices
- Customer Detail & Workspace — customer invoice tab