1 makes sense to me.
On 2015-03-02 10:54, Rafael Chacón wrote:
> 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.
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub
> for all
> things parallel software development, from weekly thought leadership
> blogs to
> news, videos, case studies, tutorials and more. Take a look and join
> the
> conversation now. http://goparallel.sourceforge.net/
>
> _______________________________________________
> Web-erp-developers mailing list
> Web...@li...
> https://lists.sourceforge.net/lists/listinfo/web-erp-developers
|