[PR #3810] [CLOSED] Add option to unmark imported transactions #5070

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3810
Author: @csenel
Created: 11/9/2024
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • d8a459b Add option to unmark imported transactions
  • da7821f Merge branch 'master' into master

📊 Changes

5 files changed (+66 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.tsx (+28 -0)
📝 packages/desktop-client/src/components/accounts/Header.tsx (+3 -0)
📝 packages/desktop-client/src/components/transactions/SelectedTransactionsButton.tsx (+26 -0)
📝 packages/desktop-client/src/hooks/useTransactionBatchActions.ts (+3 -0)
upcoming-release-notes/3810.md (+6 -0)

📄 Description

Fixes: https://github.com/actualbudget/actual/issues/3358

As described in the feature request, a tooltip was added for transactions after v24.9.0. However as someone who imports & exports budget files between servers, most of the historical transactions are marked as imported. Furthermore when you duplicate to create a new transaction, the imported payee field is also kept the same.

With this change, I have added an option to the transaction table to unmark imported transactions (set imported_payee field to empty string), which will disable the imported payee tooltip.

Please let me know how it looks. This is my first PR ever working on a typescript code base. Even though I have tested the functionality locally, it's likely that I might have missed some things.


🔄 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/3810 **Author:** [@csenel](https://github.com/csenel) **Created:** 11/9/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`d8a459b`](https://github.com/actualbudget/actual/commit/d8a459b6181bce34a727823607bfa16a328fd761) Add option to unmark imported transactions - [`da7821f`](https://github.com/actualbudget/actual/commit/da7821f515439573205829617906fc1d14bdf61f) Merge branch 'master' into master ### 📊 Changes **5 files changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+28 -0) 📝 `packages/desktop-client/src/components/accounts/Header.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/transactions/SelectedTransactionsButton.tsx` (+26 -0) 📝 `packages/desktop-client/src/hooks/useTransactionBatchActions.ts` (+3 -0) ➕ `upcoming-release-notes/3810.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Fixes: https://github.com/actualbudget/actual/issues/3358 As described in the feature request, a tooltip was added for transactions after v24.9.0. However as someone who imports & exports budget files between servers, most of the historical transactions are marked as imported. Furthermore when you duplicate to create a new transaction, the imported payee field is also kept the same. With this change, I have added an option to the transaction table to unmark imported transactions (set `imported_payee` field to empty string), which will disable the imported payee tooltip. Please let me know how it looks. This is my first PR ever working on a typescript code base. Even though I have tested the functionality locally, it's likely that I might have missed some things. --- <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:05:29 -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#5070