Bug 413928 - Can't import QIF file to savings account
Summary: Can't import QIF file to savings account
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: importer (show other bugs)
Version: 5.0.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-07 23:37 UTC by bohwaz
Modified: 2019-11-08 21:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.4


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bohwaz 2019-11-07 23:37:32 UTC
SUMMARY


STEPS TO REPRODUCE
1. Use the QIF importer to import a file from Kiwibank (NZ) for a saving account
2. At the account selection screen, only the check accounts are listed, not the savings accounts, making it impossible to import the data

OBSERVED RESULT

Savings accounts not shown, cannot select it to import the data.

EXPECTED RESULT

List of all open accounts, as it was the case in version 4.x

ADDITIONAL INFORMATION

If I manually change the first line of the QIF file from:

!Type:Bank

to:

!Type:Cash

it works again as intended (full list of accounts).

Apparently this is what is causing KMyMoney to only show the cheque accounts. Maybe KMyMoney should assume that the QIF file may be wrong, and display cheque accounts first, and all other accounts below so that we can still import the QIF file without having to manually edit it.
Comment 1 Jack 2019-11-08 15:49:51 UTC
This has already been fixed: https://cgit.kde.org/kmymoney.git/commit/?h=5.0&id=1ef147cdc5bab0a84bb30f3af1b8355c38fe433e  on 2019-04-19 for 5.0.4.
Comment 2 bohwaz 2019-11-08 21:59:44 UTC
(In reply to Jack from comment #1)
> This has already been fixed:
> https://cgit.kde.org/kmymoney.git/commit/?h=5.
> 0&id=1ef147cdc5bab0a84bb30f3af1b8355c38fe433e  on 2019-04-19 for 5.0.4.

Awesome :)

Sorry my search didn't return that issue. Thanks for your work!