Ledger — chart of accounts + entry drill-in
The ledger page rounds out: the chart of accounts (code, name, type, normal side) and a drill-in on every journal entry showing its balanced debit/credit lines per account — the visible proof of double entry. Money stays L-MONEY strings through MoneyDisplay.
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: GET /api/v1/ledger/accounts, GET /api/v1/ledger/entries/:publicIdentifier.
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
- Part of the 'finance' module (ledger sub-page).
- Who can use it
- RBAC: ledger.read.
- The API behind it
GET /api/v1/ledger/accounts, GET /api/v1/ledger/entries/:publicIdentifier- Where it lives
- /finance/ledger
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.