Hi John,
good point ! We will keep this in mind for our next update.
If you want to try for yourself, have a look at the func/func_display.php as an example and search for the function 'number_format'.
Our code
Code (PHP):number_format ( $module2 , 0 , "," , "." )
New code
Code (PHP):number_format ( $module2)
There are several variables ($module2, etc.) that need to be changed. Our example you will find at lines 70ff.
Best regards
Reimar