initial import

This commit is contained in:
2023-08-29 09:46:06 +02:00
parent 9872f3cf4a
commit b64d900833
67 changed files with 2234 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<#-- use protobuf of class Hsrprepa to find Reflex WMS fields names -->
<#--
"SegmentationKeys" :[
{
"Key": "BatchNumber",
<#if despatched_ipg.batch_number == "">
"Value": { "String" : "no batch"}
<#else>
"Value": { "String" : "${despatched_ipg.batch_number}"}
</#if>
},
{
"Key": "Grade",
"Value": { "String" : "${preparation_line.grade_code}"}
},
{
"Key": "Owner",
"Value": { "String" : "${preparation_line.owner_code}"}
}
]
-->
"SegmentationKeys": [ ]