Precision (UOM, Currency, Price List, Costing)

The purpose of this page is to review and discuss all the places that iDempiere maintains precision. Said another way: The Price List will allow you to set a order's unit price of $1.234567 if the price list precision is high enough. The Currency precision will limit the document's total to $1.23 in the case of USD (precision of 2 by default) and a Qty using "Each" cannot have decimals because the precision is 0. I have not dug into the code in a while to see which costing precision wins (UOM or Currency) when posting product asset values.

Additional Details