Cash Flow Forecast shows projected cash positions by period (daily, weekly, or monthly), visualized in a chart and detailed in a data table, with the ability to generate new forecasts using configurable assumptions. 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/cash-forecasts
Overview
The page fetches the current cash position viauseLatestCashPosition and a list of cash forecasts filtered by the selected period via useCashForecastList. A period selector (daily / weekly / monthly) controls both the chart and table. Forecast assumptions (horizon, growth rates, budget weight, period adjustments) are configurable in a dialog. Users can generate a new forecast and export results to CSV.
Who it’s for
Requires permission:fa.cash_management.view
Before you start
- Cash positions must have been calculated (via the Cash Management dashboard or automated process).
- You must hold the
fa.cash_management.viewpermission.
Steps
Select a period
Choose Daily, Weekly, or Monthly from the period selector to change the chart and table granularity.
Review the chart and table
The
CashFlowForecastChart visualizes projected cash positions. The data table shows period-by-period detail.Configure assumptions and generate a forecast (optional)
Click the settings icon to open the Forecast Assumptions dialog. Adjust the forecast horizon, growth rates, and budget weight, then click Generate.
Key concepts
ForecastAssumptions— Object containingforecastHorizon,inflowGrowthRate,outflowGrowthRate,budgetWeight, andperiodAdjustments.useGenerateForecast— Hook that triggers forecast generation based on current assumptions.useCashForecastList— Primary data hook; acceptsorganizationIdand{ period }.CashFlowForecastChart— Chart component rendering the forecast visualization.
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/CashFlowForecastPage.tsx
- src/cores/fa/hooks/useCashForecasts.ts
- src/cores/fa/hooks/useCashPositions.ts
- src/cores/fa/components/CashFlowForecastChart.tsx
- src/cores/fa/components/ForecastAssumptionsDialog.tsx