mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 20:15:33 -05:00
* [AI] Add 'Copy to future months' budget option Adds a new per-category budget menu option that copies the current month's budgeted amount to all future months that already exist in the budget. Works for both envelope and tracking budget types, and on both desktop (inline popover) and mobile (modal) views. * [AI] Rename release note to PR #7420 * [AI] Skip empty budget months in copyToFutureMonths Only copy the budget value to future months that already have a non-zero budget set for the category. Months with no budget (zero) are left untouched. * [AI] Rename to 'Copy until year end', limit to tracking budget, add year-end cap * [AI] Address CodeRabbit feedback: i18n undo notification, clarify docs * [AI] Fix typecheck: branch dispatch by budgetType for proper modal narrowing * [AI] Fix lint: add t to useCallback deps