/fa/reports/balance-sheet.
Overview
This screen presents the Balance Sheet report for the current organization. Report filters include fiscal period, fund, and entity consolidation (multi-site selector). A Report Basis toggle defaults togaap. A refresh button invalidates the cached query. When a period is selected, the report renders with organization name, report title, period name, and fund name in a ReportHeader. Account data is grouped by account_type (asset, liability, equity) and rendered in BalanceSheetReport. Export options include PDF (via useFinancialStatementPdf) and CSV/print via ReportExportButtons. A “Save Report” dialog allows saving the current filter configuration.
Who it’s for
Access follows your organization’s role and module configuration. The route is registered without aRequirePermission wrapper in fa.tsx.
Before you start
- Fiscal periods must be configured.
- Journal entries must be posted to the selected period.
- An organization must be selected.
Steps
1
Navigate to Balance Sheet
Go to
/fa/reports/balance-sheet via Finance & Revenue Reports.2
Select a fiscal period
Choose a period from the Report Filters dropdown. The report renders once a period is selected.
3
Apply optional filters
Filter by fund or select specific entity/site consolidation.
4
Review the report
Assets, liabilities, and equity accounts are grouped and displayed with ending balances.
5
Export the report
Click Export PDF or use ReportExportButtons for CSV export.
6
Save a report definition
Click Save in ReportExportButtons to open the Save Report dialog.
Key concepts
account_typevalues:asset,liability,equity— used to group balance sheet linesending_balance— the balance for each account at the end of the selected periodreportBasis— toggle value (gaapdefault); SME should confirm effect on dataEntityConsolidationSelector— allows multi-site/entity filtering
Related
Finance & Revenue
Finance & Revenue core overview.
Governance & parity
Documentation coverage and governance.
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/BalanceSheetPage.tsx
- src/cores/fa/hooks/useBalanceSheet.ts
- src/cores/fa/hooks/useReportFilters.ts