Bug 413928

Summary: Can't import QIF file to savings account
Product: [Applications] kmymoney Reporter: bohwaz <kdebugs.bohwaz>
Component: importerAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal CC: ostroffjh
Priority: NOR    
Version: 5.0.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.0.4

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!