Goals: Remainder option (#1101)
Added the option to add a remainder goal template. This will use the remaining available funds and dump them into the respective category. There is optional weighting. The remainder templates will be forced to the lowest priority as to run after all other templates. Usage: `#template remainder <weight>` Add the template line to any categories you want to catch any remaining funds such as savings. The amount added to the category will equal `remaining_budget/total_of_weights*weight`. The default weight is 1.
Showing
- packages/loot-core/src/server/budget/goal-template.pegjs 6 additions, 3 deletionspackages/loot-core/src/server/budget/goal-template.pegjs
- packages/loot-core/src/server/budget/goaltemplates.ts 35 additions, 0 deletionspackages/loot-core/src/server/budget/goaltemplates.ts
- upcoming-release-notes/1101.md 6 additions, 0 deletionsupcoming-release-notes/1101.md
upcoming-release-notes/1101.md
0 → 100644
Please register or sign in to comment