You've already forked reflex-wms-connector
Compare commits
50 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60c6f812d1 | |||
| c2f6537e0c | |||
| f5970127b0 | |||
| 33c7ab08a7 | |||
| fb8f9ca651 | |||
| 16c7d6b686 | |||
| fc919c2199 | |||
| 3365a94098 | |||
| e055eab522 | |||
| c95bdc7f00 | |||
| 319cb6cc51 | |||
| 1f289e229c | |||
| fba36b5d77 | |||
| 892812e85e | |||
| a512e4c23a | |||
| 884ad540fe | |||
| 3a9620e3ee | |||
| d5573b6dba | |||
| 162b73e75f | |||
| bb4315bba1 | |||
| c4910785e0 | |||
| 5688244be2 | |||
| de5e94be3c | |||
| 646256d879 | |||
| 60355d1ba5 | |||
| 737763dc7f | |||
| 098b2d4e1d | |||
| 7b55a4bcd0 | |||
| b369dd8adf | |||
| fd1cfcc2c5 | |||
| fc8290648f | |||
| 378c1ba75f | |||
| d94a74d399 | |||
| a882ac4b86 | |||
| d2d9443fc7 | |||
| 30ae93b9e7 | |||
| 64e03640d1 | |||
| 270f90a9b3 | |||
| b5c85220b5 | |||
| 2409cf3a01 | |||
| 957df51487 | |||
| d09fa33577 | |||
| 3bcdec1d5d | |||
| b4ea1e7798 | |||
| 80aecb3aa7 | |||
| e02218f7b1 | |||
| 6270992346 | |||
| a544f6700d | |||
| 04ec57377a | |||
| b209e8b5e1 |
@@ -1,37 +0,0 @@
|
|||||||
<#include "HfRpConfig.ftl">
|
|
||||||
<#include "ReflexUtils.ftl">
|
|
||||||
[
|
|
||||||
|
|
||||||
{
|
|
||||||
"Header": {
|
|
||||||
"ProjectID": "${projectRP}"
|
|
||||||
},
|
|
||||||
"ID": {
|
|
||||||
"RefID": "${despatched_ipg.hd_number}"
|
|
||||||
},
|
|
||||||
|
|
||||||
"Payload": {
|
|
||||||
|
|
||||||
"IncludedHandlingunitIDs": [ "${despatched_ipg.carton_number}" ]
|
|
||||||
<#if preparation_line.despatched_hds_list?? >
|
|
||||||
,
|
|
||||||
"Information": {
|
|
||||||
"ContainerType": "${preparation_line.despatched_hds_list[0].hd_type_code}",
|
|
||||||
"Length": {
|
|
||||||
"Unit": "${length_unit_rfx}",
|
|
||||||
"Value": ${preparation_line.despatched_hds_list[0].hd_type_depth}
|
|
||||||
},
|
|
||||||
"Weight": {
|
|
||||||
"Unit": "${weight_unit_rfx}",
|
|
||||||
"Value": ${preparation_line.despatched_hds_list[0].hd_gross_weight}
|
|
||||||
},
|
|
||||||
"Width": {
|
|
||||||
"Unit": "${length_unit_rfx}",
|
|
||||||
"Value": ${preparation_line.despatched_hds_list[0].hd_type_width}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</#if>
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user