/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
1
Navigate to Cash Flow Forecast
Go to
/fa/cash-forecasts.2
Select a period
Choose Daily, Weekly, or Monthly from the period selector to change the chart and table granularity.
3
Review the chart and table
The
CashFlowForecastChart visualizes projected cash positions. The data table shows period-by-period detail.4
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.
5
Export to CSV (optional)
Click the download button to export the current forecast data.
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