version 1 des FTL des RDZ

This commit is contained in:
2025-11-07 10:07:21 +01:00
parent 9214df8b96
commit d895bac137
14 changed files with 497 additions and 87 deletions

View File

@@ -2,6 +2,7 @@
<#-- How to use MD Header map
Example :
<<<<<<< HEAD
<#assign pick_sequence_code = Header_MetaData_Map["OrderType"].String!""/>
If your MD is :
@@ -14,19 +15,28 @@
<#assign activity_code = ""/>
<#assign originator_code = ""/>
<#assign preparation_type_code = ""/>
<#assign requested_delivery_date_type = ""/>
<#assign activity_code = "ALI"/>
<#assign originator_code = "001"/>
=======
<#assign pick_sequence_code = Header_MetaData_Map["OrderType"]!""/>
-->
<#assign activity_code = "ALI"/>
<#assign originator_code = "DEPT ALIM"/>
>>>>>>> main
<#assign preparation_type_code = "010"/>
<#assign requested_delivery_date_type = "010"/>
<#assign consolidated_delivery_flag ="false"/>
<#assign pick_sequence_code = ""/>
<#assign protected_flag ="false"/>
<#assign automatic_generation_flag ="false"/>
<#assign apt_with_end_consignee_flag="false"/>
<<<<<<< HEAD
<#-- A supprimer si utilisation de la table de correspondance-->
<#--To be deleted if using the correspondence table-->
<#assign load_grouping = "default">
<#assign load_grouping = "TEST">
<#-- Table de correspondance Transporteur/Code regroupement chargement,
@@ -45,3 +55,6 @@ Assigning to a load if you set up Load Grouping+Distribution Master Plan-->
=======
<#assign load_grouping = "STD"/>
>>>>>>> main