The Statement of Activities page (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/statement-activities) renders a financial report with period and fund filters plus export and save capabilities.
Overview
The Statement of Activities page provides a financial report filtered by fiscal period and fund. It usesuseStatementOfActivities to fetch report data and useFiscalPeriods / useFunds for filter options.
The page includes ReportExportButtons for export and a SaveReportDialog that saves the report definition as a stmt_activities type via useSaveReportDefinition.
Who it’s for
No explicit permission gate on this route.Before you start
- At least one fiscal period should exist to generate meaningful data.
- Optional: fund records can be used to filter the report.
Steps
Generate the Statement of Activities- Navigate to
/fa/reports/statement-activities. - Select a Fiscal Period from the filter.
- Optionally select a Fund filter.
- The report renders automatically.
- Use the Export buttons to download in the available format(s).
- Click Save Report.
- Enter a name and optional description.
- Choose whether to mark as default.
- Save.
Key concepts
- Statement of Activities: A financial statement report type identified as
stmt_activitiesin the platform’s report definition system. - Fund filter: Optional scoping by
fa_fundsrecord.
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/StatementOfActivitiesPage.tsx
- src/cores/fa/hooks/useStatementOfActivities.ts
- src/cores/fa/components/StatementOfActivitiesReport.tsx
- src/cores/fa/components/ReportExportButtons.tsx