[kmymoney] [Bug 390681] OFX import and unrecognized <FITID> tag

Thomas Baumgart bugzilla_noreply at kde.org
Fri Apr 19 09:11:34 BST 2019


https://bugs.kde.org/show_bug.cgi?id=390681

--- Comment #10 from Thomas Baumgart <thb at net-bembel.de> ---
Git commit 9fca9e3661ce2d03e472ab1d520b59493ec110cb by Thomas Baumgart.
Committed on 19/04/2019 at 08:10.
Pushed by tbaumgart into branch '5.0'.

Provide internal OFX id generation also for WebConnect

The change provided in commit 65e3837697c93786 is not available when
importing an OFX statement file via WebConnect. For this case, a new
option has been added (no UI yet) to allow selection of the default for
the unique transaction id to be either the OFX FITID field or our
internal hash. The default is to use OFX FITID, so no change in prior
behavior. This default settings will also be used to preset the combo
box in the file selection dialog for OFX import and the account setting
for mapped accounts.

If users set this option, they need to know that some duplicate
transactions may appear since the method to detect them changed. One way
to deal with that is to remove both transactions and redo the import.

To set the method to the internal hash create a file named

  ~/.config/kmymoney/ofximporterrc

with the following content:

  [General]
  useOwnFITID=true

Future versions of KMyMoney will provide a UI to change this setting.

M  +36   -11   kmymoney/plugins/ofx/import/ofximporter.cpp

https://commits.kde.org/kmymoney/9fca9e3661ce2d03e472ab1d520b59493ec110cb

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list