You've already forked reflex-wms-connector
@@ -114,15 +114,12 @@
|
||||
"ExecutionflowID": "R${carrier_apt.physical_depot?json_string}${physical_receipt.receipt_activity?json_string}${physical_receipt.originator_code?json_string}${physical_receipt.receipt_year?json_string}${physical_receipt.receipt_number?json_string}",
|
||||
"ProjectID": "${projectRP}",
|
||||
"PartnerAppID": "${partnerApplicationRP}",
|
||||
"OrganisationID": "${organisationRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
||||
"OrganisationID": "${organisationRP}"
|
||||
}<#sep>,</#sep>
|
||||
</#list>
|
||||
],
|
||||
"ProjectID" : "${projectRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_ProjectQuantities.ftl">
|
||||
}],
|
||||
<#include "RFXtoRP_HsrCarrierApt_TotalQuantities.ftl">
|
||||
"ProjectID" : "${projectRP}"
|
||||
}]
|
||||
},
|
||||
<#else>
|
||||
"Loading" :
|
||||
@@ -132,13 +129,10 @@
|
||||
"ActorID": "${RFXtoRPprefixDepot(carrier_apt.physical_depot?json_string)}",
|
||||
"ProjectID": "${projectRP}",
|
||||
"PartnerAppID": "${partnerApplicationRP}",
|
||||
"OrganisationID": "${organisationRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
||||
"OrganisationID": "${organisationRP}"
|
||||
}],
|
||||
"ProjectID" : "${projectRP}:${RFXtoRPprefixDepot(carrier_apt.physical_depot?json_string)}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_ProjectQuantities.ftl">
|
||||
}],
|
||||
<#include "RFXtoRP_HsrCarrierApt_TotalQuantities.ftl">
|
||||
"ProjectID" : "${projectRP}:${RFXtoRPprefixDepot(carrier_apt.physical_depot?json_string)}"
|
||||
}]
|
||||
},
|
||||
<#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true">
|
||||
"Reason": "UNLOADING AND LOADING / ${carrier_apt.appointment_designation?json_string}",
|
||||
|
||||
@@ -109,15 +109,12 @@
|
||||
</#if>
|
||||
"ProjectID": "${projectRP}",
|
||||
"PartnerAppID": "${partnerApplicationRP}",
|
||||
"OrganisationID": "${organisationRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
||||
"OrganisationID": "${organisationRP}"
|
||||
}<#sep>,</#sep>
|
||||
</#list>
|
||||
],
|
||||
"ProjectID" : "${projectRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_ProjectQuantities.ftl">
|
||||
}],
|
||||
<#include "RFXtoRP_HsrCarrierApt_TotalQuantities.ftl">
|
||||
"ProjectID" : "${projectRP}"
|
||||
}]
|
||||
},
|
||||
<#else>
|
||||
<#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true">
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
"ProjectQuantities": [
|
||||
|
||||
]
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
"Quantities": [
|
||||
|
||||
]
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
"TotalQuantities": [
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user