From: Daintree F. <p.d...@xt...> - 2003-08-06 20:26:23
|
Hi Ronald, This is just a rounding - in some businesses I quite understand that several decimal places may be required. The quantity is held to 4 decimal places but is rounded for display purposes to 1 on this screen. This is easy enough to modify, there is a number_format() call during the display of the order items - the second argument to this call is the number of dp to display. To use decimal places in stock quantities throughout - that display with all decimal places there are a few fields that would need to be modified to display the exact quantities. Stock adjustments, sales order entry, confirming invoices, stock transfers etc etc. I guess a good improvement might be to make the decimal places to display for stock/inventory items a config.php variable that is used in the formating of these displays. I will keep a note of this to look into for future I do not think that it is a major job to change. Thanks for raising this concern. Phil ----- Original Message ----- From: "ronald carhuas" <ro...@po...> To: <web...@li...> Sent: Thursday, August 07, 2003 6:04 AM Subject: [Web-erp-users] Round Up Problem for Purchasing and Selling > Dear Mr. Daintree, > > When I purchase 0.89 Quantity in web-erp > of any Item the P.O is automatically > adjusted to 0.9. > > It is the same for the adjustments. > > Is there any way to avoid this. > > > Thank you, > > Ronald. > |