The Finance landing route is the entry point to the Finance & Revenue core. Route:Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fa redirects to /fa/dashboard.
Overview
Navigating to/fa redirects immediately to /fa/dashboard via <Navigate to="/fa/dashboard" replace />. The FAOverview component at /fa/dashboard renders the Finance & Revenue core dashboard with:
- Stat cards for Total Accounts, Active Funds, Departments, and Fiscal Periods (loaded via
useFADashboardStats) - Lazily loaded widgets:
FAFinancialSummaryWidget,FAPendingApprovalsWidget,FABudgetAlertsWidget,FACashPositionWidget,FAAgingSummaryWidget - A
QuickActionsSectionfor common navigation shortcuts - Navigation buttons to Accounts (
/fa/accounts) and Settings (/fa/settings)
RequirePermission wrapper is present on the /fa/dashboard route itself.
Who it’s for
No explicit permission gate on this route.Before you start
- Ensure at least one fiscal year and chart of accounts have been configured.
Steps
- Navigate to Finance in the application menu or go to
/fa. - The dashboard at
/fa/dashboardloads automatically. - Review summary stat cards for high-level financial health indicators.
- Use
QuickActionsSectionlinks to navigate to frequently used modules. - Review widgets for financial summary, pending approvals, budget alerts, cash position, and aging summary.
Key concepts
| Concept | Description |
|---|---|
FAOverview | The main Finance dashboard component rendered at /fa/dashboard |
useFADashboardStats | Hook returning summary counts for accounts, funds, departments, periods |
FACashPositionWidget | Lazy-loaded widget summarizing cash position |
FABudgetAlertsWidget | Lazy-loaded widget showing active budget alerts |
FAAgingSummaryWidget | Lazy-loaded widget summarizing AR/AP aging |
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/FAOverview.tsx