Settings
Configure branding, formats, modules and how the dashboard reaches your data.
Data source
Point the dashboard at the demo dataset or at your own REST API. Changes take effect immediately — no rebuild.
Mock uses the bundled demo dataset through the built-in API routes.
For example https://api.yourcompany.com/v1. Used when mode is REST.
Bearer sends an Authorization header; cookie sends credentials with each request.
Stored in this browser only. For production, issue tokens from your auth provider instead.
Expected endpoints
The HTTP adapter calls these paths relative to the base URL. Adapt names or shapes in src/services/mappers.ts.
- GET /reference-data
- GET /dashboard
- GET /revenue
- GET /expenses
- GET /profitability
- GET /cash-flow
- GET /reports/profit-loss
- GET /reports/balance-sheet
- GET /reports/cash-flow-statement
- GET /general-ledger
- GET /trial-balance
- GET /accounts-receivable
- GET /accounts-payable
- GET /customers
- GET /customers/:id
- GET /vendors
- GET /vendors/:id
- GET /transactions
- GET /transactions/:id
- GET /budget
- GET /inventory
- GET /search?q=
- GET /notifications