Files
youngcwandGitHub 6019bf5ac6 [AI] Fix budget templates with a priority not allocating funds in tracking budgets (#8549)
* [AI] Fix budget templates with a priority not allocating funds in tracking budgets

Tracking budgets never define a `to-budget` sheet cell (only envelope budgets
do), so the priority-tier engine always saw $0 available and clamped every
priority>0 template to 0. Seed the pool from `total-saved` instead when in
tracking mode, since it's the structural analog (budgeted income minus
budgeted expenses) and preserves genuine priority-tier competition rather
than disabling the clamp outright.

Fixes #8422

* Trigger Build

* Trigger Build

* Trigger Build
2026-07-23 20:17:24 +00:00
..