Skip to main content

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.

The path /fa/budgets/alerts redirects to the Budgeting hub at /fa/budgeting?tab=alerts and is not a standalone screen.

Overview

This path is a legacy redirect. The route /fa/budgets/alerts is registered in fa.tsx as <Navigate to="/fa/budgeting?tab=alerts" replace />. Navigating to this URL will immediately redirect the browser to the Budgeting Hub with the alerts tab active. The BudgetAlertsPage component (shown in the alerts tab) displays budget alerts with a summary card, alerts table, and a “Check Now” button to trigger useCheckBudgetAlerts. A threshold input allows configuring the variance percentage before checking.

Who it’s for

No explicit permission gate on the redirect itself. The Budgeting Hub has no top-level RequirePermission wrapper.

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/BudgetAlertsPage.tsx