The Revenue Reports 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/revenue-reports) is a tabbed hub that consolidates recognition, deferred balance, and contract progress reports.
Overview
The Revenue Reports hub renders three lazy-loaded sub-reports in URL-synced tabs:| Tab key | Label |
|---|---|
recognition-by-period | Recognition by Period |
deferred-balance | Deferred Balance |
contract-progress | Contract Progress |
tab query parameter. A seed test data button is visible to users with FA_PERMISSIONS.REVENUE_CONTRACTS_MANAGE.
Who it’s for
Requires permission:fa.revenue_recognitions.view.
Before you start
- Revenue contracts and schedules should exist to populate report data.
- You need
fa.revenue_recognitions.viewto access the page.
Steps
Navigate between report tabs- Navigate to
/fa/revenue-reports. - Click a tab — Recognition by Period, Deferred Balance, or Contract Progress.
- The URL
tabparameter updates automatically.
- Append
?tab=deferred-balance(or other valid tab key) to the URL.
Key concepts
- Tab state: Managed by
useTabUrlState; default tab isrecognition-by-period.
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/RevenueReportsHubPage.tsx
- src/cores/fa/pages/RecognitionByPeriodReportPage.tsx
- src/cores/fa/pages/DeferredBalanceReportPage.tsx
- src/cores/fa/pages/ContractProgressReportPage.tsx