webERP Forum

Full Version: Decimal Places not showing at confirm and dispatch Invoice
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Hi,

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

Thanks and best regards!

Exson
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?
Can you give me a screen shot please
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.
Thanks for your response timschofield,

Well it shows rounded value when i go and do order inquiry.
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 $*/
Ah .. ok .. can't really follow this - did you get to the bottom of it Tim?
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.