Skip to main content
The path /fa/budget-templates redirects to the Budgeting hub at /fa/budgeting?tab=templates and is not a standalone screen.

Overview

This path is a legacy redirect. The route /fa/budget-templates is registered in fa.tsx as <Navigate to="/fa/budgeting?tab=templates" replace />. The route /fa/template-library also redirects to the same destination. Navigating to either URL will redirect to the Budgeting Hub with the templates tab active. Individual template detail, create, and edit routes remain available at /fa/budget-templates/:id, /fa/budget-templates/new, and /fa/budget-templates/:id/edit. Template detail pages use BudgetTemplateDetailPage, which shows template structure, sharing badge, apply template dialog, and export dialog.

Who it’s for

Access follows your organization’s role and module configuration. Template detail routes require fa.budget_templates.view; create requires fa.budget_templates.create.

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.
  • src/routes/fa.tsx
  • src/cores/fa/pages/BudgetTemplateDetailPage.tsx