New budget creation is handled by the Budget Creation Wizard. 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/budgets/new redirects to /fa/budgets/wizard.
Overview
/fa/budgets/new is a Navigate redirect to /fa/budgets/wizard. The wizard is rendered by BudgetCreationWizardPage using the ModuleWizardRenderer infrastructure.
The wizard supports 4 steps:
- Budget Header — form step for budget metadata
- Copy Template — optional step; pre-populates budget lines from a template (triggered when navigated from Template Library with
location.state.fromTemplate) - Enter Budget Lines — custom step for line-item entry
- Review & Submit — summary and submission step
fa_budgetsrecord is created via Supabase direct insert- Budget lines are created
useSubmitBudgetForApprovalhandles approval workflow submission
fa.budgets.create (wizard route level)
Who it’s for
Permission required:fa.budgets.create
Before you start
- Know the budget name, fiscal period, and version type (
annual,revised,forecast, etc.). - Have GL accounts, funds, departments, and programs ready for line-item coding.
- Optionally: select a budget template from the Template Library before creating.
Steps
- Navigate to
/fa/budgets/new(redirected to/fa/budgets/wizard), or click New Budget from the Budgeting Hub. - Complete each wizard step.
- On the Review & Submit step, submit the budget. The wizard triggers the approval workflow via
useSubmitBudgetForApproval.
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/wizards/budget-creation/BudgetCreationWizardPage.tsx
- src/cores/fa/hooks/useBudgets.ts
- src/platform/wizards/ModuleWizardRenderer.tsx