View and manage a budget record with tabbed detail at the in-app 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/:id.
Overview
This screen displays a single budget’s full detail, identified by the:id URL parameter. Five URL-synced tabs are available: Overview, Lines, Approval, Variance, and Forecast. The Overview tab shows a BudgetSummaryCard. The Lines tab displays BudgetLineGrid with an option to add new lines via BudgetLineForm. The Approval tab shows BudgetApprovalHistory. Active alerts are shown via BudgetAlertCard. When the budget status is pending_approval, Approve and Reject buttons open BudgetApprovalDialog. A BudgetActionsMenu provides additional actions. An BudgetAllocationDialog is accessible for allocation operations. The breadcrumb is set from budget.version_name.
Who it’s for
No explicit permission gate on this route. The route is registered without aRequirePermission wrapper in fa.tsx.
Before you start
- The budget must already exist (created via the Budget Creation Wizard at
/fa/budgets/wizard). - An organization must be selected.
Steps
Navigate to the budget
Open the Budgeting Hub at
/fa/budgeting?tab=budgets and click a budget row, or navigate to /fa/budgets/:id directly.Review or edit Lines
The Lines tab shows all budget line items. Click Add Line to open
BudgetLineForm.Approve or Reject (if pending)
When status is
pending_approval, use the Approve or Reject buttons to open BudgetApprovalDialog.Key concepts
version_name— the display name of the budget versionstatus— budget lifecycle state;pending_approvalenables approval actionsBudgetLineGrid— component rendering budget line itemsBudgetApprovalDialog— approval/rejection modal with action typeapproveorreject- Tab URL state —
?tab=overview|lines|approval|variance|forecast
Related
Finance & Revenue
Finance & Revenue core overview.
Governance & parity
Documentation coverage and governance.
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/BudgetDetailPage.tsx
- src/cores/fa/hooks/useBudgets.ts
- src/cores/fa/hooks/useBudgetAlerts.ts