Skip to main content
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: /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): Each tab content is lazy-loaded: 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 permission fa.reports.view.

Before you start

  • You must have fa.reports.view permission.
  • The general ledger must contain posted entries for meaningful report data.

Steps

  1. Navigate to Finance → Reports → Financial Statements (/fa/reports/statements).
  2. Select a tab: Balance Sheet, Statement of Activities, Cash Flow, or Functional Expenses.
  3. The selected tab content lazy-loads and renders the report.
  4. The active tab is reflected in the URL (?tab=<key>) for bookmarking.

Key concepts

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.
  • src/routes/fa.tsx
  • src/cores/fa/pages/FinancialStatementsHubPage.tsx