[PR #8225] [CLOSED] [WIP] Fix Category Group filtering in Custom Report with Budgeted type #131760

Closed
opened 2026-06-16 00:34:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/8225
Author: @okxint
Created: 6/15/2026
Status: Closed

Base: masterHead: fix/custom-report-category-group-filter


📝 Commits (1)

  • 2aba48f Fix Category Group filtering in Custom Report with Budgeted type

📊 Changes

2 files changed (+74 additions, -16 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/spreadsheets/budgetDataQuery.ts (+68 -16)
upcoming-release-notes/7550.md (+6 -0)

📄 Description

What

Filtering by Category Group in a Custom Report with the "Budgeted" type returned incorrect or empty results.

Fix

Corrected the query construction in budgetDataQuery.ts to properly apply category group filters when the report type is Budgeted.


🔄 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/8225 **Author:** [@okxint](https://github.com/okxint) **Created:** 6/15/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/custom-report-category-group-filter` --- ### 📝 Commits (1) - [`2aba48f`](https://github.com/actualbudget/actual/commit/2aba48f5a362f929dd1c0419cabab3a3a9385fd6) Fix Category Group filtering in Custom Report with Budgeted type ### 📊 Changes **2 files changed** (+74 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/spreadsheets/budgetDataQuery.ts` (+68 -16) ➕ `upcoming-release-notes/7550.md` (+6 -0) </details> ### 📄 Description ## What Filtering by Category Group in a Custom Report with the "Budgeted" type returned incorrect or empty results. ## Fix Corrected the query construction in `budgetDataQuery.ts` to properly apply category group filters when the report type is Budgeted. --- <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-06-16 00:34:00 -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#131760