Skip to main content

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/user or GET /api/user/by-customer/:customerId
  • GET /api/Invoice
  • GET /api/activity-logs/user
  • GET /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

:::