Summary: | .ofx and .qfx files imported into wrong account | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | maps |
Component: | importer | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.1.3 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/commit/bec6e49d0e7c3e0f15ce422e26b11285d8a5660d | Version Fixed In: | 5.2 |
Sentry Crash Report: | |||
Attachments: | pdf series of five screenshots showing problem |
Description
maps
2023-03-04 06:19:48 UTC
Git commit c6357119672f3b124ffcc18f5078b2d65c9f9153 by Thomas Baumgart. Committed on 04/03/2023 at 15:32. Pushed by tbaumgart into branch 'master'. Completely update reference to account during import When data of an account is imported from a file, the KMyMoney account will get a reference to the imported account using the account number found. This allows to pre-select the account during import. In case the user decided to override that pre-selected account, the reference on the old account was not removed and the data of the selected account was not used in the process of the import. This change removes the reference on the previous account and uses the the selected account to import the data. M +18 -0 kmymoney/converter/mymoneystatementreader.cpp M +3 -11 kmymoney/dialogs/kaccountselectdlg.cpp https://invent.kde.org/office/kmymoney/commit/c6357119672f3b124ffcc18f5078b2d65c9f9153 Git commit bec6e49d0e7c3e0f15ce422e26b11285d8a5660d by Thomas Baumgart. Committed on 04/03/2023 at 15:38. Pushed by tbaumgart into branch '5.1'. Completely update reference to account during import When data of an account is imported from a file, the KMyMoney account will get a reference to the imported account using the account number found. This allows to pre-select the account during import. In case the user decided to override that pre-selected account, the reference on the old account was not removed and the data of the selected account was not used in the process of the import. This change removes the reference on the previous account and uses the the selected account to import the data. FIXED-IN: 5.1.4 (cherry picked from commit c6357119672f3b124ffcc18f5078b2d65c9f9153) M +18 -0 kmymoney/converter/mymoneystatementreader.cpp M +3 -11 kmymoney/dialogs/kaccountselectdlg.cpp https://invent.kde.org/office/kmymoney/commit/bec6e49d0e7c3e0f15ce422e26b11285d8a5660d |