[Erp5-report] r33498 tatuya - in /erp5/trunk/bt5/erp5_accounting: PathTemplateItem/portal_r...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 8 13:43:53 CET 2010


Author: tatuya
Date: Mon Mar  8 13:43:52 2010
New Revision: 33498

URL: http://svn.erp5.org?rev=33498&view=rev
Log:
2010-03-08 tatuya
* Make the quantity divergence tester of payment simulation rule set the decimal alignment as well as trade model rule so that the rule will allow the rounding error when calculation.

Modified:
    erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule/default_quantity_tester.xml
    erp5/trunk/bt5/erp5_accounting/bt/change_log
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule/default_quantity_tester.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule/default_quantity_tester.xml?rev=33498&r1=33497&r2=33498&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule/default_quantity_tester.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_payment_simulation_rule/default_quantity_tester.xml [utf8] Mon Mar  8 13:43:52 2010
@@ -10,6 +10,24 @@
     <pickle>
       <dictionary>
         <item>
+            <key> <string>decimal_alignment_enabled</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+        <item>
+            <key> <string>decimal_exponent</string> </key>
+            <value> <string>0.000001</string> </value>
+        </item>
+        <item>
+            <key> <string>decimal_rounding_option</string> </key>
+            <value> <string>ROUND_DOWN</string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>id</string> </key>
             <value> <string>default_quantity_tester</string> </value>
         </item>

Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=33498&r1=33497&r2=33498&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] Mon Mar  8 13:43:52 2010
@@ -1,3 +1,6 @@
+2010-03-08 tatuya
+* Make the quantity divergence tester of payment simulation rule set the decimal alignment as well as trade model rule so that the rule will allow the rounding error when calculation.
+
 2010-03-02 yusei
 * Remove short title.
 

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=33498&r1=33497&r2=33498&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Mar  8 13:43:52 2010
@@ -1,1 +1,1 @@
-1129
+1131




More information about the Erp5-report mailing list