Financial Statements is a tabbed hub page that consolidates the Balance Sheet, Statement of Activities, Cash Flow Statement, and Functional Expenses report into a single navigable interface. 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/reports/statements.
Overview
The Financial Statements Hub is accessible at/fa/reports/statements and requires permission fa.reports.view. The component (FinancialStatementsHubPage) uses useTabUrlState to sync the active tab with a ?tab= URL parameter. Valid tabs (from VALID_TABS):
| Tab key | Label |
|---|---|
balance-sheet | Balance Sheet |
statement-activities | Statement of Activities |
cash-flow | Cash Flow |
functional-expenses | Functional Expenses |
BalanceSheetContent, StatementOfActivitiesContent, CashFlowContent, FunctionalExpensesContent. A TabFallback skeleton is shown while loading.
Statement template management is available at /fa/reports/statements/templates/new (create) and /fa/reports/statements/templates/:templateId/edit (edit), both gated behind fa.statement-templates.create and fa.statement-templates.update respectively.
Who it’s for
Requires permissionfa.reports.view.
Before you start
- You must have
fa.reports.viewpermission. - The general ledger must contain posted entries for meaningful report data.
Steps
- Navigate to Finance → Reports → Financial Statements (
/fa/reports/statements). - Select a tab: Balance Sheet, Statement of Activities, Cash Flow, or Functional Expenses.
- The selected tab content lazy-loads and renders the report.
- The active tab is reflected in the URL (
?tab=<key>) for bookmarking.
Key concepts
| Concept | Description |
|---|---|
useTabUrlState | Hook syncing active tab with URL ?tab= parameter |
VALID_TABS | ['balance-sheet', 'statement-activities', 'cash-flow', 'functional-expenses'] |
StatementTemplateWizardPage | Wizard for creating/editing statement report templates |
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/FinancialStatementsHubPage.tsx