[PR #2717] [MERGED] Explicitly ask when reconciling transactions on manual import #30396

Closed
opened 2026-04-18 06:45:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2717
Author: @Wizmaster
Created: 5/6/2024
Status: Merged
Merged: 7/9/2024
Merged by: @youngcw

Base: masterHead: feature/import-preview


📝 Commits (2)

  • 5c54e19 Explicitly ask when reconciling transactions on manual import
  • 8e57401 Merge branch 'master' into feature/import-preview

📊 Changes

11 files changed (+634 additions, -115 deletions)

View changed files

📝 packages/desktop-client/src/components/forms.tsx (+11 -0)
📝 packages/desktop-client/src/components/modals/ImportTransactions.jsx (+436 -42)
packages/desktop-client/src/icons/v2/DownAndRightArrow.tsx (+18 -0)
packages/desktop-client/src/icons/v2/down-and-right-arrow.svg (+1 -0)
📝 packages/desktop-client/src/icons/v2/index.ts (+1 -0)
📝 packages/loot-core/src/client/actions/account.ts (+22 -0)
📝 packages/loot-core/src/server/accounts/sync.ts (+114 -69)
📝 packages/loot-core/src/server/api.ts (+6 -1)
📝 packages/loot-core/src/server/main.ts (+13 -2)
📝 packages/loot-core/src/types/server-handlers.d.ts (+6 -1)
upcoming-release-notes/2717.md (+6 -0)

📄 Description

Explicitly ask when reconciling transactions on manual import

Resolve #2679

  • Added import preview in transaction import list
  • Added checkboxes to selectively prevent merging transactions

🔄 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/2717 **Author:** [@Wizmaster](https://github.com/Wizmaster) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 7/9/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `feature/import-preview` --- ### 📝 Commits (2) - [`5c54e19`](https://github.com/actualbudget/actual/commit/5c54e1953e35cad98df350af0755b913d211a235) Explicitly ask when reconciling transactions on manual import - [`8e57401`](https://github.com/actualbudget/actual/commit/8e574019058602de88c0b875f217119b3c8a6d3e) Merge branch 'master' into feature/import-preview ### 📊 Changes **11 files changed** (+634 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/forms.tsx` (+11 -0) 📝 `packages/desktop-client/src/components/modals/ImportTransactions.jsx` (+436 -42) ➕ `packages/desktop-client/src/icons/v2/DownAndRightArrow.tsx` (+18 -0) ➕ `packages/desktop-client/src/icons/v2/down-and-right-arrow.svg` (+1 -0) 📝 `packages/desktop-client/src/icons/v2/index.ts` (+1 -0) 📝 `packages/loot-core/src/client/actions/account.ts` (+22 -0) 📝 `packages/loot-core/src/server/accounts/sync.ts` (+114 -69) 📝 `packages/loot-core/src/server/api.ts` (+6 -1) 📝 `packages/loot-core/src/server/main.ts` (+13 -2) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+6 -1) ➕ `upcoming-release-notes/2717.md` (+6 -0) </details> ### 📄 Description Explicitly ask when reconciling transactions on manual import Resolve #2679 - Added import preview in transaction import list - Added checkboxes to selectively prevent merging transactions <!-- 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 --> --- <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-04-18 06:45:54 -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#30396