[PR #4519] [MERGED] fix: filtering of transfer transactions #5427

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4519
Author: @tostasmistas
Created: 3/3/2025
Status: Merged
Merged: 3/3/2025
Merged by: @matt-fidd

Base: masterHead: fix/search-transfer-transactions


📝 Commits (1)

  • d3bc182 fix: filtering of transfer transactions

📊 Changes

2 files changed (+7 additions, -0 deletions)

View changed files

📝 packages/loot-core/src/client/queries.ts (+1 -0)
upcoming-release-notes/4519.md (+6 -0)

📄 Description

This PR fixes https://github.com/actualbudget/actual/issues/3042.

It fixes an issue where transactions for transfers between accounts (i.e., transactions where the payee is another account) were not properly filtered during searches.


  • Before

image

  • After

image



🔄 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/4519 **Author:** [@tostasmistas](https://github.com/tostasmistas) **Created:** 3/3/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix/search-transfer-transactions` --- ### 📝 Commits (1) - [`d3bc182`](https://github.com/actualbudget/actual/commit/d3bc1820aa35fc819470ebd635d7bd815b043f03) fix: filtering of transfer transactions ### 📊 Changes **2 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/queries.ts` (+1 -0) ➕ `upcoming-release-notes/4519.md` (+6 -0) </details> ### 📄 Description This PR fixes https://github.com/actualbudget/actual/issues/3042. It fixes an issue where transactions for transfers between accounts (i.e., transactions where the payee is another account) were not properly filtered during searches. --- - Before <kbd><img width="1565" alt="image" src="https://github.com/user-attachments/assets/7d14a2b9-be27-46df-8bc0-6e5833a5a904" /></kbd> - After <kbd><img width="1567" alt="image" src="https://github.com/user-attachments/assets/6d333eab-10b7-4838-b420-4f6a77f2f9db" /></kbd> --- --- <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:12:17 -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#5427