From: ExsonQu <hex...@gm...> - 2013-08-19 10:23:48
|
*Dear all:* In SupplierInvoice.php, the exchange rate is calculated as locale_numer_format($number,'variable'). Is it right? The currencies definition in currencies.php has use 8 as the decimal places and the number in database is over 11 digits. It seems not so good to use double type to store the number. Shall we use 8 instead of 'variable' in this file? Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Is-the-exchange-rate-right-tp4656722.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |