[PR #4067] [CLOSED] [WIP] Do not count hidden categories in tracking budgets #5170

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4067
Author: @psybers
Created: 1/1/2025
Status: Closed

Base: masterHead: budget-nohidden


📝 Commits (10+)

  • f1eee83 Do not count hidden categories in tracking budgets
  • 2d7bc24 add release note
  • 10d2157 fix lint issues
  • a20f5ad Merge branch 'master' into budget-nohidden
  • 39f6bd4 Merge branch 'master' into budget-nohidden
  • 42a4a28 Merge branch 'master' into budget-nohidden
  • 3532388 Merge remote-tracking branch 'upstream/master' into budget-nohidden
  • 139aeba Merge branch 'master' into budget-nohidden
  • 26a7201 Merge branch 'master' into budget-nohidden
  • ab1e482 Merge branch 'master' into budget-nohidden

📊 Changes

6 files changed (+107 additions, -23 deletions)

View changed files

📝 packages/loot-core/src/server/budget/base.ts (+6 -19)
📝 packages/loot-core/src/server/budget/envelope.ts (+22 -0)
📝 packages/loot-core/src/server/budget/report.ts (+25 -0)
📝 packages/loot-core/src/server/sheet.ts (+14 -1)
📝 packages/loot-core/src/server/spreadsheet/spreadsheet.ts (+34 -3)
upcoming-release-notes/4067.md (+6 -0)

📄 Description

Implements the feature for #2400.

The update mechanism is not working properly at the moment. This means that if you toggle a category's hidden state, the budget does not refresh automatically. You have to F5 the page to see the updated 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/4067 **Author:** [@psybers](https://github.com/psybers) **Created:** 1/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `budget-nohidden` --- ### 📝 Commits (10+) - [`f1eee83`](https://github.com/actualbudget/actual/commit/f1eee835c5952e1974bc1ae6552c5c2bbf11c92c) Do not count hidden categories in tracking budgets - [`2d7bc24`](https://github.com/actualbudget/actual/commit/2d7bc242c8e24b037e5c2593cf24d30f7ecc36fa) add release note - [`10d2157`](https://github.com/actualbudget/actual/commit/10d21575d53160b9e0e62f662cc752a7f395fd65) fix lint issues - [`a20f5ad`](https://github.com/actualbudget/actual/commit/a20f5adba41193b1b986e9d6f25930afe2ca5261) Merge branch 'master' into budget-nohidden - [`39f6bd4`](https://github.com/actualbudget/actual/commit/39f6bd4c082235b024892e028d3a833c6e5d857a) Merge branch 'master' into budget-nohidden - [`42a4a28`](https://github.com/actualbudget/actual/commit/42a4a288cad78220708bd2b9ff356c455b023700) Merge branch 'master' into budget-nohidden - [`3532388`](https://github.com/actualbudget/actual/commit/353238830b82fadadf94eab2ffff1322ae68b1fb) Merge remote-tracking branch 'upstream/master' into budget-nohidden - [`139aeba`](https://github.com/actualbudget/actual/commit/139aeba0395f751754790d6e70b444e0a778a76e) Merge branch 'master' into budget-nohidden - [`26a7201`](https://github.com/actualbudget/actual/commit/26a72010444f5aa14f0304e041e042ed198b620f) Merge branch 'master' into budget-nohidden - [`ab1e482`](https://github.com/actualbudget/actual/commit/ab1e482551cd398ab073060aff96603d2f02ebd0) Merge branch 'master' into budget-nohidden ### 📊 Changes **6 files changed** (+107 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/base.ts` (+6 -19) 📝 `packages/loot-core/src/server/budget/envelope.ts` (+22 -0) 📝 `packages/loot-core/src/server/budget/report.ts` (+25 -0) 📝 `packages/loot-core/src/server/sheet.ts` (+14 -1) 📝 `packages/loot-core/src/server/spreadsheet/spreadsheet.ts` (+34 -3) ➕ `upcoming-release-notes/4067.md` (+6 -0) </details> ### 📄 Description Implements the feature for #2400. The update mechanism is not working properly at the moment. This means that if you toggle a category's hidden state, the budget does not refresh automatically. You have to F5 the page to see the updated 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 21:07:18 -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#5170