HI Guys, I have quite strange behaviour with the way currency is rouonded. Here is what I have in the properties:
1) .../common/config/general.properties # -- the default currency to use for prices, etc currency.uom.id.default=USD # -- the default decimal format for currency currency.decimal.format=##0.00 2) /apps/accounting/config/arithmetic.properties # For setting decimal precision and rounding method of operations related to orders, # such as shopping cart amounts and order amounts order.decimals = 2 order.rounding = ROUND_HALF_UP But when I display shopping cart items it shows more than two decimals. For example it shows $1546,123 instead of $1546,12. What I am missing? Thank you in advance. -- View this message in context: http://www.nabble.com/Currency-Formatting-Rounding-tp21374795p21374795.html Sent from the OFBiz - User mailing list archive at Nabble.com.
