[PR #1470] [CLOSED] Fix bug - Manually entered split transactions are not cleared on import #200 #29689

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1470
Author: @kstockk
Created: 8/6/2023
Status: Closed

Base: masterHead: import-split-bug-200


📝 Commits (10+)

  • 4cb6349 Added clear transactions on import option
  • 390f485 Merge branch 'master' of github.com:kstockk/actual
  • a1bbbd2 Added release note
  • 4bb1e64 Merge branch 'master' into master
  • 2952bc3 Added cleared column to csv export
  • d7727f1 fixed Manually entered split transactions are not cleared on import
  • cb55c94 Merge branch 'import-split-bug-200'
  • 9b607fd Merge branch 'actualbudget:master' into master
  • b0c11c1 Revert "Added cleared column to csv export"
  • eb5a9e0 Merge branch 'master' of github.com:kstockk/actual

📊 Changes

3 files changed (+38 additions, -1 deletions)

View changed files

📝 packages/loot-core/src/server/accounts/export-to-csv.ts (+4 -1)
📝 packages/loot-core/src/server/accounts/sync.ts (+28 -0)
upcoming-release-notes/1465.md (+6 -0)

📄 Description

Relates to https://github.com/actualbudget/actual/issues/200


🔄 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/1470 **Author:** [@kstockk](https://github.com/kstockk) **Created:** 8/6/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `import-split-bug-200` --- ### 📝 Commits (10+) - [`4cb6349`](https://github.com/actualbudget/actual/commit/4cb63495e4c8e023f2b8bcb148701ecbb17429fc) Added clear transactions on import option - [`390f485`](https://github.com/actualbudget/actual/commit/390f485a59b08d33e89ffc86f77c91b81d552762) Merge branch 'master' of github.com:kstockk/actual - [`a1bbbd2`](https://github.com/actualbudget/actual/commit/a1bbbd27fe50caaa3efcf4b305821b65a973be31) Added release note - [`4bb1e64`](https://github.com/actualbudget/actual/commit/4bb1e64617bff5dc5682585bae6e81a2fe42407c) Merge branch 'master' into master - [`2952bc3`](https://github.com/actualbudget/actual/commit/2952bc3e7d6367629e0bc8151b2ede1820e4c9f5) Added cleared column to csv export - [`d7727f1`](https://github.com/actualbudget/actual/commit/d7727f1d0a626391b8fd453a5f8ddffb21eab6dc) fixed Manually entered split transactions are not cleared on import - [`cb55c94`](https://github.com/actualbudget/actual/commit/cb55c946d291ed14e7a5f5ac12f21a10af0ab27f) Merge branch 'import-split-bug-200' - [`9b607fd`](https://github.com/actualbudget/actual/commit/9b607fd732fbf33188e289d26f165f86e0bffec0) Merge branch 'actualbudget:master' into master - [`b0c11c1`](https://github.com/actualbudget/actual/commit/b0c11c15ea06d37596fd1c0e77bd228f261c8231) Revert "Added cleared column to csv export" - [`eb5a9e0`](https://github.com/actualbudget/actual/commit/eb5a9e00e9ea83dfee0bd07ceb093083cb88b121) Merge branch 'master' of github.com:kstockk/actual ### 📊 Changes **3 files changed** (+38 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/accounts/export-to-csv.ts` (+4 -1) 📝 `packages/loot-core/src/server/accounts/sync.ts` (+28 -0) ➕ `upcoming-release-notes/1465.md` (+6 -0) </details> ### 📄 Description Relates to https://github.com/actualbudget/actual/issues/200 --- <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:13:42 -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#29689