Invoice # | {{ entity.invoice|trim }} |
Invoice Date | {% if entity.invoiceDate is not null %} {{ entity.invoiceDate|date("Y/m/d") }} {% endif %} |
Account # | {{ entity.account|trim }} |
Client | {{ entity.client|trim }} |
Waybill | {{ entity.waybill|trim }} |
Capture Date | {% if entity.captureDate is not null %} {{ entity.captureDate|date("Y/m/d") }} {% endif %} |
Col. Date | {% if entity.collectDate is not null %} {{ entity.collectDate|date("Y/m/d") }} {% endif %} |
POD Date | {% if entity.podDate is not null %} {{ entity.podDate|date("Y/m/d") }} {% endif %} |
Person | {{ entity.person|trim }} |
POD Notes | {{ entity.podNotes|trim }} |
Reference | {{ entity.reference|trim }} |
Sender | {{ entity.sender|trim }} |
Receiver | {{ entity.receiver|trim }} |
Rec. Addr 1 | {{ entity.recAddr1|trim }} |
Rec. Addr 2 | {{ entity.recAddr2|trim }} |
Rec. Addr 3 | {{ entity.recAddr3|trim }} |
Rec. PC | {{ entity.recPc|trim }} |
Service | {{ entity.service }} |
Origin Hub | {{ entity.originHub|trim }} |
Origin | {{ entity.origin|trim }} |
Dest Hub | {{ entity.destHub|trim }} |
Destination | {{ entity.destination|trim }} |
Dest Reg | {{ entity.destReg|trim }} |
Pieces | {{ entity.pieces|trim }} |
Act Kgs | {{ entity.actKgs|number_format(2, '.', '') }} |
Vol Kgs | {{ entity.volKgs|number_format(2, '.', '') }} |
Chg. Kgs | {{ entity.chgKgs|number_format(2, '.', '') }} |
Rate Override | {{ entity.rateOverride|trim }} |
Quote# | {{ entity.quoteNum|trim }} |
Collection# | {{ entity.collectionNum|trim }} |
Invoice Value | {{ entity.invoiceValue|number_format(2, '.', '') }} |
Insured Value | {{ entity.insuredValue|number_format(2, '.', '') }} |
Freight | {{ entity.freight|number_format(2, '.', '') }} |
Fuel | {{ entity.fuel|number_format(2, '.', '') }} |
Doc. Fee | {{ entity.docFee|number_format(2, '.', '') }} |
Ins. Fee | {{ entity.insFee|number_format(2, '.', '') }} |
Surcharge | {{ entity.surcharge|number_format(2, '.', '') }} |
Other | {{ entity.other|number_format(2, '.', '') }} |
Excl. Vat | {{ entity.exclVat|number_format(2, '.', '') }} |
Vat | {{ entity.vat|number_format(2, '.', '') }} |
Incl. Vat | {{ entity.inclVat|number_format(2, '.', '') }} |