Invoice Number | {{ entity.invoiceNumber|trim }} |
Invoice Date | {% if entity.invoiceDate is not null %} {{ entity.invoiceDate|date("Y/m/d") }} {% endif %} |
Shipment Number | {{ entity.shipmentNumber|trim }} |
Shipment Date | {% if entity.shipmentDate is not null %} {{ entity.shipmentDate|date("Y/m/d") }} {% endif %} |
Account Number | {{ entity.accNumber|trim }} |
Origin | {{ entity.origin|trim }} |
Destination | {{ entity.destination|trim }} |
Sender Name | {{ entity.senderName|trim }} |
Sender Contact | {{ entity.senderContact|trim }} |
Sender Ref | {{ entity.senderRef|trim }} |
Consignee Name | {{ entity.consigneeName|trim }} |
Service | {{ entity.service|trim }} |
Num Parcels | {{ entity.numParcels }} |
Liability Value | {{ entity.liabilityValue|number_format(2, '.', '') }} |
Incidental Value | {{ entity.incidentalValue|number_format(2, '.', '') }} |
Analysis Code | {{ entity.analysisCode|trim }} |
Actual Mass | {{ entity.actualMass|number_format(1, '.', '') }} |
Vol. Mass | {{ entity.volMass|number_format(1, '.', '') }} |
Mass Charged | {{ entity.massCharged|number_format(1, '.', '') }} |
VAT | {{ entity.vat|number_format(2, '.', '') }} |
Net Amount | {{ entity.netAmount|number_format(2, '.', '') }} |
InclusiveTotal | {{ entity.inclusiveTotal|number_format(2, '.', '') }} |
From Code | {{ entity.fromCode|trim }} |
To Code | {{ entity.fromCode|trim }} |