The Recognition by Period report atDocumentation 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/recognition-by-period aggregates revenue recognition entries by fiscal period (or by recognition month when no fiscal period is assigned), with optional date-range filtering.
Overview
The route/fa/revenue-reports/recognition-by-period loads RecognitionByPeriodReportPage (permission: fa.revenue_recognitions.view). Data is fetched via useRecognitionByPeriodReport with optional startDate and endDate filters. Rows are aggregated from fa_revenue_recognitions. A grand total is computed from all rows. Reversal entries net against their period’s totals per the component description.
Who it’s for
Requires permissionfa.revenue_recognitions.view.
Before you start
- Revenue recognition entries must exist in the system.
- Optionally prepare a date range to filter the report.
Steps
- Navigate to Finance & Revenue → Revenue Reports → Recognition by Period, or go to
/fa/revenue-reports/recognition-by-period. - Optionally set a start date and end date to filter the results.
- Review the aggregated totals by period in the table.
- Review the grand total row at the bottom.
Key concepts
Recognition period — Fiscal period or recognition month used to bucket recognition entries. Reversal netting — Reversal entries are netted against the originating period’s totals rather than shown separately. Grand total — Sum oftotal_recognized across all rows in the filtered result set.
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/RecognitionByPeriodReportPage.tsx
- src/cores/fa/hooks/useRevenueReports.ts