Edit Recurring Invoice opens the recurring invoice setup wizard in edit mode, allowing updates to an existing recurring invoice record. Route:Documentation 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/:id/edit.
Overview
The Edit Recurring Invoice page is accessible at/fa/recurring-invoices/:id/edit and requires permission fa.recurring_invoices.edit. The component (RecurringInvoiceEditPage) reads :id from the route via useParams and renders RecurringInvoiceSetupWizardPage in mode="edit". The wizard hydrates its draft from the existing recurring invoice record. The breadcrumb label is set to the invoice ID prefix or “Edit Recurring Invoice”.
Who it’s for
Requires permissionfa.recurring_invoices.edit.
Before you start
- You must have
fa.recurring_invoices.editpermission. - The recurring invoice must exist; navigate to it via the Receivables Hub or
/fa/recurring-invoices.
Steps
- Navigate to the Receivables Hub (
/fa/receivables) or/fa/recurring-invoicesand open the recurring invoice. - Click Edit to go to
/fa/recurring-invoices/:id/edit. - The setup wizard opens in edit mode, pre-populated with the existing record.
- Update the relevant steps in the wizard.
- Submit to save changes.
Key concepts
| Concept | Description |
|---|---|
RecurringInvoiceSetupWizardPage | Multi-step wizard for recurring invoice configuration; mode="edit" hydrates from existing record |
mode prop | Controls whether the wizard creates a new record or updates an existing one |
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/RecurringInvoiceEditPage.tsx