/fa/ledger.
Overview
The hub usesuseTabUrlState to synchronize the active tab with a ?tab= query parameter. Valid tab values are:
The default tab is
journal-entries. Legacy routes redirect to this hub:
/fa/journal-entries→/fa/ledger?tab=journal-entries/fa/recurring-entries→/fa/ledger?tab=recurring-entries/fa/trial-balance→/fa/ledger?tab=trial-balance
- No prerequisites.
Steps
- Navigate to
/fa/ledger(defaults to Journal Entries tab). - Click a tab to switch between Journal Entries, Recurring Entries, and Trial Balance.
- The
?tab=URL parameter updates automatically, enabling deep-linking and browser back/forward navigation.
Key concepts
- URL-synced tabs: The
?tab=parameter allows bookmarking and direct navigation to any tab. - Legacy redirects: Existing links to
/fa/journal-entries,/fa/recurring-entries, and/fa/trial-balanceare automatically redirected to the hub.
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/LedgerHubPage.tsx
- src/cores/fa/pages/JournalEntriesPage.tsx
- src/cores/fa/pages/RecurringEntriesPage.tsx
- src/cores/fa/pages/TrialBalancePage.tsx