The Revenue Recognitions 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-recognitions) displays the append-only ledger of recognized revenue entries per fiscal period and provides controls to process new recognitions or reverse existing ones.
Overview
The Revenue Recognitions page shows all recognition entries for the current organization. The list is backed by theuseRevenueRecognitionList hook and the fa_revenue_recognitions table.
The page is append-only. The Process recognition button opens a ProcessRecognitionDialog (requires FA_PERMISSIONS.REVENUE_RECOGNITIONS_PROCESS). Individual entries can be reversed via a ReverseRecognitionDialog.
Table columns observed in code include: Date, Schedule, and Period window.
Who it’s for
Requires permission:fa.revenue_recognitions.view.
To process new recognitions: the permission referenced by FA_PERMISSIONS.REVENUE_RECOGNITIONS_PROCESS.
Before you start
- At least one revenue schedule must exist.
- An open fiscal period is required to process a recognition.
- You need
fa.revenue_recognitions.viewto access the page.
Steps
View recognition entries- Navigate to
/fa/revenue-recognitions. - Browse the recognitions table.
- Click Process recognition (requires
FA_PERMISSIONS.REVENUE_RECOGNITIONS_PROCESS). - Complete the dialog to select a fiscal period.
- Confirm.
- Locate the entry in the table.
- Use the reverse action to open the
ReverseRecognitionDialog. - Confirm.
Key concepts
- Recognition entry: An append-only
fa_revenue_recognitionsrow tied to a schedule and a fiscal period window.
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/RevenueRecognitionsPage.tsx
- src/cores/fa/hooks/useRevenueRecognitions.ts
- src/cores/fa/components/ProcessRecognitionDialog.tsx
- src/cores/fa/components/ReverseRecognitionDialog.tsx