[Erp5-report] r16834 - in /erp5/trunk/bt5/erp5_mrp: PortalTypeWorkflowChainTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 4 19:32:36 CEST 2007


Author: alex
Date: Thu Oct  4 19:32:35 2007
New Revision: 16834

URL: http://svn.erp5.org?rev=16834&view=rev
Log:
- replaced interaction workflows by new ones in workflow chains of deliveries and movements
- removed old interaction workflow (production_packing_list_interaction_workflow)

Modified:
    erp5/trunk/bt5/erp5_mrp/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
    erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_workflow_chain_list
    erp5/trunk/bt5/erp5_mrp/bt/template_workflow_id_list

Modified: erp5/trunk/bt5/erp5_mrp/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=16834&r1=16833&r2=16834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml (original)
+++ erp5/trunk/bt5/erp5_mrp/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml Thu Oct  4 19:32:35 2007
@@ -17,27 +17,27 @@
  </chain>
  <chain>
   <type>Production Packing List</type>
-  <workflow>production_packing_list_workflow, production_packing_list_causality_workflow, edit_workflow, production_packing_list_interaction_workflow, delivery_causality_interaction_workflow</workflow>
+  <workflow>delivery_simulation_interaction_workflow, production_packing_list_workflow, production_packing_list_causality_workflow, edit_workflow, delivery_causality_interaction_workflow</workflow>
  </chain>
  <chain>
   <type>Production Packing List Cell</type>
-  <workflow>delivery_movement_causality_interaction_workflow</workflow>
+  <workflow>delivery_movement_simulation_interaction_workflow, delivery_movement_causality_interaction_workflow</workflow>
  </chain>
  <chain>
   <type>Production Packing List Line</type>
-  <workflow>delivery_movement_causality_interaction_workflow, edit_workflow, production_packing_list_interaction_workflow, production_matrix_workflow</workflow>
+  <workflow>delivery_movement_causality_interaction_workflow, edit_workflow, delivery_movement_simulation_interaction_workflow, production_matrix_workflow</workflow>
  </chain>
  <chain>
   <type>Production Report</type>
-  <workflow>production_packing_list_causality_workflow, production_packing_list_interaction_workflow, edit_workflow, production_packing_list_workflow, delivery_causality_interaction_workflow</workflow>
+  <workflow>production_packing_list_causality_workflow, delivery_simulation_interaction_workflow, production_packing_list_workflow, edit_workflow, delivery_causality_interaction_workflow</workflow>
  </chain>
  <chain>
   <type>Production Report Cell</type>
-  <workflow>delivery_movement_causality_interaction_workflow</workflow>
+  <workflow>delivery_movement_simulation_interaction_workflow, delivery_movement_causality_interaction_workflow</workflow>
  </chain>
  <chain>
   <type>Production Report Line</type>
-  <workflow>delivery_movement_causality_interaction_workflow, edit_workflow, production_matrix_workflow, production_packing_list_interaction_workflow</workflow>
+  <workflow>delivery_movement_simulation_interaction_workflow, edit_workflow, production_matrix_workflow, delivery_movement_causality_interaction_workflow</workflow>
  </chain>
  <chain>
   <type>Supply Chain</type>

Modified: erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_workflow_chain_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_workflow_chain_list?rev=16834&r1=16833&r2=16834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_workflow_chain_list (original)
+++ erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_workflow_chain_list Thu Oct  4 19:32:35 2007
@@ -8,24 +8,26 @@
 Production Order | order_simulation_interaction_workflow
 Production Order | production_order_workflow
 Production Packing List Cell | delivery_movement_causality_interaction_workflow
+Production Packing List Cell | delivery_movement_simulation_interaction_workflow
 Production Packing List Line | delivery_movement_causality_interaction_workflow
+Production Packing List Line | delivery_movement_simulation_interaction_workflow
 Production Packing List Line | edit_workflow
 Production Packing List Line | production_matrix_workflow
-Production Packing List Line | production_packing_list_interaction_workflow
 Production Packing List | delivery_causality_interaction_workflow
+Production Packing List | delivery_simulation_interaction_workflow
 Production Packing List | edit_workflow
 Production Packing List | production_packing_list_causality_workflow
-Production Packing List | production_packing_list_interaction_workflow
 Production Packing List | production_packing_list_workflow
 Production Report Cell | delivery_movement_causality_interaction_workflow
+Production Report Cell | delivery_movement_simulation_interaction_workflow
 Production Report Line | delivery_movement_causality_interaction_workflow
+Production Report Line | delivery_movement_simulation_interaction_workflow
 Production Report Line | edit_workflow
 Production Report Line | production_matrix_workflow
-Production Report Line | production_packing_list_interaction_workflow
 Production Report | delivery_causality_interaction_workflow
+Production Report | delivery_simulation_interaction_workflow
 Production Report | edit_workflow
 Production Report | production_packing_list_causality_workflow
-Production Report | production_packing_list_interaction_workflow
 Production Report | production_packing_list_workflow
 Supply Chain | edit_workflow
 Supply Link | edit_workflow

Modified: erp5/trunk/bt5/erp5_mrp/bt/template_workflow_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/bt/template_workflow_id_list?rev=16834&r1=16833&r2=16834&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/bt/template_workflow_id_list (original)
+++ erp5/trunk/bt5/erp5_mrp/bt/template_workflow_id_list Thu Oct  4 19:32:35 2007
@@ -1,5 +1,4 @@
 production_matrix_workflow
 production_order_workflow
 production_packing_list_causality_workflow
-production_packing_list_interaction_workflow
 production_packing_list_workflow




More information about the Erp5-report mailing list