Copy Budget provides a wizard for creating a new budget record by copying the structure of an existing budget template. 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/budgets/copy
Overview
The page rendersBudgetTemplateCopyWizard with organizationId. On completion (onComplete) the wizard navigates to the newly created budget’s detail page at /fa/budgets/:budgetId. On back navigation the user is returned to /fa/budgets.
Page header: “Copy Budget Template — Create a new budget from an existing template.”
Who it’s for
No explicit permission gate on this route.Before you start
- At least one budget template must exist.
- The current organization must be set.
Steps
Complete the copy wizard
Follow the
BudgetTemplateCopyWizard steps to select a source template and configure the new budget.Key concepts
BudgetTemplateCopyWizard— Component managing the copy flow; callsonComplete(budgetId)on success.
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/BudgetCopyPage.tsx
- src/cores/fa/components/BudgetTemplateCopyWizard.tsx