[PR #4618] [CLOSED] [Goals] POC of template total amount #54791

Closed
opened 2026-05-01 01:02:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4618
Author: @youngcw
Created: 3/12/2025
Status: Closed

Base: masterHead: youngcw/poc-template-total


📝 Commits (3)

📊 Changes

7 files changed (+102 additions, -11 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/envelope/budgetsummary/BudgetMonthMenu.tsx (+9 -0)
📝 packages/desktop-client/src/components/budget/envelope/budgetsummary/BudgetSummary.tsx (+9 -0)
📝 packages/loot-core/src/client/queries/queriesSlice.ts (+15 -0)
📝 packages/loot-core/src/server/budget/app.ts (+4 -0)
📝 packages/loot-core/src/server/budget/categoryTemplate.ts (+11 -10)
📝 packages/loot-core/src/server/budget/goaltemplates.ts (+50 -1)
📝 packages/loot-core/src/server/budget/types/handlers.d.ts (+4 -0)

📄 Description

For now I used a menu action and notification. Im sure there is a good place to show this value, I just haven't thought much about it yet. This may be useful for a template page so that there can be an estimate of how much is needed to fill everything. Currently percent of available funds templates don't get included since there are multiple unknowns.

Run the "See full template amount" action on the month to see how much is needed to fund all templates.


🔄 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/4618 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 3/12/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `youngcw/poc-template-total` --- ### 📝 Commits (3) - [`65cc5d3`](https://github.com/actualbudget/actual/commit/65cc5d3bc6a7824c71ac7016b612bbc7a7ce197a) poc - [`44380a7`](https://github.com/actualbudget/actual/commit/44380a7abd9b6cec73e9e8e9e06fe83625c0cb7b) small fix - [`3abd656`](https://github.com/actualbudget/actual/commit/3abd656e41fd4ff5e377520b623fe29041365746) don't consider limits, mostly ### 📊 Changes **7 files changed** (+102 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/envelope/budgetsummary/BudgetMonthMenu.tsx` (+9 -0) 📝 `packages/desktop-client/src/components/budget/envelope/budgetsummary/BudgetSummary.tsx` (+9 -0) 📝 `packages/loot-core/src/client/queries/queriesSlice.ts` (+15 -0) 📝 `packages/loot-core/src/server/budget/app.ts` (+4 -0) 📝 `packages/loot-core/src/server/budget/categoryTemplate.ts` (+11 -10) 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+50 -1) 📝 `packages/loot-core/src/server/budget/types/handlers.d.ts` (+4 -0) </details> ### 📄 Description For now I used a menu action and notification. Im sure there is a good place to show this value, I just haven't thought much about it yet. This may be useful for a template page so that there can be an estimate of how much is needed to fill everything. Currently percent of available funds templates don't get included since there are multiple unknowns. Run the "See full template amount" action on the month to see how much is needed to fund all templates. --- <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-05-01 01:02:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#54791