The New Recurring Invoice page 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/recurring-invoices/new launches the Recurring Invoice Setup Wizard, which guides users through creating a template for automatically generating invoices on a schedule.
Overview
The route/fa/recurring-invoices/new loads RecurringInvoiceCreatePage, which renders RecurringInvoiceSetupWizardPage in create mode. This replaces a legacy form and provides a wizard-based interface for creating recurring invoice templates. The wizard is part of the PF-41 wizard infrastructure.
Who it’s for
Requires permissionfa.recurring_invoices.create.
Before you start
- Identify the customer and invoice amount/line items.
- Determine the billing frequency and start date for the recurring schedule.
Steps
- Navigate to Finance & Revenue → Recurring Invoices and select New Recurring Invoice, or go to
/fa/recurring-invoices/new. - Follow the setup wizard steps to define customer, amounts, frequency, and start date.
- Complete the wizard. A recurring invoice template is created with
status: active(or as set by the wizard). - The template appears in the Recurring Invoices list and will generate invoices on schedule.
Key concepts
Recurring invoice template — A configuration record stored infa_recurring_invoices (inferred) that controls automatic invoice generation. Tracked by next_generation_date.
Wizard mode — The wizard host accepts a mode prop; this route passes "create".
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/RecurringInvoiceCreatePage.tsx
- src/cores/fa/wizards/recurring-invoice-setup/RecurringInvoiceSetupWizardPage.tsx
- src/cores/fa/hooks/useRecurringInvoices.ts