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.
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.
(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!