Invoice Generation
Invoices in Otesse are generated automatically when services are completed, but can also be created manually for custom charges.
Automatic Generation
The standard invoice flow:
- Crew completes the service and checks out
- System generates an invoice based on the booking configuration
- Line items are populated from the cart (products, extras, adjustments)
- Zone pricing rules are applied
- Discounts (coupons, subscription) are applied
- Tax is calculated based on the service address
- Invoice is created with status "Pending"
- If auto-send is enabled, the invoice is emailed to the customer
- If auto-charge is enabled, payment is processed immediately
Manual Invoice Creation
For charges outside the normal booking flow:
- Navigate to CRM > Invoices
- Click Create Invoice
- Select the customer
- Add line items:
- Description
- Quantity
- Unit price
- Tax rate (defaults to zone rate)
- Apply discounts if applicable
- Set payment terms (due date)
- Save as draft or send immediately
Line Items
Each invoice consists of one or more line items:
| Field | Description |
|---|---|
| Description | What the charge is for |
| Quantity | Number of units |
| Unit Price | Price per unit |
| Tax Rate | Applicable tax percentage |
| Discount | Per-line discount (rare, usually applied at invoice level) |
| Total | Quantity x Unit Price - Discount + Tax |
Invoice Statuses
| Status | Meaning |
|---|---|
| Draft | Not yet sent to customer. Can be edited freely. |
| Pending | Sent to customer, awaiting payment |
| Paid | Payment received in full |
| Partially Paid | Some payment received, balance remaining |
| Overdue | Past the due date with balance remaining |
| Void | Cancelled — no payment expected |
Invoice Numbering
Invoices are numbered sequentially using your configured prefix:
- Default format: INV-YYYY-NNNNN (e.g., INV-2026-00142)
- The prefix is configurable in Company Settings
- Numbers never reset and always increment
- Voided invoices retain their number (gaps indicate voids)
Adjustments
After a service, the crew or admin may need to adjust the invoice:
- Additional work — Extra items discovered or requested on-site
- Reduced scope — Part of the service could not be completed
- Credits — Goodwill credits for service issues
Adjustments are added as line items with clear descriptions so the customer understands the change.
On this page