/fa/reports.
Overview
The Financial Reports page is accessible at/fa/reports. No additional RequirePermission wrapper is on this route; individual report routes have their own permission checks. The component (ReportsPage exported as FAReportsPage) renders:
- ASC 958 Reports section: Balance Sheet (
/fa/reports/balance-sheet), Statement of Activities (/fa/reports/statement-activities), Functional Expenses (/fa/reports/functional-expenses) - Other Reports section: Trial Balance, and other reports defined in the
otherReportsarray - Recent report run history via
useRecentReportRuns - Report favorites via
useReportFavoritesanduseToggleReportFavorite
REPORT_TYPE_LABELS maps report type keys to display names.
Who it’s for
Access follows your organization’s role and module configuration. Individual report routes have their own permission requirements.Before you start
- The general ledger must contain posted entries for reports to return meaningful data.
Steps
- Navigate to Finance → Reports (
/fa/reports). - Select a report from the ASC 958 Reports or Other Reports sections.
- Toggle report favorites using the star icon.
- Review recent report run history to access previously generated reports.
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/ReportsPage.tsx