Acc No | {{ entity.account|trim }} |
Type | {{ entity.fmrType|trim }} |
Invoice No | |
Wb No | {{ entity.waybill|trim }} |
Date | {% if entity.date is not null %} {{ entity.date|date("Y/m/d") }} {% endif %} |
Period | {{ entity.period }} |
Start | {{ entity.start|trim }} |
Start Town | {{ entity.startTown|trim }} |
Sender | {{ entity.sender|trim }} |
Carrier | {{ entity.carrier|trim }} |
Dest | {{ entity.dest|trim }} |
Destination Town | {{ entity.destinationTown|trim }} |
Receiver | {{ entity.receiver }} |
Srv | {{ entity.service }} |
Client Ref | {{ entity.clientRef }} |
AFT | {{ entity.aft|number_format(2, '.', '') }} |
AMB | {{ entity.amb|number_format(2, '.', '') }} |
BDR | {{ entity.bdr|number_format(2, '.', '') }} |
BPS | {{ entity.bps|number_format(2, '.', '') }} |
CSH | {{ entity.csh|number_format(2, '.', '') }} |
CTL | {{ entity.ctl|number_format(2, '.', '') }} |
DS1 | {{ entity.ds1|number_format(2, '.', '') }} |
DSD | {{ entity.dsd|number_format(2, '.', '') }} |
EAR | {{ entity.ear|number_format(2, '.', '') }} |
EMB | {{ entity.emb|number_format(2, '.', '') }} |
FUE | {{ entity.fue|number_format(2, '.', '') }} |
FUX | {{ entity.fux|number_format(2, '.', '') }} |
HAZ | {{ entity.haz|number_format(2, '.', '') }} |
HND | {{ entity.hnd|number_format(2, '.', '') }} |
IFL | {{ entity.ifl|number_format(2, '.', '') }} |
INH | {{ entity.inh|number_format(2, '.', '') }} |
INS | {{ entity.ins|number_format(2, '.', '') }} |
LTE | {{ entity.lte|number_format(2, '.', '') }} |
NDC | {{ entity.ndc|number_format(2, '.', '') }} |
OUT | {{ entity.out|number_format(2, '.', '') }} |
RTL | {{ entity.rtl|number_format(2, '.', '') }} |
Other Charges | {{ entity.otherCharges|number_format(2, '.', '') }} |
Prcls | {{ entity.numParcels }} |
Tot Kg | {{ entity.actualMass|number_format(1, '.', '') }} |
Tot Vol | {{ entity.volMass|number_format(1, '.', '') }} |
Mass | {{ entity.massCharged|number_format(1, '.', '') }} |
Amount | {{ entity.exclVat|number_format(2, '.', '') }} |
Vat | {{ entity.vat|number_format(2, '.', '') }} |
Total | {{ entity.total|number_format(2, '.', '') }} |
Outstand | {{ entity.outstand|number_format(2, '.', '') }} |
Special Instructions | {{ entity.specialInstructions }} |
Consignee Contact | {{ entity.consigneeContact }} |
Sender Contact | {{ entity.senderContact|trim }} |
POD Date | {% if entity.podDate is not null %} {{ entity.podDate|date("Y/m/d") }} {% endif %} |
POD Time | {% if entity.podTime is not null %} {{ entity.podTime|date("H:i:s") }} {% endif %} |
POD Name | {{ entity.podName }} |
STD POD | {{ entity.stdPod }} |
Reason | {{ entity.reason }} |
Reason Captured | {{ entity.reasonCaptured }} |
Total Vol Mass | {{ entity.totalVolMass|number_format(2, '.', '') }} |
Options | {{ entity.options }} |
POD Comments | {{ entity.podComments }} |
X-Option | {{ entity.xOption }} |
Dest Postal Code | {{ entity.destPostalCode }} |
Description | {{ entity.description }} |
POD Scan date | {% if entity.podScanDate is not null %} {{ entity.podScanDate|date("Y/m/d") }} {% endif %} |
Status | {{ entity.status }} |
MF Comments | {{ entity.mfComments }} |
Actual Days | {{ entity.actualDays }} |
Agreed Days | {{ entity.agreedDays }} |
Rate | {{ entity.rate }} |
Early Delivery | {{ entity.earlyDelivery }} |
Early Delivery Time | {{ entity.earlyDeliveryTime|date("H:i:s") }} |