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

Ralf Habacker bugzilla_noreply at kde.org
Thu Jul 13 07:10:49 UTC 2017


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

--- Comment #9 from Ralf Habacker <ralf.habacker at freenet.de> ---
Created attachment 106587
  --> https://bugs.kde.org/attachment.cgi?id=106587&action=edit
related method calls

With the help of the following script I got a list of related calls:
for i in $(find -name '*.cpp' | grep -v test.cpp); do  grep -A4 -B4 -HnP
"formatMoney\(.*[, ]+[0-9]+[ ]*\)" $i; done > bug-328050-grep-result.txt

This list excludes all calls with 

- formatMoney(..., false) -> safe case
- formatMoney(..., true)  -> not used
- all calls in test code

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


More information about the KMyMoney-devel mailing list