mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 07:04:23 -05:00
[GH-ISSUE #1835] [Bug]: NYNAB import - importing transaction with a transfer as a split payment causes transfer to get treated as uncategorised payment #90325
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Marethyu1 on GitHub (Oct 28, 2023).
Original GitHub issue: https://github.com/actualbudget/actual/issues/1835
Verified issue does not already exist?
What happened?
Consider the following transaction:

It is payment to the store, but it also contains a transaction split which is a transfer of $50 to the savings account.

If you try to import a transaction like this, the sub transaction gets treated as an uncategorised payment instead:
I have attached a modified demo budget which you can use to reproduce the behaviour.
ynab5-demo-budget.jsonynab5-demo-budget-working.json
Expected behaviour: imported transaction contains a sub transaction which is a transfer to the savings account
Actual behaviour: imported transaction contains a sub transaction which is an uncategorised payment.
👋 also hello this is my first issue - let me know if I need to add anything else - thanks
What error did you receive?
It doesn't result in an error it just doesn't work as expected.
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Chrome, Safari
Operating System
Mac OSX
@youngcw commented on GitHub (Nov 7, 2023):
@Marethyu1 Is this fully fixed now that your PR was merged?
@Marethyu1 commented on GitHub (Nov 7, 2023):
Hey @youngcw it works for me in master. Im not sure what the process is for closing these issues off. Not sure if it is best to wait until the issue has been included in a full release or if I should be fine to close it now.