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

# Outstanding Checks

> Report of uncleared checks aged by time bucket as of a selected date in Finance & Revenue.

The Outstanding Checks report at `/fa/reports/outstanding-checks` displays checks that have been issued but not yet cleared, bucketed by aging period as of a user-selected date.

## Overview

The route `/fa/reports/outstanding-checks` loads `OutstandingChecksReportPage`. The page defaults `asOfDate` to today's date and fetches data via `useOutstandingChecksReport`. Summary cards display totals for five aging buckets: Total, 0–30 days, 31–60 days, 61–90 days, and 90+ days (shown with destructive styling). A CSV export button is present.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

No setup required. Select an as-of date to view historical data.

## Steps

1. Navigate to **Finance & Revenue → Reports → Outstanding Checks**, or go to `/fa/reports/outstanding-checks`.
2. Optionally change the **As of Date** from today to a past date.
3. Review the summary aging buckets and the checks table below.
4. Select **Export CSV** to download the report.

## Key concepts

**As-of date** — Controls the cutoff date for the outstanding check query; defaults to the current date.

**Aging buckets** — 0–30, 31–60, 61–90, and 90+ days; the 90+ bucket is highlighted in destructive styling to draw attention to stale checks.

## 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/OutstandingChecksReportPage.tsx
  * src/cores/fa/hooks/useOutstandingChecksReport.ts
</Accordion>
