The Outstanding Checks 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/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
No explicit permission gate on this route.Before you start
No setup required. Select an as-of date to view historical data.Steps
- Navigate to Finance & Revenue → Reports → Outstanding Checks, or go to
/fa/reports/outstanding-checks. - Optionally change the As of Date from today to a past date.
- Review the summary aging buckets and the checks table below.
- 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
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/OutstandingChecksReportPage.tsx
- src/cores/fa/hooks/useOutstandingChecksReport.ts