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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 22 10:56:49 CET 2010


Author: kazuhiko
Date: Mon Feb 22 10:56:48 2010
New Revision: 32925

URL: http://svn.erp5.org?rev=32925&view=rev
Log:
add Payment Simulation Rule.

Added:
    erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Payment%20Simulation%20Rule/
      - copied from r32897, erp5/trunk/bt5/erp5_invoicing/ActionTemplateItem/portal_types/Invoice%20Transaction%20Rule/
    erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Simulation%20Rule.xml
      - copied, changed from r32897, erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Transaction%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/revision
    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=32925&r1=32924&r2=32925&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 10:56:48 2010
@@ -48,6 +48,11 @@
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
+ <portal_type id="Payment Simulation Rule">
+  <item>Category Divergence Tester</item>
+  <item>Property Divergence Tester</item>
+  <item>Quantity Divergence Tester</item>
+ </portal_type>
  <portal_type id="Payment Transaction">
   <item>Accounting Transaction Line</item>
   <item>File</item>
@@ -69,6 +74,7 @@
   <item>Invoice Root Simulation Rule</item>
   <item>Invoice Rule</item>
   <item>Payment Rule</item>
+  <item>Payment Simulation Rule</item>
  </portal_type>
  <portal_type id="Sale Invoice Transaction">
   <item>File</item>

Copied: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Simulation%20Rule.xml (from r32897, erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Transaction%20Rule.xml)
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%2520Simulation%2520Rule.xml?p2=erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%2520Simulation%2520Rule.xml&p1=erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%2520Transaction%2520Rule.xml&r1=32897&r2=32925&rev=32925&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Transaction%20Rule.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Simulation%20Rule.xml [utf8] Mon Feb 22 10:56:48 2010
@@ -19,19 +19,15 @@
         </item>
         <item>
             <key> <string>content_meta_type</string> </key>
-            <value> <string>ERP5 Invoice Transaction Rule</string> </value>
+            <value> <string>ERP5 Payment Simulation Rule</string> </value>
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string>      Invoice Transaction Rule object make sure an Invoice in the simulation\n
-      is consistent with the real invoice\n
-\n
-      WARNING: what to do with movement split ?\n
-</string> </value>
+            <value> <string>Payment Simulation Rule object make sure an Payment in the simulation is consistent with the real payment.</string> </value>
         </item>
         <item>
             <key> <string>factory</string> </key>
-            <value> <string>addInvoiceTransactionRule</string> </value>
+            <value> <string>addPaymentSimulationRule</string> </value>
         </item>
         <item>
             <key> <string>filter_content_types</string> </key>
@@ -47,7 +43,7 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>Invoice Transaction Rule</string> </value>
+            <value> <string>Payment 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=32925&r1=32924&r2=32925&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 10:56:48 2010
@@ -40,6 +40,10 @@
   <workflow>edit_workflow, rule_validation_workflow</workflow>
  </chain>
  <chain>
+  <type>Payment Simulation Rule</type>
+  <workflow>edit_workflow, rule_validation_workflow</workflow>
+ </chain>
+ <chain>
   <type>Payment Transaction</type>
   <workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
  </chain>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=32925&r1=32924&r2=32925&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Feb 22 10:56:48 2010
@@ -1,1 +1,1 @@
-1113
+1114

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=32925&r1=32924&r2=32925&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 10:56:48 2010
@@ -64,6 +64,8 @@
 Organisation | jump_to_accounting
 Organisation | transactions
 Payment Rule | view
+Payment Simulation Rule | divergence
+Payment Simulation Rule | view
 Payment Transaction | add_accounting_transaction_line
 Payment Transaction | convert_destination_price
 Payment Transaction | convert_source_price

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=32925&r1=32924&r2=32925&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 10:56:48 2010
@@ -25,6 +25,9 @@
 Payment Rule | Category Divergence Tester
 Payment Rule | Property Divergence Tester
 Payment Rule | Quantity Divergence Tester
+Payment Simulation Rule | Category Divergence Tester
+Payment Simulation Rule | Property Divergence Tester
+Payment Simulation Rule | Quantity Divergence Tester
 Payment Transaction | Accounting Transaction Line
 Payment Transaction | File
 Payment Transaction | Image
@@ -39,6 +42,7 @@
 Rule Tool | Invoice Root Simulation Rule
 Rule Tool | Invoice Rule
 Rule Tool | Payment Rule
+Rule Tool | Payment Simulation Rule
 Sale Invoice Transaction | File
 Sale Invoice Transaction | Image
 Sale Invoice Transaction | Sale Invoice Transaction Line

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=32925&r1=32924&r2=32925&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 10:56:48 2010
@@ -13,6 +13,7 @@
 Invoice Root Simulation Rule
 Invoice Rule
 Payment Rule
+Payment Simulation Rule
 Payment Transaction
 Purchase Invoice Transaction
 Purchase Invoice Transaction Line

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=32925&r1=32924&r2=32925&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 10:56:48 2010
@@ -19,6 +19,8 @@
 Invoice Rule | rule_validation_workflow
 Payment Rule | edit_workflow
 Payment Rule | rule_validation_workflow
+Payment Simulation Rule | edit_workflow
+Payment Simulation Rule | rule_validation_workflow
 Payment Transaction | accounting_workflow
 Payment Transaction | delivery_causality_interaction_workflow
 Payment Transaction | delivery_causality_workflow




More information about the Erp5-report mailing list