The routeDocumentation 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/reconciliations is a legacy redirect to /fa/banking?tab=reconciliations. The bank reconciliation list is now part of the Banking hub.
Overview
Navigating to/fa/reconciliations triggers a <Navigate to="/fa/banking?tab=reconciliations" replace />. The Reconciliations tab in the Banking hub loads ReconciliationsPage lazily. That page lists bank reconciliation records with columns for date, bank account, status, and difference amount. ReconciliationDashboard and ReconciliationStatusBadge are used.
Who it’s for
No explicit permission gate on the redirect route.Before you start
No setup required.Steps
- Navigate to Finance & Revenue → Banking → Reconciliations, or go to
/fa/banking?tab=reconciliations. - Review the list of reconciliation records.
- Select a reconciliation to view its details at
/fa/reconciliations/:id. - Select New Reconciliation to start a new session at
/fa/reconciliations/new.
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/ReconciliationsPage.tsx
- src/cores/fa/pages/BankingHubPage.tsx
- src/cores/fa/hooks/useBankReconciliations.ts