[PR #3666] [MERGED] Apply Template to All Categories in Group for Web #4993

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3666
Author: @Dreptschar
Created: 10/14/2024
Status: Merged
Merged: 11/4/2024
Merged by: @youngcw

Base: masterHead: goal-template-apply


📝 Commits (10+)

  • 5b924ac add function to apply template to multiple category and add button to group sidebar
  • 91abab2 add function to apply template to multiple category and add button to group sidebar
  • af48d6f Merge remote-tracking branch 'origin/goal-template-apply' into goal-template-apply
  • d22b5ef add correct month
  • 80d323c clean up code
  • 9a9db3c clean up code
  • f2d5792 Merge remote-tracking branch 'origin/goal-template-apply' into goal-template-apply
  • 415577e clean up code
  • 597fd9f clean up code
  • 3922461 Merge remote-tracking branch 'origin/goal-template-apply' into goal-template-apply

📊 Changes

10 files changed (+94 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/BudgetCategories.jsx (+2 -0)
📝 packages/desktop-client/src/components/budget/BudgetTable.jsx (+2 -0)
📝 packages/desktop-client/src/components/budget/ExpenseGroup.tsx (+5 -0)
📝 packages/desktop-client/src/components/budget/SidebarGroup.tsx (+18 -0)
📝 packages/desktop-client/src/components/budget/index.tsx (+10 -0)
📝 packages/loot-core/src/client/actions/queries.ts (+10 -0)
📝 packages/loot-core/src/server/budget/app.ts (+4 -0)
📝 packages/loot-core/src/server/budget/goaltemplates.ts (+32 -4)
📝 packages/loot-core/src/server/budget/types/handlers.d.ts (+5 -0)
upcoming-release-notes/3666.md (+6 -0)

📄 Description

Adds Feature from #3040


🔄 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/3666 **Author:** [@Dreptschar](https://github.com/Dreptschar) **Created:** 10/14/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `goal-template-apply` --- ### 📝 Commits (10+) - [`5b924ac`](https://github.com/actualbudget/actual/commit/5b924acb4505eee03a69f0b2183cd9eded16b0a5) add function to apply template to multiple category and add button to group sidebar - [`91abab2`](https://github.com/actualbudget/actual/commit/91abab24b742e5c597586d3262e9df47d6469437) add function to apply template to multiple category and add button to group sidebar - [`af48d6f`](https://github.com/actualbudget/actual/commit/af48d6f7fd60d5a1653305356780c1be43a7d02a) Merge remote-tracking branch 'origin/goal-template-apply' into goal-template-apply - [`d22b5ef`](https://github.com/actualbudget/actual/commit/d22b5efba0af3dcb118ffdd9318449545bdf8ea5) add correct month - [`80d323c`](https://github.com/actualbudget/actual/commit/80d323c1ac265b3bc2cb2e74afa4bf67b9e45a54) clean up code - [`9a9db3c`](https://github.com/actualbudget/actual/commit/9a9db3c420112785a9ee5614ea3302185f5e146f) clean up code - [`f2d5792`](https://github.com/actualbudget/actual/commit/f2d5792499289c4a6e7c68261cb0d4dd9d184719) Merge remote-tracking branch 'origin/goal-template-apply' into goal-template-apply - [`415577e`](https://github.com/actualbudget/actual/commit/415577ef748760ecac888e467ad4344a8d0c43e3) clean up code - [`597fd9f`](https://github.com/actualbudget/actual/commit/597fd9f9fb26003d887c2ed8e428fd903a40acb9) clean up code - [`3922461`](https://github.com/actualbudget/actual/commit/3922461d99067aa08be80eb0269d591c79bf587c) Merge remote-tracking branch 'origin/goal-template-apply' into goal-template-apply ### 📊 Changes **10 files changed** (+94 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/BudgetCategories.jsx` (+2 -0) 📝 `packages/desktop-client/src/components/budget/BudgetTable.jsx` (+2 -0) 📝 `packages/desktop-client/src/components/budget/ExpenseGroup.tsx` (+5 -0) 📝 `packages/desktop-client/src/components/budget/SidebarGroup.tsx` (+18 -0) 📝 `packages/desktop-client/src/components/budget/index.tsx` (+10 -0) 📝 `packages/loot-core/src/client/actions/queries.ts` (+10 -0) 📝 `packages/loot-core/src/server/budget/app.ts` (+4 -0) 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+32 -4) 📝 `packages/loot-core/src/server/budget/types/handlers.d.ts` (+5 -0) ➕ `upcoming-release-notes/3666.md` (+6 -0) </details> ### 📄 Description Adds Feature from #3040 --- <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:04:22 -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#4993