The Rolling Forecasts 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/rolling-forecasts) redirects to the Budgeting Hub (/fa/budgeting?tab=forecasts). Individual forecast detail, creation, and edit pages are accessed from that hub.
Overview
Navigating directly to/fa/rolling-forecasts redirects to /fa/budgeting?tab=forecasts (a <Navigate> redirect defined in src/routes/fa.tsx). The Budgeting Hub tab renders the RollingForecastsPage component which lists forecasts filterable by status and sharing level.
Detail, creation, and edit routes (/fa/rolling-forecasts/new, /fa/rolling-forecasts/:id, /fa/rolling-forecasts/:id/edit) remain as standalone pages.
Who it’s for
To view rolling forecasts:fa.rolling_forecasts.view.
To create: fa.rolling_forecasts.create. To edit: fa.rolling_forecasts.edit.
Before you start
- You need
fa.rolling_forecasts.viewto view the forecasts tab.
Steps
Access rolling forecasts- Navigate to
/fa/budgetingand select the Forecasts tab, or use/fa/rolling-forecastswhich redirects automatically. - Use Status and Sharing Level filters to narrow the list.
- Click a forecast row to open its detail page.
- Click New Forecast (requires
fa.rolling_forecasts.create). - Complete the creation form.
Key concepts
- Forecast: A
fa_rolling_forecasts-backed record withstatusandsharingLevelattributes. - Status / Sharing Level: Observed filter dimensions in
RollingForecastsPageusing typesForecastStatusandForecastSharingLevel.
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/RollingForecastsPage.tsx
- src/cores/fa/hooks/useRollingForecasts.ts
- src/cores/fa/hooks/useRollingForecastMutation.ts