[Erp5-report] r32888 kazuhiko - in /erp5/trunk/bt5/erp5_accounting: ActionTemplateItem/port...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 22 03:41:22 CET 2010


Author: kazuhiko
Date: Mon Feb 22 03:41:21 2010
New Revision: 32888

URL: http://svn.erp5.org?rev=32888&view=rev
Log:
add Invoice Root Simulation Rule portal type.

Added:
    erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Invoice%20Root%20Simulation%20Rule/
      - copied from r32882, erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Invoice%20Rule/
    erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Root%20Simulation%20Rule.xml
      - copied, changed from r32882, erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Rule.xml
Modified:
    erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
    erp5/trunk/bt5/erp5_accounting/bt/template_action_path_list
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_id_list
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list

Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=32888&r1=32887&r2=32888&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Mon Feb 22 03:41:21 2010
@@ -23,6 +23,11 @@
  </portal_type>
  <portal_type id="Balance Transaction">
   <item>Balance Transaction Line</item>
+ </portal_type>
+ <portal_type id="Invoice Root Simulation Rule">
+  <item>Category Divergence Tester</item>
+  <item>Property Divergence Tester</item>
+  <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Invoice Rule">
   <item>Category Divergence Tester</item>
@@ -55,6 +60,7 @@
   <item>Purchase Invoice Transaction Line</item>
  </portal_type>
  <portal_type id="Rule Tool">
+  <item>Invoice Root Simulation Rule</item>
   <item>Invoice Rule</item>
   <item>Payment Rule</item>
  </portal_type>

Copied: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Root%20Simulation%20Rule.xml (from r32882, erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Rule.xml)
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%2520Root%2520Simulation%2520Rule.xml?p2=erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%2520Root%2520Simulation%2520Rule.xml&p1=erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%2520Rule.xml&r1=32882&r2=32888&rev=32888&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Rule.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Root%20Simulation%20Rule.xml [utf8] Mon Feb 22 03:41:21 2010
@@ -19,15 +19,15 @@
         </item>
         <item>
             <key> <string>content_meta_type</string> </key>
-            <value> <string>ERP5 Invoice Rule</string> </value>
+            <value> <string>ERP5 Invoice Root Simulation Rule</string> </value>
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string>Invoice Rule object makes sure an Invoice in the simulation is consistent with the real invoice.</string> </value>
+            <value> <string>Invoice Root Simulation Rule object makes sure an Invoice in the simulation is consistent with the real invoice.</string> </value>
         </item>
         <item>
             <key> <string>factory</string> </key>
-            <value> <string>addInvoiceRule</string> </value>
+            <value> <string>addInvoiceRootSimulationRule</string> </value>
         </item>
         <item>
             <key> <string>filter_content_types</string> </key>
@@ -43,7 +43,7 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>Invoice Rule</string> </value>
+            <value> <string>Invoice Root Simulation Rule</string> </value>
         </item>
         <item>
             <key> <string>init_script</string> </key>

Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=32888&r1=32887&r2=32888&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] Mon Feb 22 03:41:21 2010
@@ -22,6 +22,10 @@
  <chain>
   <type>Cash Register</type>
   <workflow>edit_workflow, validation_workflow</workflow>
+ </chain>
+ <chain>
+  <type>Invoice Root Simulation Rule</type>
+  <workflow>edit_workflow, rule_validation_workflow</workflow>
  </chain>
  <chain>
   <type>Invoice Rule</type>

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=32888&r1=32887&r2=32888&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 03:41:21 2010
@@ -56,6 +56,7 @@
 Cash Register | transactions
 Cash Register | view
 Credit Card | transactions
+Invoice Root Simulation Rule | view
 Invoice Rule | view
 Organisation | grouping_reference_fast_input
 Organisation | jump_active_accounting_pref

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=32888&r1=32887&r2=32888&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 03:41:21 2010
@@ -11,6 +11,9 @@
 Accounting Transaction | File
 Accounting Transaction | Image
 Balance Transaction | Balance Transaction Line
+Invoice Root Simulation Rule | Category Divergence Tester
+Invoice Root Simulation Rule | Property Divergence Tester
+Invoice Root Simulation Rule | Quantity Divergence Tester
 Invoice Rule | Category Divergence Tester
 Invoice Rule | Property Divergence Tester
 Invoice Rule | Quantity Divergence Tester

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_id_list?rev=32888&r1=32887&r2=32888&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_id_list [utf8] Mon Feb 22 03:41:21 2010
@@ -9,6 +9,7 @@
 Balance Transaction
 Balance Transaction Line
 Cash Register
+Invoice Root Simulation Rule
 Invoice Rule
 Payment Rule
 Payment Transaction

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=32888&r1=32887&r2=32888&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 03:41:21 2010
@@ -11,6 +11,8 @@
 Balance Transaction | edit_workflow
 Cash Register | edit_workflow
 Cash Register | validation_workflow
+Invoice Root Simulation Rule | edit_workflow
+Invoice Root Simulation Rule | rule_validation_workflow
 Invoice Rule | edit_workflow
 Invoice Rule | rule_validation_workflow
 Payment Rule | edit_workflow




More information about the Erp5-report mailing list