The Grant Compliance report page generates a per-fund compliance view comparing budgeted amounts against actuals for a selected period. It is accessible at 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/grant-compliance.
Overview
The page filters by fiscal period and fund/grant, then loads data viauseGrantCompliance. When both filters are set, the GrantComplianceReport component renders the compliance data. A Save Report action is available via useSaveReportDefinition, and a ReportExportButtons component provides export and save options.
An alert is shown if no fund is selected, prompting the user to choose one before data loads.
Primary hooks: useGrantCompliance, useFiscalPeriods, useFunds, useReportFilters, useSaveReportDefinition
Who it’s for
No explicit permission gate on this route.Before you start
- At least one active fund/grant must exist in the system.
- At least one fiscal period must be configured.
Steps
- Navigate to
/fa/reports/grant-compliance. - In the Filters card, select a Fiscal Period and a Fund/Grant.
- The report loads automatically once both filters are set.
- Use ReportExportButtons to export the report or save the filter configuration for later reuse.
- Click Back to Reports (top left) to return to the reports list.
Key concepts
- Grant Compliance Report: A filtered view comparing budgeted amounts to actual spending for a specific fund. Requires both
periodIdandfundIdfilter values to render data. - Save Report Definition: Stores the current filter configuration (period, fund) for quick re-run. The saved definition is associated with the current organization.
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/GrantCompliancePage.tsx
- src/cores/fa/hooks/useGrantCompliance.ts
- src/cores/fa/hooks/useReportFilters.ts
- src/cores/fa/components/GrantComplianceReport.tsx