[PR #88] [MERGED] Fix some YNAB4 importer bugs #3011

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/88
Author: @rianmcguire
Created: 6/4/2022
Status: Merged
Merged: 1/21/2023
Merged by: @MatissJanis

Base: masterHead: ynab4_importer_bugs


📝 Commits (6)

  • caea6c2 Handle splits with transfers
  • 25957e5 Preserve split memo values
  • 6df07ad Preserve account sort order
  • 08c0b38 Fix carryover flag not being turned off
  • 2767944 Merge branch 'master' into ynab4_importer_bugs
  • b313013 Merge branch 'master' into ynab4_importer_bugs

📊 Changes

1 file changed (+32 additions, -31 deletions)

View changed files

📝 packages/import-ynab4/importer.js (+32 -31)

📄 Description

I ran into a few minor issues while importing my YNAB4 data. With these fixes, I'm able to import my 9-year-old YNAB4 budget and have no discrepancies in the budget balances.

I suggest reviewing commit-by-commit.


🔄 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/88 **Author:** [@rianmcguire](https://github.com/rianmcguire) **Created:** 6/4/2022 **Status:** ✅ Merged **Merged:** 1/21/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `ynab4_importer_bugs` --- ### 📝 Commits (6) - [`caea6c2`](https://github.com/actualbudget/actual/commit/caea6c2cb37cd092eec0f6c10533807e05bd6671) Handle splits with transfers - [`25957e5`](https://github.com/actualbudget/actual/commit/25957e5cf26855701e1259eb827ece048df95458) Preserve split memo values - [`6df07ad`](https://github.com/actualbudget/actual/commit/6df07ad01ca2e85329696a7639bab82b95757b47) Preserve account sort order - [`08c0b38`](https://github.com/actualbudget/actual/commit/08c0b388f3b37666f2bc475a02b0dce7142aa8b3) Fix carryover flag not being turned off - [`2767944`](https://github.com/actualbudget/actual/commit/276794426d2126c5e46ad28bb50d5fd9811a9aa2) Merge branch 'master' into ynab4_importer_bugs - [`b313013`](https://github.com/actualbudget/actual/commit/b31301367e95f71c7fb2c1a4266bd60741a47b85) Merge branch 'master' into ynab4_importer_bugs ### 📊 Changes **1 file changed** (+32 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `packages/import-ynab4/importer.js` (+32 -31) </details> ### 📄 Description I ran into a few minor issues while importing my YNAB4 data. With these fixes, I'm able to import my 9-year-old YNAB4 budget and have no discrepancies in the budget balances. I suggest reviewing commit-by-commit. --- <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:34:59 -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#3011