[PR #1181] [CLOSED] Add a new filter method that filters for transfer transactions #3572

Closed
opened 2026-02-28 20:43:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1181
Author: @sriranganathan
Created: 6/24/2023
Status: Closed

Base: masterHead: add-transfer-filter


📝 Commits (2)

  • c63729f Add a new filter method that filters for transfer transactions
  • bb90f29 Add release notes for #1181

📊 Changes

9 files changed (+297 additions, -92 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Filters.js (+1 -0)
packages/loot-core/migrations/1687644512504_add_is_transfer.sql (+11 -0)
📝 packages/loot-core/src/server/__snapshots__/main.test.ts.snap (+14 -4)
📝 packages/loot-core/src/server/accounts/__snapshots__/parse-file.test.ts.snap (+40 -0)
📝 packages/loot-core/src/server/accounts/__snapshots__/sync.test.ts.snap (+142 -36)
📝 packages/loot-core/src/server/accounts/__snapshots__/transfer.test.ts.snap (+77 -52)
📝 packages/loot-core/src/server/aql/schema/index.ts (+3 -0)
📝 packages/loot-core/src/shared/rules.ts (+3 -0)
upcoming-release-notes/1181.md (+6 -0)

📄 Description

Screenshot from 2023-06-25 01-03-43

Screenshot from 2023-06-25 01-09-02


🔄 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/1181 **Author:** [@sriranganathan](https://github.com/sriranganathan) **Created:** 6/24/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-transfer-filter` --- ### 📝 Commits (2) - [`c63729f`](https://github.com/actualbudget/actual/commit/c63729f2b2abe7ead42228806e767dd5a9a6c15a) Add a new filter method that filters for transfer transactions - [`bb90f29`](https://github.com/actualbudget/actual/commit/bb90f29c11ca85ec275180461a9aa261d05e6c76) Add release notes for #1181 ### 📊 Changes **9 files changed** (+297 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Filters.js` (+1 -0) ➕ `packages/loot-core/migrations/1687644512504_add_is_transfer.sql` (+11 -0) 📝 `packages/loot-core/src/server/__snapshots__/main.test.ts.snap` (+14 -4) 📝 `packages/loot-core/src/server/accounts/__snapshots__/parse-file.test.ts.snap` (+40 -0) 📝 `packages/loot-core/src/server/accounts/__snapshots__/sync.test.ts.snap` (+142 -36) 📝 `packages/loot-core/src/server/accounts/__snapshots__/transfer.test.ts.snap` (+77 -52) 📝 `packages/loot-core/src/server/aql/schema/index.ts` (+3 -0) 📝 `packages/loot-core/src/shared/rules.ts` (+3 -0) ➕ `upcoming-release-notes/1181.md` (+6 -0) </details> ### 📄 Description - Add new field to the views to denote whether a transaction is transfer - Implement new filter method that uses the above field - Fixes #904 ![Screenshot from 2023-06-25 01-03-43](https://github.com/actualbudget/actual/assets/11901162/bb301731-055c-4dca-be11-50b421f77901) ![Screenshot from 2023-06-25 01-09-02](https://github.com/actualbudget/actual/assets/11901162/8d9bff2d-142c-4567-bacd-4964b5062a50) --- <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 20:43:37 -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#3572