Waybill Date | {% if entity.waybillDate is not null %} {{ entity.waybillDate|date("Y/m/d") }} {% endif %} |
Waybill | {{ entity.waybill|trim }} |
Description | {{ entity.description|trim }} |
Client Ref | {{ entity.clientRef|trim }} |
Shipper | {{ entity.sender|trim }} |
Consignee | {{ entity.receiver|trim }} |
Origin | {{ entity.origin|trim }} |
Destination | {{ entity.dest|trim }} |
Service | {{ entity.service }} |
Pcs | {{ entity.pieces|trim }} |
Chargeable Mass | {{ entity.massCharged|number_format(2, '.', '') }} |
Surcharges | {{ entity.surcharges }} |
Insurance | {{ entity.insurance|number_format(2, '.', '') }} |
Doc Fee | {{ entity.docFee|number_format(2, '.', '') }} |
Other_Surch | {{ entity.other|number_format(2, '.', '') }} |
SubTotal | {{ entity.subTotal|number_format(2, '.', '') }} |
VAT | {{ entity.vat|number_format(2, '.', '') }} |
Total | {{ entity.total|number_format(2, '.', '') }} |
POD Date | {% if entity.podDate is not null %} {{ entity.podDate|date("Y/m/d") }} {% endif %} |
POD Due | {% if entity.dueDate is not null %} {{ entity.dueDate|date("Y/m/d") }} {% endif %} |
POD Recipient | {{ entity.podRecipient|trim }} |