[PR #1329] [MERGED] Goals: Implement goals in Report Budget #3671

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1329
Author: @shall0pass
Created: 7/11/2023
Status: Merged
Merged: 7/19/2023
Merged by: @j-f1

Base: masterHead: goals_report_budget


📝 Commits (9)

  • d7d0fca implement goals in report budget
  • ac0efad remove EOM cleanup menu opt in reportBudget
  • daacfb7 release notes
  • 292498b revert to_budget+increment condition
  • e198e24 oops
  • 21d5bd6 move feature flag call
  • 1df76e2 update feature flag line
  • 83483f8 merge conflict?
  • 5f2e9ec Merge branch 'master' into goals_report_budget

📊 Changes

4 files changed (+70 additions, -41 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/report/BudgetSummary.tsx (+17 -5)
📝 packages/loot-core/src/server/budget/actions.ts (+1 -1)
📝 packages/loot-core/src/server/budget/goaltemplates.ts (+46 -35)
upcoming-release-notes/1329.md (+6 -0)

📄 Description

This will enable goals in the Report Budget.


🔄 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/1329 **Author:** [@shall0pass](https://github.com/shall0pass) **Created:** 7/11/2023 **Status:** ✅ Merged **Merged:** 7/19/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `goals_report_budget` --- ### 📝 Commits (9) - [`d7d0fca`](https://github.com/actualbudget/actual/commit/d7d0fcad8832106f6fcfa1cf7ad60bcd80210241) implement goals in report budget - [`ac0efad`](https://github.com/actualbudget/actual/commit/ac0efad70be103e35bebbc86e085fa1514c52524) remove EOM cleanup menu opt in reportBudget - [`daacfb7`](https://github.com/actualbudget/actual/commit/daacfb772afb73615a8878c75acee6127739f2e9) release notes - [`292498b`](https://github.com/actualbudget/actual/commit/292498ba4e9051648886fd8fdcc4d67a6606de7f) revert to_budget+increment condition - [`e198e24`](https://github.com/actualbudget/actual/commit/e198e2475c8a8b63714e915043654a6859f8b547) oops - [`21d5bd6`](https://github.com/actualbudget/actual/commit/21d5bd6fc9b1715c6e72bd40b3610afa8edbb090) move feature flag call - [`1df76e2`](https://github.com/actualbudget/actual/commit/1df76e2432a93176aaf779518f4b518091a0c6d5) update feature flag line - [`83483f8`](https://github.com/actualbudget/actual/commit/83483f8d736f7e0ba31d5f24f692100a62dbe749) merge conflict? - [`5f2e9ec`](https://github.com/actualbudget/actual/commit/5f2e9ecc4bda92c8f47a9397228cf185eb104080) Merge branch 'master' into goals_report_budget ### 📊 Changes **4 files changed** (+70 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/report/BudgetSummary.tsx` (+17 -5) 📝 `packages/loot-core/src/server/budget/actions.ts` (+1 -1) 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+46 -35) ➕ `upcoming-release-notes/1329.md` (+6 -0) </details> ### 📄 Description This will enable goals in the Report Budget. --- <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:45:02 -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#3671