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

sichen at svn.ofbiz.org sichen at svn.ofbiz.org
Tue Nov 15 19:26:12 EST 2005


Author: sichen
Date: 2005-11-15 18:26:09 -0600 (Tue, 15 Nov 2005)
New Revision: 6130

Added:
   trunk/applications/accounting/config/arithmetic.properties
Log:
New properties file for BigDecimals.  So far, just precision and rounding methods for invoices, but we can add as many different types for different apps as we need here

Added: trunk/applications/accounting/config/arithmetic.properties
===================================================================
--- trunk/applications/accounting/config/arithmetic.properties	2005-11-15 19:55:27 UTC (rev 6129)
+++ trunk/applications/accounting/config/arithmetic.properties	2005-11-16 00:26:09 UTC (rev 6130)
@@ -0,0 +1,2 @@
+invoice.decimals = 2
+invoice.rounding = ROUND_HALF_UP



More information about the Svn mailing list