[kmymoney] [Bug 328050] KMymoney does not support space as thousand separator
Ralf Habacker
bugzilla_noreply at kde.org
Mon Jun 4 08:35:16 UTC 2018
https://bugs.kde.org/show_bug.cgi?id=328050
--- Comment #10 from Ralf Habacker <ralf.habacker at freenet.de> ---
/kmymoney/plugins/ofximport/dialogs/mymoneyofxconnector.cpp
- The ofx spec 2.2 at http://www.ofx.net/downloads/OFX%202.2.pdf mentions in
chapter '3.2.9.1 Basic Format' Format: A-32 that amounts should not include any
punctuation separating thousands, millions, and so forth, so the solution is to
not use thousand separator anymore here
./kmymoney/plugins/csvexport/csvwriter.cpp
- there are two cases were the money are formatted with thousand separator, but
the separator is removed afterwards -> do not format with thousand separator
./kmymoney/plugins/weboob/dialogs/mapaccount.cpp
- The formatted money is displayed in an account list -> safe to use thousand
separator
./kmymoney/views/kgloballedgerview.cpp
- the money is formatted for internal debugging -> safe to use thousand
separator
./kmymoney/reports/listtable.cpp
- the money is formatted for the html report -> safe to use thousand separator
/kmymoney/widgets/kbudgetvalues.cpp
- the money is formatted for a dialog box -> safe to use thousand separator
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list