> ## 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.

# Revenue Reports

> Tabbed hub for recognition trends, deferred balances, and contract progress reports in the Finance & Revenue core.

The Revenue Reports page (`/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     |

The active tab is reflected in the URL via the `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.view` to access the page.

## Steps

**Navigate between report tabs**

1. Navigate to `/fa/revenue-reports`.
2. Click a tab — Recognition by Period, Deferred Balance, or Contract Progress.
3. The URL `tab` parameter updates automatically.

**Link to a specific tab**

* Append `?tab=deferred-balance` (or other valid tab key) to the URL.

## Key concepts

* **Tab state**: Managed by `useTabUrlState`; default tab is `recognition-by-period`.

## Related

<Columns cols={2}>
  <Card title="Finance & Revenue" icon="building-columns" href="/fa/overview">
    Finance & Revenue core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  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.
</Note>

<Accordion title="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
</Accordion>
