[kmymoney] [Bug 328050] KMymoney does not support space as thousand separator

Ralf Habacker bugzilla_noreply at kde.org
Mon Jun 4 10:14:08 UTC 2018


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

--- Comment #12 from Ralf Habacker <ralf.habacker at freenet.de> ---
./kmymoney/widgets/transaction.cpp
- the money is formatted for transactions in the ledger view -> safe to use

./kmymoney/converter/mymoneyqifprofile.cpp
- qif profile editor setup thousand separator for its own -> safe to use

./kmymoney/converter/transactionmatchfinder.cpp
- formatted money is used for debug output -> safe to use

./kmymoney/converter/mymoneyqifwriter.cpp
- same as qif profile editor -> safe to use

./kmymoney/converter/mymoneyqifreader.cpp
- formatted money is used for debug output -> safe to use

./kmymoney/converter/mymoneystatementreader.cpp
- formatted money is used for debug output -> safe to use

./kmymoney/dialogs/kfindtransactiondlg.cpp
- formatted money is used for ui output -> safe to use

./kmymoney/models/accountsmodel.cpp
- formatted money is used for displaying vat rate in accounts table -> safe to
use

/kmymoney/mymoney/mymoneytransaction.cpp
- formatted money is used for generating hashes -> supporting space thousand
separator is safe to use

./kmymoney/mymoney/storage/mymoneystoragedump.cpp
- formatted money is used for dumping storage -> supporting space thousand
separator is safe to use

./kmymoney/mymoney/storage/mymoneystoragesql.cpp:2410
- formatted money is saved as column 'priceFormatted' to database only for
informational purpose -> will now write space as thousand separator too, which
is safe to use

./kmymoney/wizards/endingbalancedlg/kendingbalancedlg.cpp
- formatted money is used for debug output -> safe to use

./kmymoney/wizards/newloanwizard/keditloanwizard.cpp:129
- thousand separator is not shown in loan rate and other money related fields
-> need to be fixed in MyMoneyEdit::setValue()

./kmymoney/wizards/newloanwizard/knewloanwizard.cpp:!67
./kmymoney/wizards/newloanwizard/knewloanwizard.cpp:239
./kmymoney/wizards/newloanwizard/knewloanwizard.cpp:415
- formatted money is used for displaying interest rate in loan wizard -> safe
to use

./kmymoney/wizards/newaccountwizard/knewaccountwizard.cpp
- formatted money is used for displaying money related edit fields in new
account wizard -> safe to use
- thousand separator is not shown in loan rate and other money related fields
-> need to be fixed in MyMoneyEdit::setValue()

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


More information about the KMyMoney-devel mailing list