[PR #3633] [MERGED] fix: Custom Report Total Mode not showing offbudget transactions #3627 #4970

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3633
Author: @UnderKoen
Created: 10/11/2024
Status: Merged
Merged: 10/23/2024
Merged by: @carkom

Base: masterHead: fix/3627


📝 Commits (9)

  • e135d55 fix: Custom Report Total Mode not showing offbudget transactions #3627
  • 51172ff chore: release note
  • 711e743 chore: remove debug logging
  • 3024d66 Merge branch 'master' into fix/3627
  • 8bcce03 Merge branch 'master' into fix/3627
  • 93e044c Merge branch 'master' into fix/3627
  • b608888 Merge branch 'master' into fix/3627
  • 7b23510 fix: table grouped report
  • c1a7cb6 Merge branch 'master' into fix/3627

📊 Changes

6 files changed (+81 additions, -153 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+16 -26)
📝 packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts (+8 -2)
📝 packages/desktop-client/src/components/reports/spreadsheets/filterHiddenItems.ts (+29 -30)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+14 -93)
📝 packages/desktop-client/src/components/reports/spreadsheets/recalculate.ts (+8 -2)
upcoming-release-notes/3633.md (+6 -0)

📄 Description

fixes #3627

Offbudget, transfers and uncategorized works again on the group by category


🔄 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/3633 **Author:** [@UnderKoen](https://github.com/UnderKoen) **Created:** 10/11/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `fix/3627` --- ### 📝 Commits (9) - [`e135d55`](https://github.com/actualbudget/actual/commit/e135d55878618ae3aa233717183a21b06a3c7c00) fix: Custom Report Total Mode not showing offbudget transactions #3627 - [`51172ff`](https://github.com/actualbudget/actual/commit/51172ffa3f98758c6a0ad75e2f81580ce624e756) chore: release note - [`711e743`](https://github.com/actualbudget/actual/commit/711e743c72fd80f373a3c177acd502330621c036) chore: remove debug logging - [`3024d66`](https://github.com/actualbudget/actual/commit/3024d66365171e17fd88bc46cc84a3c946837827) Merge branch 'master' into fix/3627 - [`8bcce03`](https://github.com/actualbudget/actual/commit/8bcce0341a641eddc2042a2b7f4ea2015dee2e17) Merge branch 'master' into fix/3627 - [`93e044c`](https://github.com/actualbudget/actual/commit/93e044c65146db740c0008a0812c64fe3b8741c7) Merge branch 'master' into fix/3627 - [`b608888`](https://github.com/actualbudget/actual/commit/b608888d0bd506fa13f0d4f368248572db20e679) Merge branch 'master' into fix/3627 - [`7b23510`](https://github.com/actualbudget/actual/commit/7b235102797a3b7347672ab9e3952e723fb6890e) fix: table grouped report - [`c1a7cb6`](https://github.com/actualbudget/actual/commit/c1a7cb631d45489e6c22033a23aa9eddcbc83764) Merge branch 'master' into fix/3627 ### 📊 Changes **6 files changed** (+81 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+16 -26) 📝 `packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts` (+8 -2) 📝 `packages/desktop-client/src/components/reports/spreadsheets/filterHiddenItems.ts` (+29 -30) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+14 -93) 📝 `packages/desktop-client/src/components/reports/spreadsheets/recalculate.ts` (+8 -2) ➕ `upcoming-release-notes/3633.md` (+6 -0) </details> ### 📄 Description fixes #3627 Offbudget, transfers and uncategorized works again on the group by category --- <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:03:59 -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#4970