From: Rafael C. <raf...@gm...> - 2015-03-02 17:54:41
|
Hi all, In SelectProduct.php, we had the decimal places of gross profit fixed to ONE decimal. I changed to the number of decimal places for the default currency. My goal: We want to have 2 decimals for the gross profit, or to change it at will. Tim wrote me that in Uganda where there are about 4500 shillings to the pound, it makes sense to have currency figure with zero decimal places but they want to see the gross profit percentage with some decimal places. So, to fix this, we can: 1. Reverse change: That is, to use "1" instead of "$_SESSION['CompanyRecord']['decimalplaces']" (as previous version). 2. If enough people are interested in change at will the quantity of decimal places for the gross profit, to add a parameter to set-up this. Let me know if you are interested on (2). Otherwise I will work on (1). Best regards, Rafael. |