https://bugs.kde.org/show_bug.cgi?id=514307
Thomas Baumgart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #6 from Thomas Baumgart <[email protected]> --- The payee SSA in the first transaction is incorrectly treated as opening transaction because it is contained in the string "Eröffnungssaldo" which is the default of a very old setting which most likely leads back to a version 3.x or 4.x of KMyMoney. It was implemented to support national versions of QIF files but somehow the GUI for the settings was removed but the underlying logic is still around. I will remove the (German) default values with the next build. You can achieve the same with this workaround: add the following section to the end of your ~/.config/kmymoney/kmymoneyrc file while KMyMoney is not active (I have no idea where this file is kept on Windows): [QIF Options] qifCash= qifBank= qifCreditCard= qifAsset= qifOpeningBalance= qifInvoice= -- You are receiving this mail because: You are watching all bug changes.
