Merge branch 'release/1.2' into 'main'
Modifs RPtoRFX 2301241050 See merge request r-d-technique/tiers/reflex-wms-connector!14
This commit is contained in:
commit
cc5a3521d3
@ -25,7 +25,9 @@
|
|||||||
"ItemID": "${stock.item_code}",
|
"ItemID": "${stock.item_code}",
|
||||||
"LVBranchID": "${stock.item_logistical_variant_code}",
|
"LVBranchID": "${stock.item_logistical_variant_code}",
|
||||||
<#assign priority_date = stock.priority_date?datetime(rfx_date_format_default)?iso_utc />
|
<#assign priority_date = stock.priority_date?datetime(rfx_date_format_default)?iso_utc />
|
||||||
"PriorityDate" : "${priority_date}",
|
<#if (stock.priority_date!="") && (stock.priority_date?starts_with("00")== false) >
|
||||||
|
"PriorityDate" : "${priority_date}",
|
||||||
|
</#if>
|
||||||
|
|
||||||
<#-- Segmentation keys inclusion -->
|
<#-- Segmentation keys inclusion -->
|
||||||
<#include "RFXtoRP_HfDtlStockLs_StockSnapshotted_SegmentationKeys.ftl">
|
<#include "RFXtoRP_HfDtlStockLs_StockSnapshotted_SegmentationKeys.ftl">
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
>
|
>
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.GoodsReceived>
|
<#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitGoodsReceived>
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RFXtoRP_HsaIpgMove_GoodsReceived.ftl">
|
<#include "RFXtoRP_HsaIpgMove_GoodsReceived.ftl">
|
||||||
@ -58,7 +58,7 @@
|
|||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
<#else>
|
<#else>
|
||||||
<#-- cases of an IPG move with quantity = 0 (weight modification))-->
|
<#-- cases of an IPG move with quantity = 0 (weight modification)-->
|
||||||
<#stop "move ignored quantity = 0">
|
<#stop "move ignored quantity = 0">
|
||||||
</#if>
|
</#if>
|
||||||
<#break>
|
<#break>
|
||||||
|
|||||||
@ -67,13 +67,13 @@
|
|||||||
"grade_code_to_prepare" :"${grade_code_to_prepare}",
|
"grade_code_to_prepare" :"${grade_code_to_prepare}",
|
||||||
"input_order_data": "false",
|
"input_order_data": "false",
|
||||||
"batch_1": "${batch_1}",
|
"batch_1": "${batch_1}",
|
||||||
|
"base_lv_quantity": "true",
|
||||||
"any_lv": "false"
|
"any_lv": "false"
|
||||||
<#--
|
<#--
|
||||||
"stock_reservation": "false",
|
"stock_reservation": "false",
|
||||||
"forced_priority_date_min_lead_time": "false",
|
"forced_priority_date_min_lead_time": "false",
|
||||||
"temp_substitution_possible": "false",
|
"temp_substitution_possible": "false",
|
||||||
"substitution_possible": "false",
|
"substitution_possible": "false"
|
||||||
"base_lv_quantity": "true",
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
}<#sep>,</#sep>
|
}<#sep>,</#sep>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user