webERP Forum
Decimal Places not showing at confirm and dispatch Invoice - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8)
+--- Thread: Decimal Places not showing at confirm and dispatch Invoice (/showthread.php?tid=1945)



Decimal Places not showing at confirm and dispatch Invoice - sachinfiji - 10-23-2013

Hi

I started using weberp recently and its a great system. But one issue i have.

I changed inventory items to 2 decimal places. It works fine until when i click on to confirm and dispatch invoice. It rounds the decimal point and does not take into account of 2 decimal places.

Please how can i correct this above?

Thanking in advance


RE: Decimal Places not showing at confirm and dispatch Invoice - Exsonqu_Qu - 10-23-2013

Hi,

What's the version? Have you tried in the demo system? www.weberp.org/weberp/index.php

Thanks and best regards!

Exson


RE: Decimal Places not showing at confirm and dispatch Invoice - sachinfiji - 11-12-2013

version 4.10.1


the unit is in Kg. I want the kgs to be 2 decimal places. It works fine but when i go and click on 'confirm and dispatch invoice' the next screen rounds the kg (unit of measure).

How can i correct this?


RE: Decimal Places not showing at confirm and dispatch Invoice - phil - 11-12-2013

Can you give me a screen shot please


RE: Decimal Places not showing at confirm and dispatch Invoice - sachinfiji - 11-13-2013

thanks Phil

I have attached the snapshots in this below link

http://www.pacific-music-meditation.com/snapshot/

01- Is the screen where account for decimal place in Ordered Quantity is taken care of.

02- is the screen showing link to confirm and dispatch

03- is the screen where Ordered Qty is round off.

I dont want to round off qty. How can i make this possible. I thought when i choose 2 decimal places, it should show 2 decimal places.


RE: Decimal Places not showing at confirm and dispatch Invoice - sachinfiji - 11-13-2013

Thanks for your response timschofield,

Well it shows rounded value when i go and do order inquiry.


RE: Decimal Places not showing at confirm and dispatch Invoice - phil - 11-14-2013

Can you check that your setup of the item BM500G in the stock modification screen is set up to use 2 decimal places?

There are several places where you choose how many decimal places - each currency also has a number of decimal places it will show.
I feel as though you must be using an older version of the ConfirmDispatchInvoice.php script pre version 4694
You can look at the script version if you open it up in an editor on the first line after <?php

Code:
/* $Id: ConfirmDispatch_Invoice.php 6338 2013-09-28 05:10:46Z daintree $*/



RE: Decimal Places not showing at confirm and dispatch Invoice - phil - 11-16-2013

Ah .. ok .. can't really follow this - did you get to the bottom of it Tim?


RE: Decimal Places not showing at confirm and dispatch Invoice - sachinfiji - 11-24-2013

I found the solution. It was so simple. I went to the database , table "salesorderdetails" and changed the decimal it showed before (10,0). So i did it (10,2).

So it seems this below doesn't work : One need to go change it in database.

"There are several places where you choose how many decimal places - each currency also has a number of decimal places it will show."

Will post if find any other errors.