/fa/analytics/dashboard.
Overview
The Financial Dashboard is accessible at/fa/analytics/dashboard and requires permission fa.dashboard.view. The component (FinancialDashboardPage) fetches financial balances via useFinancialBalances(organizationId) and trend data via useFinancialTrends({ organizationId }). It also loads or seeds a dashboard definition via useDashboardDefinition and useCreateDashboardDefinition (seeded on first load if none exists).
The page renders stat cards computed using mathjs (add, subtract, bignumber) for precision arithmetic, a RevenueTrendChart, and a QuickActionsCard for navigation. A PermissionGate controls access to a Settings button linking to /fa/settings.
Who it’s for
Requires permissionfa.dashboard.view.
Before you start
- You must have
fa.dashboard.viewpermission. - The general ledger must contain posted transactions for meaningful balance and trend data.
Steps
- Navigate to Finance → Analytics → Dashboard (
/fa/analytics/dashboard). - Review stat cards for financial balance summary.
- Review the
RevenueTrendChartfor trend analysis. - Use
QuickActionsCardto navigate to related modules.
Key concepts
Related
Finance & Revenue
Finance & Revenue core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fa.tsx
- src/cores/fa/pages/FinancialDashboardPage.tsx