Waybill | {{ entity.waybill|trim }} |
Manifest | {{ entity.manifest|trim }} |
Waybill Date | {% if entity.waybillDate is not null %} {{ entity.waybillDate|date("Y/m/d") }} {% endif %} |
Description | {{ entity.description|trim }} |
Consignor | {{ entity.sender|trim }} |
Origin | {{ entity.origin|trim }} |
Consignee | {{ entity.recipient|trim }} |
Destination | {{ entity.dest|trim }} |
Service | {{ entity.service }} |
Package Type | {{ entity.packageType }} |
Chrg Mass | {{ entity.massCharged|number_format(2, '.', '') }} |
Volume | {{ entity.volume|number_format(3, '.', '') }} |
Pieces | {{ entity.pieces|trim }} |
Doc Fee | {{ entity.docFee|number_format(2, '.', '') }} |
Insurance | {{ entity.insurance|number_format(2, '.', '') }} |
Fuel Surcharges | {{ entity.fuel|number_format(2, '.', '') }} |
Other | {{ entity.other|number_format(2, '.', '') }} |
Sub Total | {{ entity.subTotal|number_format(2, '.', '') }} |
VAT | {{ entity.vat|number_format(2, '.', '') }} |
Total | {{ entity.total|number_format(2, '.', '') }} |