Dashboard Console Dashboard
is the main panel where user, invoice and activity summaries are displayed.
Access Path
- Web:
/dashboard
Main Contents
- Total users, pending invoices and monthly revenue summaries
- Activity log list and date filtering
- Recent transactions and quick redirects
API Bits Used
GET /api/userorGET /api/user/by-customer/:customerIdGET /api/InvoiceGET /api/activity-logs/userGET /api/activity-logs/customer
Authorization Note
- According to the user role, all users or only users within their customer scope are listed.
:::info Manifest Code
console:dashboard:view
:::