[OFBiz] SVN: r6138 - trunk/applications/accounting/config

sichen at svn.ofbiz.org sichen at svn.ofbiz.org
Thu Nov 17 12:22:59 EST 2005


Author: sichen
Date: 2005-11-17 11:22:56 -0600 (Thu, 17 Nov 2005)
New Revision: 6138

Modified:
   trunk/applications/accounting/config/arithmetic.properties
Log:
More proposed arithmetic properties and commentary

Modified: trunk/applications/accounting/config/arithmetic.properties
===================================================================
--- trunk/applications/accounting/config/arithmetic.properties	2005-11-17 17:19:15 UTC (rev 6137)
+++ trunk/applications/accounting/config/arithmetic.properties	2005-11-17 17:22:56 UTC (rev 6138)
@@ -1,2 +1,17 @@
+#
+# Arithmetic properties for configuring BigDecimal calculations  
+#
+
+# For setting decimal precision and rounding method of operations related to invoices
 invoice.decimals = 2
 invoice.rounding = ROUND_HALF_UP
+
+# 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
+
+# For setting decimal precision and rounding method of operations related to customer accounts
+# such as Financial Accounts
+finaccount.decimals = 2
+finaccount.rounding = ROUND_HALF_UP



More information about the Svn mailing list