Waybill Number{{ entity.waybillNumber|trim }}
Shipper Ref{{ entity.shipperRef|trim }}
Shipment Date{% if entity.shipmentDate is not null %} {{ entity.shipmentDate|date("Y/m/d") }} {% endif %}
Sender Name{{ entity.senderName|trim }}
Area From{{ entity.areaFrom|trim }}
Suburb From{{ entity.suburbFrom|trim }}
Receiver Name{{ entity.receiverName|trim }}
Area To{{ entity.areaTo|trim }}
Suburb To{{ entity.suburbTo|trim }}
Service{{ entity.service }}
Mass Kgs{{ entity.massKgs|number_format(2, '.', '') }}
Insurance{{ entity.insurance|number_format(2, '.', '') }}
Fuel Surcharge{{ entity.fuelSurcharge|number_format(2, '.', '') }}
Amount excl Vat{{ entity.amountExclVat|number_format(2, '.', '') }}
Amount Vat{{ entity.amountVat|number_format(2, '.', '') }}
Amount inc Vat{{ entity.amountIncVat|number_format(2, '.', '') }}
Actual Mass{{ entity.actualMass|number_format(2, '.', '') }}
Volumetric Mass{{ entity.volumetricMass|number_format(2, '.', '') }}
Mass Charged{{ entity.massCharged|number_format(2, '.', '') }}
Surcharge{{ entity.surcharge|number_format(2, '.', '') }}
Surcharge Reason{{ entity.surchargeReason|trim }}
Status{{ entity.status|trim }}
Special Surcharge{{ entity.specialSurcharge|number_format(2, '.', '') }}
Special Surcharge Reason{{ entity.specialSurchargeReason|trim }}
Pieces{{ entity.pieces|trim }}
Dimensions{{ entity.dimensions|trim }}
Secondary Surcharge{{ entity.secondarySurcharge|number_format(2, '.', '') }}
Minimum Rate{{ entity.minRate|number_format(2, '.', '') }}
Normal Rate{{ entity.normalRate|number_format(2, '.', '') }}
After Hours{{ entity.afterHours|number_format(2, '.', '') }}
Saturday{{ entity.saturday|number_format(2, '.', '') }}
NDS{{ entity.nds|number_format(2, '.', '') }}
Regional Charge{{ entity.regionalCharge|number_format(2, '.', '') }}
Billing Type{{ entity.billingType|trim }}
Billing Type Desc.{{ entity.billingTypeDescription|trim }}