This commit is contained in:
2024-09-17 10:25:53 +02:00
parent 956105fc38
commit c05a4653ba
20 changed files with 113 additions and 288 deletions

View File

@@ -1,5 +1,6 @@
<#include "HfRpConfig.ftl">
<#include "ReflexUtils.ftl">
<#include "ActorPrefix.ftl">
<#assign MoveType_KV = {"130":"STOCK_MOVEMENT_TYPE_PRODUCTION",
"200":"STOCK_MOVEMENT_TYPE_FIX",
@@ -42,20 +43,11 @@
"LVBranchID": "${reflexMvtStockInterface.lv_code?json_string}"
},
<#if text_language_rfx="fr">
<#if uniqueness?? && uniqueness!="" >
"ActorID": "${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
<#else>
"ActorID": "DEP${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
</#if>
<#else>
<#if uniqueness?? && uniqueness!="" >
"ActorID": "${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
<#else>
"ActorID": "DEP${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
</#if>
<#if uniqueness?? && uniqueness!="" >
"ActorID": "${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
<#else>
"ActorID": "${depot}${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
</#if>
"Movement": {
"DateTime": {