[Erp5-report] r37645 yo - in /erp5/trunk/bt5/erp5_simulation_performance_test: PathTemplate...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 9 10:02:58 CEST 2010


Author: yo
Date: Mon Aug  9 10:02:56 2010
New Revision: 37645

URL: http://svn.erp5.org?rev=37645&view=rev
Log:
2010-08-09 yo
* Forgot to rename the id of the Business Path for tax.
* Add SaleInvoice_getRuleReference to just return None.
* Ignore some properties in the divergence testers for tax movements.
* Add base_application for building tax movements.

Added:
    erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/business_process_module/test_bp/tax.xml
    erp5/trunk/bt5/erp5_simulation_performance_test/SkinTemplateItem/portal_skins/erp5_simulation_performance_test/SaleInvoice_getRuleReference.xml
Modified:
    erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_deliveries/test_advanced_sale_invoice_trade_model_builder/category_movement_group_on_line.xml
    erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_category_tester.xml
    erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_property_tester.xml
    erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log
    erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision

Added: erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/business_process_module/test_bp/tax.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/business_process_module/test_bp/tax.xml?rev=37645&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/business_process_module/test_bp/tax.xml (added)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/business_process_module/test_bp/tax.xml [utf8] Mon Aug  9 10:02:56 2010
@@ -0,0 +1,120 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="BusinessPath" module="Products.ERP5Type.Document.BusinessPath"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_identity_criterion</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_range_criterion</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>trade_phase/tax</string>
+                <string>predecessor/business_process_module/test_bp/invoice_built</string>
+                <string>successor/business_process_module/test_bp/taxed</string>
+                <string>delivery_builder/portal_deliveries/test_advanced_sale_invoice_trade_model_builder</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>completed_state</string> </key>
+            <value>
+              <tuple>
+                <string>delivered</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_reference</string> </key>
+            <value> <string>tax</string> </value>
+        </item>
+        <item>
+            <key> <string>deliverable</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>frozen_state</string> </key>
+            <value>
+              <tuple>
+                <string>delivered</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>tax</string> </value>
+        </item>
+        <item>
+            <key> <string>int_index</string> </key>
+            <value> <int>4</int> </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Business Path</string> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Tax</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>data</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>data</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_deliveries/test_advanced_sale_invoice_trade_model_builder/category_movement_group_on_line.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_deliveries/test_advanced_sale_invoice_trade_model_builder/category_movement_group_on_line.xml?rev=37645&r1=37644&r2=37645&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_deliveries/test_advanced_sale_invoice_trade_model_builder/category_movement_group_on_line.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_deliveries/test_advanced_sale_invoice_trade_model_builder/category_movement_group_on_line.xml [utf8] Mon Aug  9 10:02:56 2010
@@ -47,6 +47,7 @@
                 <string>destination_account</string>
                 <string>source_function</string>
                 <string>destination_function</string>
+                <string>base_application</string>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_category_tester.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_category_tester.xml?rev=37645&r1=37644&r2=37645&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_category_tester.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_category_tester.xml [utf8] Mon Aug  9 10:02:56 2010
@@ -30,7 +30,6 @@
                 <string>base_contribution | Base Contribution</string>
                 <string>delivery_mode | Delivery Mode</string>
                 <string>destination_account | Destination Account</string>
-                <string>destination | Destination</string>
                 <string>destination_function | Destination Function</string>
                 <string>destination_payment | Destination Payment</string>
                 <string>destination_project | Destination Project</string>
@@ -43,7 +42,6 @@
                 <string>source_payment | Source Payment</string>
                 <string>source_project | Source Project</string>
                 <string>source_section | Source Section</string>
-                <string>source | Source</string>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_property_tester.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_property_tester.xml?rev=37645&r1=37644&r2=37645&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_property_tester.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/PathTemplateItem/portal_rules/test_trade_model_rule/default_property_tester.xml [utf8] Mon Aug  9 10:02:56 2010
@@ -27,8 +27,6 @@
             <key> <string>tested_property</string> </key>
             <value>
               <tuple>
-                <string>start_date | Start Date</string>
-                <string>stop_date | Stop Date</string>
                 <string>price | Price</string>
               </tuple>
             </value>

Added: erp5/trunk/bt5/erp5_simulation_performance_test/SkinTemplateItem/portal_skins/erp5_simulation_performance_test/SaleInvoice_getRuleReference.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/SkinTemplateItem/portal_skins/erp5_simulation_performance_test/SaleInvoice_getRuleReference.xml?rev=37645&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/SkinTemplateItem/portal_skins/erp5_simulation_performance_test/SaleInvoice_getRuleReference.xml (added)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/SkinTemplateItem/portal_skins/erp5_simulation_performance_test/SaleInvoice_getRuleReference.xml [utf8] Mon Aug  9 10:02:56 2010
@@ -0,0 +1,122 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>Script_magic</string> </key>
+            <value> <int>3</int> </value>
+        </item>
+        <item>
+            <key> <string>_bind_names</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>_asgns</string> </key>
+                        <value>
+                          <dictionary>
+                            <item>
+                                <key> <string>name_container</string> </key>
+                                <value> <string>container</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_context</string> </key>
+                                <value> <string>context</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_m_self</string> </key>
+                                <value> <string>script</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_subpath</string> </key>
+                                <value> <string>traverse_subpath</string> </value>
+                            </item>
+                          </dictionary>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>_body</string> </key>
+            <value> <string>return None\n
+</string> </value>
+        </item>
+        <item>
+            <key> <string>_code</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_params</string> </key>
+            <value> <string>**kw</string> </value>
+        </item>
+        <item>
+            <key> <string>errors</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>func_code</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>co_argcount</string> </key>
+                        <value> <int>0</int> </value>
+                    </item>
+                    <item>
+                        <key> <string>co_varnames</string> </key>
+                        <value>
+                          <tuple>
+                            <string>kw</string>
+                            <string>None</string>
+                          </tuple>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>func_defaults</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>SaleInvoice_getRuleReference</string> </value>
+        </item>
+        <item>
+            <key> <string>warnings</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log?rev=37645&r1=37644&r2=37645&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log [utf8] Mon Aug  9 10:02:56 2010
@@ -1,4 +1,10 @@
 2010-08-09 yo
+* Forgot to rename the id of the Business Path for tax.
+* Add SaleInvoice_getRuleReference to just return None.
+* Ignore some properties in the divergence testers for tax movements.
+* Add base_application for building tax movements.
+
+2010-08-09 yo
 * Forgot to deal with specialise which is always required for BPM.
 
 2010-08-09 yo

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision?rev=37645&r1=37644&r2=37645&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision [utf8] Mon Aug  9 10:02:56 2010
@@ -1 +1 @@
-12
\ No newline at end of file
+15
\ No newline at end of file




More information about the Erp5-report mailing list