[PR #1101] [MERGED] Goals: Remainder option #3516

Closed
opened 2026-02-28 20:42:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1101
Author: @youngcw
Created: 6/3/2023
Status: Merged
Merged: 6/6/2023
Merged by: @j-f1

Base: masterHead: remainder_goal


📝 Commits (4)

  • 3265026 remainded goal option
  • 117a521 release note
  • 3b6e1e8 Merge branch 'master' into remainder_goal
  • fc2024b Merge branch 'master' into remainder_goal

📊 Changes

3 files changed (+47 additions, -3 deletions)

View changed files

📝 packages/loot-core/src/server/budget/goal-template.pegjs (+6 -3)
📝 packages/loot-core/src/server/budget/goaltemplates.ts (+35 -0)
upcoming-release-notes/1101.md (+6 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1101 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 6/3/2023 **Status:** ✅ Merged **Merged:** 6/6/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `remainder_goal` --- ### 📝 Commits (4) - [`3265026`](https://github.com/actualbudget/actual/commit/326502635b133e41e291c26e16b480758e530aa9) remainded goal option - [`117a521`](https://github.com/actualbudget/actual/commit/117a5216e186859a1db433886ba27fad40e9c5b2) release note - [`3b6e1e8`](https://github.com/actualbudget/actual/commit/3b6e1e859469e10510e3a78604c63cd3cccce2a7) Merge branch 'master' into remainder_goal - [`fc2024b`](https://github.com/actualbudget/actual/commit/fc2024ba059d4b76553810a2738c15e927953e50) Merge branch 'master' into remainder_goal ### 📊 Changes **3 files changed** (+47 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/goal-template.pegjs` (+6 -3) 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+35 -0) ➕ `upcoming-release-notes/1101.md` (+6 -0) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:42:47 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3516