The Forecast page is the sales-leadership "where do we land this quarter" surface. It reads Deal + Pipeline data only — no AI calls — so it stays fast and dependable, and the numbers always match the underlying records.
Navigate to CRM > Forecast to open it.
The top of the page shows five scoreboard tiles:
value for open deals with effective probability ≥ 75%.value for open deals with effective probability ≥ 50%.value across every open deal.sum(value × probability / 100) over open deals.Effective probability is the deal-level override when set, otherwise the stage's default from the pipeline configuration. The classifier also honors the legacy hardcoded closed_won / closed_lost enum values for deals from the pre-pipeline era — no migration is required to get numbers.
The filter bar at the top of the page controls every panel below:
_id).expectedCloseDate; won/lost deals are bucketed by their resolution date. A deal with no expected-close date is excluded from window-scoped open totals — you don't get forecast credit for an unanchored deal.Hit Refresh to re-fetch with the current filters.
The funnel chart shows one bar per open stage, ordered by stageOrder. Each bar reports:
Closed stages don't appear here — they live in the Closed Won tile above.
The cohort table groups settled deals (won + lost) by their source field. Open deals are reported as an Open count but intentionally excluded from the win-rate denominator so the metric reflects only settled outcomes:
wonCount / (wonCount + lostCount)Sourceless deals appear under "No source."
The leaderboard sorts reps by commit + closedWonValue by default. Click any column header to re-sort. Each row shows commit / best / pipeline / weighted / won / open for that owner over the active window. Owners with no open and no closed activity are excluded so the board only lists reps who have touched the pipeline.
Unassigned deals roll up under a single Unassigned row.
The page is backed by four endpoints under /internal/forecast:
/summary — headline tiles./by-owner — leaderboard./by-stage — funnel./win-rate-by-source — cohort table.These are also exposed as preset widgets on the CRM Dashboards page, so the same metrics can be pinned to a custom board for daily standups.