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/recurring-entries is a legacy redirect to /fa/ledger?tab=recurring-entries. The recurring entry template list is now part of the General Ledger hub.
Overview
Navigating to/fa/recurring-entries triggers a <Navigate to="/fa/ledger?tab=recurring-entries" replace />. The Recurring Entries tab in the GL hub loads RecurringEntriesPage lazily. That page manages recurring entry templates (fa_recurring_entries) with full CRUD plus a Generate action that invokes useGenerateFromRecurring. A dialog (RecurringEntryDialog) is used for create/edit. Keyboard shortcuts are supported via useFAKeyboardShortcuts.
Who it’s for
No explicit permission gate on the redirect route.Before you start
No setup required.Steps
- Navigate to Finance & Revenue → General Ledger → Recurring Entries, or go to
/fa/ledger?tab=recurring-entries. - Review existing recurring entry templates.
- Select New (or use the keyboard shortcut) to create a template.
- Select Generate on a template to produce journal entries from it.
- Edit or delete templates as needed.
Key concepts
Recurring entry template — Afa_recurring_entries record that defines the journal entry pattern and schedule for automatic generation.
Generate action — useGenerateFromRecurring creates actual journal entries from the template on demand.
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/RecurringEntriesPage.tsx
- src/cores/fa/hooks/useRecurringEntries.ts
- src/cores/fa/pages/LedgerHubPage.tsx