GL-based snapshot of assets, liabilities, and net assets at a specific fiscal period at the in-app routeDocumentation 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/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
No explicit permission gate on this route. 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
Select a fiscal period
Choose a period from the Report Filters dropdown. The report renders once a period is selected.
Review the report
Assets, liabilities, and equity accounts are grouped and displayed with ending balances.
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