[PR #3617] [MERGED] [Goals] Add copy template #4959

Closed
opened 2026-02-28 21:03:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3617
Author: @youngcw
Created: 10/9/2024
Status: Merged
Merged: 10/17/2024
Merged by: @youngcw

Base: masterHead: youngcw/template_copy


📝 Commits (3)

📊 Changes

5 files changed (+65 additions, -1 deletions)

View changed files

📝 packages/loot-core/src/server/budget/goal-template.pegjs (+2 -0)
📝 packages/loot-core/src/server/budget/goals/goalsAverage.ts (+0 -1)
packages/loot-core/src/server/budget/goals/goalsCopy.ts (+38 -0)
📝 packages/loot-core/src/server/budget/goaltemplates.ts (+19 -0)
upcoming-release-notes/3617.md (+6 -0)

📄 Description

Add a template to copy budgeted amount from X months prior

Test using #template copy from <months back> months ago or #template copy from <back> months ago up to <some limit>

fixes #3612

docs PR actualbudget/docs#467


🔄 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/3617 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/17/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/template_copy` --- ### 📝 Commits (3) - [`292a8d0`](https://github.com/actualbudget/actual/commit/292a8d0e273114ce454615dc9a842a4e20cc3449) add copy template - [`16b807c`](https://github.com/actualbudget/actual/commit/16b807c397078b277ebd6c89da2ac081c9b7c5c9) note, lint - [`86e3e19`](https://github.com/actualbudget/actual/commit/86e3e19ba668799371b90dc701381dc979f3d524) note ### 📊 Changes **5 files changed** (+65 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/goal-template.pegjs` (+2 -0) 📝 `packages/loot-core/src/server/budget/goals/goalsAverage.ts` (+0 -1) ➕ `packages/loot-core/src/server/budget/goals/goalsCopy.ts` (+38 -0) 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+19 -0) ➕ `upcoming-release-notes/3617.md` (+6 -0) </details> ### 📄 Description Add a template to copy budgeted amount from X months prior Test using `#template copy from <months back> months ago` or `#template copy from <back> months ago up to <some limit>` fixes #3612 docs PR actualbudget/docs#467 --- <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 21:03:50 -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#4959