Accounting Period | {% if entity.accountingPeriod is not null %} {{ entity.accountingPeriod|date("M-d") }} {% endif %} |
Tran No | {{ entity.tranNo|trim }} |
Wb No | {{ entity.waybill|trim }} |
Account | {{ entity.account|trim }} |
Invoice Date | {% if entity.invoiceDate is not null %} {{ entity.invoiceDate|date("Y/m/d") }} {% endif %} |
Waybill Date | {% if entity.waybillDate is not null %} {{ entity.waybillDate|date("Y/m/d") }} {% endif %} |
Start Town | {{ entity.startTown|trim }} |
Sender | {{ entity.sender|trim }} |
Sender Contact | {{ entity.senderContact|trim }} |
Destination Town | {{ entity.destinationTown|trim }} |
Receiver | {{ entity.receiver }} |
Consignee Contact Name | {{ entity.consigneeContact }} |
Rate | {{ entity.rate }} |
Service | {{ entity.service }} |
Client Ref | {{ entity.clientRef }} |
D and L | {{ entity.dAndL }} |
POD Date | {% if entity.podDate is not null %} {{ entity.podDate|date("Y/m/d") }} {% endif %} |
POD In/Out of Spec | {{ entity.podSpec }} |
POD Out of standard reason | {{ entity.podSpecReason }} |
POD Scan date | {% if entity.podScanDate is not null %} {{ entity.podScanDate|date("Y/m/d") }} {% endif %} |
POD Time | {% if entity.podTime is not null %} {{ entity.podTime|date("H:i:s") }} {% endif %} |
POD Name | {{ entity.podName }} |
R Notes | {{ entity.rNotes }} |
No of Parcels | {{ entity.numParcels }} |
Actual Mass | {{ entity.actualMass|number_format(1, '.', '') }} |
Dimensions | {{ entity.dimensions }} |
Tot Vol | {{ entity.volMass|number_format(1, '.', '') }} |
Mass | {{ entity.massCharged|number_format(1, '.', '') }} |
Goods Value | {{ entity.goodsValue|number_format(2, '.', '') }} |
Description | {{ entity.description }} |
Fuel | {{ entity.fuel|number_format(2, '.', '') }} |
Early Delivery | {{ entity.earlyDelivery|number_format(2, '.', '') }} |
Sameday | {{ entity.sameday|number_format(2, '.', '') }} |
Drive-away | {{ entity.driveAway|number_format(2, '.', '') }} |
Saturday Delivery | {{ entity.saturdayDelivery|number_format(2, '.', '') }} |
Other Charges | {{ entity.otherCharges|number_format(2, '.', '') }} |
Insurance | {{ entity.insurance|number_format(2, '.', '') }} |
Freight | {{ entity.freight|number_format(2, '.', '') }} |
Total excl VAT | {{ entity.exclVat|number_format(2, '.', '') }} |
Vat | {{ entity.vat|number_format(2, '.', '') }} |
Total | {{ entity.total|number_format(2, '.', '') }} |
Special Instructions | {{ entity.specialInstructions }} |