[PR #8008] [CLOSED] fix(reports): include transfer pseudo-category in drilldown #122267

Closed
opened 2026-06-11 21:02:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/8008
Author: @echooo-agent
Created: 5/31/2026
Status: Closed

Base: masterHead: ai/fix-transfer-filter


📝 Commits (1)

  • 1c71a9d [AI] fix: include transfer pseudo-category for report drilldown

📊 Changes

3 files changed (+91 additions, -8 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+1 -1)
packages/desktop-client/src/components/reports/graphs/showActivity.test.ts (+74 -0)
📝 packages/desktop-client/src/components/reports/graphs/showActivity.ts (+16 -7)

📄 Description

Fixes #7999.

What changed

  • map transfer pseudo-category in report graph filter logic so Transfer custom report drilldown now applies correctly
  • keep existing behavior for non-transfer rows and avoid changing production SQL behavior
  • add regression tests for missing transfer drill-down behavior and missing-heading variants

Validation

  • No local install could be completed in this environment before this run, so I could not run full suite yet.

🔄 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/8008 **Author:** [@echooo-agent](https://github.com/echooo-agent) **Created:** 5/31/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ai/fix-transfer-filter` --- ### 📝 Commits (1) - [`1c71a9d`](https://github.com/actualbudget/actual/commit/1c71a9d54f77fd6b3a822ff20151eaa10c384d4c) [AI] fix: include transfer pseudo-category for report drilldown ### 📊 Changes **3 files changed** (+91 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+1 -1) ➕ `packages/desktop-client/src/components/reports/graphs/showActivity.test.ts` (+74 -0) 📝 `packages/desktop-client/src/components/reports/graphs/showActivity.ts` (+16 -7) </details> ### 📄 Description Fixes #7999. ## What changed - map transfer pseudo-category in report graph filter logic so `Transfer` custom report drilldown now applies correctly - keep existing behavior for non-transfer rows and avoid changing production SQL behavior - add regression tests for missing transfer drill-down behavior and missing-heading variants ## Validation - No local install could be completed in this environment before this run, so I could not run full suite yet. --- <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-11 21:02:33 -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#122267