[Erp5-report] r32898 kazuhiko - in /erp5/trunk/bt5/erp5_accounting: PathTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 22 09:14:00 CET 2010


Author: kazuhiko
Date: Mon Feb 22 09:13:59 2010
New Revision: 32898

URL: http://svn.erp5.org?rev=32898&view=rev
Log:
add default accounting transaction rule.

Added:
    erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_accounting_transaction_root_simulation_rule.xml
Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getRuleReference.xml
    erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list
    erp5/trunk/bt5/erp5_accounting/bt/template_path_list
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list

Added: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_accounting_transaction_root_simulation_rule.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_accounting_transaction_root_simulation_rule.xml?rev=32898&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_accounting_transaction_root_simulation_rule.xml (added)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_accounting_transaction_root_simulation_rule.xml [utf8] Mon Feb 22 09:13:59 2010
@@ -1,0 +1,132 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="AccountingTransactionRootSimulationRule" module="Products.ERP5Type.Document.AccountingTransactionRootSimulationRule"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>_count</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_identity_criterion</string> </key>
+            <value>
+              <dictionary/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_mt_index</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>_range_criterion</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>start_date</string> </key>
+                    <value>
+                      <tuple>
+                        <none/>
+                        <none/>
+                      </tuple>
+                    </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+        <item>
+            <key> <string>_tree</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>default_reference</string> </key>
+            <value> <string>default_accounting_transaction_rule</string> </value>
+        </item>
+        <item>
+            <key> <string>expandable_property</string> </key>
+            <value>
+              <tuple>
+                <string>destination_administration</string>
+                <string>destination_decision</string>
+                <string>destination_function</string>
+                <string>destination_payment</string>
+                <string>destination_project</string>
+                <string>destination_section</string>
+                <string>source_administration</string>
+                <string>source_decision</string>
+                <string>source_function</string>
+                <string>source_payment</string>
+                <string>source_project</string>
+                <string>source_section</string>
+                <string>start_date</string>
+                <string>stop_date</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>default_accounting_transaction_root_simulation_rule</string> </value>
+        </item>
+        <item>
+            <key> <string>matching_property</string> </key>
+            <value>
+              <tuple>
+                <string>delivery</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Accounting Transaction Root Simulation Rule</string> </value>
+        </item>
+        <item>
+            <key> <string>test_method_id</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Default Accounting Transaction Root Simulation Rule</string> </value>
+        </item>
+        <item>
+            <key> <string>version</string> </key>
+            <value> <string>1</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Length" module="BTrees.Length"/>
+    </pickle>
+    <pickle> <int>0</int> </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="OOBTree" module="BTrees._OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+  <record id="4" aka="AAAAAAAAAAQ=">
+    <pickle>
+      <global name="OOBTree" module="BTrees._OOBTree"/>
+    </pickle>
+    <pickle>
+      <none/>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getRuleReference.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getRuleReference.xml?rev=32898&r1=32897&r2=32898&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getRuleReference.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getRuleReference.xml [utf8] Mon Feb 22 09:13:59 2010
@@ -53,7 +53,7 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>return None\n
+            <value> <string>return \'default_accounting_transaction_rule\'\n
 </string> </value>
         </item>
         <item>
@@ -89,9 +89,7 @@
                     <item>
                         <key> <string>co_varnames</string> </key>
                         <value>
-                          <tuple>
-                            <string>None</string>
-                          </tuple>
+                          <tuple/>
                         </value>
                     </item>
                   </dictionary>

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list?rev=32898&r1=32897&r2=32898&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list [utf8] Mon Feb 22 09:13:59 2010
@@ -35,6 +35,7 @@
 Accounting Transaction Module | trial_balance_export
 Accounting Transaction Module | trial_balance_report
 Accounting Transaction Module | view
+Accounting Transaction Root Simulation Rule | view
 Accounting Transaction | add_accounting_transaction_line
 Accounting Transaction | convert_destination_price
 Accounting Transaction | convert_source_price
@@ -46,7 +47,6 @@
 Accounting Transaction | profile_view
 Accounting Transaction | source_asset
 Accounting Transaction | view
-Accounting Transaction Root Simulation Rule | view
 Balance Transaction Line | view
 Balance Transaction | add_balance_transaction_line
 Balance Transaction | destination_asset

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_path_list?rev=32898&r1=32897&r2=32898&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_path_list [utf8] Mon Feb 22 09:13:59 2010
@@ -1,8 +1,10 @@
 portal_categories/account_type/**
 portal_categories/financial_section/*
+portal_rules/default_accounting_transaction_root_simulation_rule
+portal_rules/default_accounting_transaction_root_simulation_rule/**
 portal_rules/default_invoice_root_simulation_rule
 portal_rules/default_invoice_root_simulation_rule/**
 portal_rules/default_invoice_rule
 portal_rules/default_invoice_rule/**
 portal_rules/default_payment_rule
-portal_rules/default_payment_rule/**
+portal_rules/default_payment_rule/**

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list?rev=32898&r1=32897&r2=32898&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list [utf8] Mon Feb 22 09:13:59 2010
@@ -7,12 +7,12 @@
 Accounting Transaction Module | Payment Transaction
 Accounting Transaction Module | Purchase Invoice Transaction
 Accounting Transaction Module | Sale Invoice Transaction
+Accounting Transaction Root Simulation Rule | Category Divergence Tester
+Accounting Transaction Root Simulation Rule | Property Divergence Tester
+Accounting Transaction Root Simulation Rule | Quantity Divergence Tester
 Accounting Transaction | Accounting Transaction Line
 Accounting Transaction | File
 Accounting Transaction | Image
-Accounting Transaction Root Simulation Rule | Category Divergence Tester
-Accounting Transaction Root Simulation Rule | Property Divergence Tester
-Accounting Transaction Root Simulation Rule | Quantity Divergence Tester
 Balance Transaction | Balance Transaction Line
 Invoice Root Simulation Rule | Category Divergence Tester
 Invoice Root Simulation Rule | Property Divergence Tester

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list?rev=32898&r1=32897&r2=32898&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list [utf8] Mon Feb 22 09:13:59 2010
@@ -5,10 +5,10 @@
 Accounting Transaction Line | delivery_movement_causality_interaction_workflow
 Accounting Transaction Line | delivery_movement_simulation_interaction_workflow
 Accounting Transaction Line | edit_workflow
+Accounting Transaction Root Simulation Rule | edit_workflow
+Accounting Transaction Root Simulation Rule | rule_validation_workflow
 Accounting Transaction | accounting_workflow
 Accounting Transaction | edit_workflow
-Accounting Transaction Root Simulation Rule | edit_workflow
-Accounting Transaction Root Simulation Rule | rule_validation_workflow
 Balance Transaction | accounting_workflow
 Balance Transaction | edit_workflow
 Cash Register | edit_workflow




More information about the Erp5-report mailing list