/fa/deferred-revenue
Overview
The page fetches deferred revenue records viauseDeferredRevenueList(orgId). The page description from code: “Liability balances awaiting recognition. Records are typically created via schedule processing.” Records are displayed in a table with status badges. An empty state is shown when no records exist. This page is read-only; records are created by processing revenue schedules (see Revenue Schedules).
Who it’s for
Requires permission:fa.deferred_revenue.view
Before you start
- Revenue schedules must be created and processed to generate deferred revenue records.
- You must hold the
fa.deferred_revenue.viewpermission.
Steps
1
Navigate to Deferred Revenue
Go to
/fa/deferred-revenue.2
Review liability balances
The table lists deferred revenue records with status and balance information.
3
Investigate recognition
For details on recognition progress, see the Deferred Balance report at
/fa/revenue-reports/deferred-balance.Key concepts
useDeferredRevenueList— Primary data hook; fetchesfa_deferred_revenuerecords fororgId.- Revenue schedules — The process that creates deferred revenue records; see
/fa/revenue-schedules.
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/DeferredRevenuePage.tsx
- src/cores/fa/hooks/useDeferredRevenue.ts