| ${shipmentInstance?.shipmentNumber } | |
| ${shipmentInstance?.origin?.name } | |
| ${shipmentInstance?.destination?.name } | |
|
|
|
|
|
|
|
|
|
|
|
|
| ${referenceNumber?.identifier } | |
| ${userInstance?.name } ${userInstance?.email } | |
| ${shipmentInstance?.carrier?.name } ${shipmentInstance?.carrier?.email } | |
| ${shipmentInstance?.additionalInformation} |
|
|
|
|
${event?.eventLocation?.name} |
|
|
|
|
${shipmentInstance?.origin?.name} |
${comment?.sender?.name} ยท ${comment.comment} |
| ${warehouse.message(code:'comments.none.label', default: "No comments")} |
| ${warehouse.message(code: 'container.label')} | ${warehouse.message(code: 'product.productCode.label')} | ${warehouse.message(code: 'default.item.label')} | ${warehouse.message(code: 'product.unitOfMeasure.label')} | ${warehouse.message(code: 'inventoryItem.lotNumber.label')} | ${warehouse.message(code: 'inventoryItem.expirationDate.label')} | ${warehouse.message(code: 'inventoryLevel.binLocation.label')} | ${warehouse.message(code: 'shipmentItem.totalQuantityShipped.label', default: 'Shipped')} | ${warehouse.message(code: 'shipmentItem.totalQuantityReceived.label', default: 'Received')} | ${warehouse.message(code: 'shipping.recipient.label')} | ${warehouse.message(code: 'product.coldChain.label')} | ${warehouse.message(code: 'receiptItem.comments.label', default: "Comments")} |
|---|---|---|---|---|---|---|---|---|---|---|---|
| ${shipmentItem?.container?.name?:warehouse.message(code:'shipping.unpackedItems.label') } | ${shipmentItem?.inventoryItem?.product?.productCode} | ${format.product(product: shipmentItem?.inventoryItem?.product) } | ${shipmentItem?.inventoryItem?.product?.unitOfMeasure?:warehouse.message(code:'default.each.label')} | ${shipmentItem?.inventoryItem?.lotNumber} |
|
${shipmentItem?.inventoryItem?.product?.getBinLocation(session.warehouse.id)} |
|
|
${shipmentItem?.recipient?.name?:warehouse.message(code:'default.none.label')} |
|
|