[PR #1108] [MERGED] Goals: Check template action #3522

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

📋 Pull Request Information

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

Base: masterHead: check_templates


📝 Commits (9)

📊 Changes

6 files changed (+59 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/rollover/BudgetSummary.tsx (+4 -0)
📝 packages/loot-core/src/client/actions/queries.ts (+3 -0)
📝 packages/loot-core/src/server/budget/app.ts (+4 -0)
📝 packages/loot-core/src/server/budget/goaltemplates.ts (+40 -3)
📝 packages/loot-core/src/server/budget/types/handlers.d.ts (+2 -0)
upcoming-release-notes/1108.md (+6 -0)

📄 Description

This adds an option to the month drop down to check all the template lines. If there are errors the offending line is shown with its category.

I also modified the wording on the regular template return to be more accurate. Fixes #1100


🔄 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/1108 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/11/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `check_templates` --- ### 📝 Commits (9) - [`4d679d4`](https://github.com/actualbudget/actual/commit/4d679d4429b81bba1f99c2a79054d0d4c62ddbce) change wording on template good message - [`374286d`](https://github.com/actualbudget/actual/commit/374286d28956edadbd919dfaf5dc3b642f711789) start - [`6110a1f`](https://github.com/actualbudget/actual/commit/6110a1f9c449318f478465623b34d786deef7f41) add option to check templates - [`6ba44cb`](https://github.com/actualbudget/actual/commit/6ba44cb45cc11313b48e93bf894bdd50342ed1b0) release note - [`fe1a8fd`](https://github.com/actualbudget/actual/commit/fe1a8fd3873c910bde3f7eb838c09ac4553ab658) fix - [`2a1b2e8`](https://github.com/actualbudget/actual/commit/2a1b2e8c385b25f306dbf9ad0214c78f47af27c5) fix2 - [`850c2b0`](https://github.com/actualbudget/actual/commit/850c2b0cee116e3fe825cf3c79645463b1c03fbc) lint - [`86f937b`](https://github.com/actualbudget/actual/commit/86f937b2cd461767529606b75a11ec707dd99de4) Merge branch 'master' into check_templates - [`d8143b6`](https://github.com/actualbudget/actual/commit/d8143b6fa8d8f6f274055b90c2868ada0b313d3d) Merge branch 'master' into check_templates ### 📊 Changes **6 files changed** (+59 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/rollover/BudgetSummary.tsx` (+4 -0) 📝 `packages/loot-core/src/client/actions/queries.ts` (+3 -0) 📝 `packages/loot-core/src/server/budget/app.ts` (+4 -0) 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+40 -3) 📝 `packages/loot-core/src/server/budget/types/handlers.d.ts` (+2 -0) ➕ `upcoming-release-notes/1108.md` (+6 -0) </details> ### 📄 Description This adds an option to the month drop down to check all the template lines. If there are errors the offending line is shown with its category. I also modified the wording on the regular template return to be more accurate. Fixes #1100 --- <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:52 -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#3522