[Erp5-report] r23654 - in /erp5/trunk/bt5/erp5_accounting: PathTemplateItem/portal_deliveri...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 16 21:52:07 CEST 2008


Author: kazuhiko
Date: Tue Sep 16 21:52:07 2008
New Revision: 23654

URL: http://svn.erp5.org?rev=23654&view=rev
Log:
2008-09-16 Kazuhiko
* remove payment_transaction_builder because now it is included in erp5_invoicing.
* use  delivery_causality_workflow instead of invoice_causality_workflow in Purchase Invoice Transaction and Sale Invoice Transaction.

Removed:
    erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_deliveries/
Modified:
    erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
    erp5/trunk/bt5/erp5_accounting/bt/change_log
    erp5/trunk/bt5/erp5_accounting/bt/revision
    erp5/trunk/bt5/erp5_accounting/bt/template_path_list
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list

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=23654&r1=23653&r2=23654&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml Tue Sep 16 21:52:07 2008
@@ -33,7 +33,7 @@
  </chain>
  <chain>
   <type>Purchase Invoice Transaction</type>
-  <workflow>delivery_causality_interaction_workflow, accounting_workflow, invoice_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
+  <workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, accounting_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
  </chain>
  <chain>
   <type>Purchase Invoice Transaction Line</type>
@@ -41,7 +41,7 @@
  </chain>
  <chain>
   <type>Sale Invoice Transaction</type>
-  <workflow>delivery_causality_interaction_workflow, accounting_workflow, delivery_simulation_interaction_workflow, edit_workflow, invoice_causality_workflow</workflow>
+  <workflow>delivery_causality_interaction_workflow, accounting_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
  </chain>
  <chain>
   <type>Sale Invoice Transaction Line</type>

Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=23654&r1=23653&r2=23654&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log Tue Sep 16 21:52:07 2008
@@ -1,3 +1,7 @@
+2008-09-16 Kazuhiko
+* remove payment_transaction_builder because now it is included in erp5_invoicing.
+* use  delivery_causality_workflow instead of invoice_causality_workflow in Purchase Invoice Transaction and Sale Invoice Transaction.
+
 2008-09-07 yusei
 * Replace "+" with " " in translation messages.
 

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=23654&r1=23653&r2=23654&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Tue Sep 16 21:52:07 2008
@@ -1,1 +1,1 @@
-769
+771

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=23654&r1=23653&r2=23654&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_path_list (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_path_list Tue Sep 16 21:52:07 2008
@@ -1,6 +1,5 @@
 portal_categories/account_type/**
 portal_categories/financial_section/*
-portal_deliveries/payment_transaction_builder
 portal_rules/default_invoice_rule
 portal_rules/default_invoice_rule/**
 portal_rules/default_payment_rule

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=23654&r1=23653&r2=23654&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list Tue Sep 16 21:52:07 2008
@@ -20,14 +20,14 @@
 Purchase Invoice Transaction Line | edit_workflow
 Purchase Invoice Transaction | accounting_workflow
 Purchase Invoice Transaction | delivery_causality_interaction_workflow
+Purchase Invoice Transaction | delivery_causality_workflow
 Purchase Invoice Transaction | delivery_simulation_interaction_workflow
 Purchase Invoice Transaction | edit_workflow
-Purchase Invoice Transaction | invoice_causality_workflow
 Sale Invoice Transaction Line | delivery_movement_causality_interaction_workflow
 Sale Invoice Transaction Line | delivery_movement_simulation_interaction_workflow
 Sale Invoice Transaction Line | edit_workflow
 Sale Invoice Transaction | accounting_workflow
 Sale Invoice Transaction | delivery_causality_interaction_workflow
+Sale Invoice Transaction | delivery_causality_workflow
 Sale Invoice Transaction | delivery_simulation_interaction_workflow
-Sale Invoice Transaction | edit_workflow
-Sale Invoice Transaction | invoice_causality_workflow
+Sale Invoice Transaction | edit_workflow




More information about the Erp5-report mailing list