01
Invoices with lines, recipient context and PDF
Create the receivable document, compose its lines, keep the client and billing recipient attached and generate the document the organization can share.
- What is implemented
- Invoice creation and detail routes implement client selection, recipient details, line composition, totals and PDF-backed document behavior.
- Availability boundary
- Invoices require the invoices capability and the corresponding create, view or edit permission for each action.
02
Explicit document actions, credits and recurring setup
Keep saving, issuing and sending as distinct actions, record credit notes where the receivable changes and configure recurring behavior from the invoice record.
- What is implemented
- The invoice detail implements separate lifecycle actions, email reporting, credit-note creation and recurring invoice controls.
- Availability boundary
- Consequential document changes remain permission-gated; configuring recurrence does not bypass invoice lifecycle or review controls.
03
Payments applied to invoices
Record a receipt against what the client owed so the balance, status and collection history belong to the receivable instead of a disconnected note.
- What is implemented
- The payment ledger and invoice detail implement payment creation and invoice-linked payment history.
- Availability boundary
- payments depends on invoices and requires payment permissions. AgentticCRM records payments; it does not claim to process bank-card settlement itself.
04
Expenses, including costs that can be rebilled
Record delivery cost and identify expenses that belong back on a client invoice so revenue is not read without the operational spend that produced it.
- What is implemented
- The expenses surface and invoice detail implement expense records and billable-expense intake into invoice lines.
- Availability boundary
- Expenses are a separately enabled capability, and viewing or editing them requires the matching organization permissions.
05
Operational reports across invoices, payments and expenses
Read the period across the implemented revenue records so the organization can review invoiced work, receipts and cost without exporting three disconnected lists first.
- What is implemented
- A dedicated reports route exists, and the plan dependency graph ties reports to invoices, payments and expenses.
- Availability boundary
- reports depends on all three revenue capabilities; the live plan and the person's reporting permissions determine availability.