Partner {% if entity.getPartner is not null %}{{ entity.getPartner.getCompanyName }}{% endif %}
Customer {% if entity.getCustomer is not null %}{{ entity.getCustomer.getCompanyName }}{% endif %}
Diesel R{{ entity.getDieselPrice }} / {{ entity.getDieselPercentage }}%
Status {% if entity.getServiceIncorrect %} - IS {% endif %} {% if entity.getServiceNotQuoted %} - NQ {% endif %}
Invoice File {% if entity.getInvoiceFile is not null %}{{ entity.invoiceFile.origPath }}{% endif %}
Account {% if entity.getMaAccount is not null %}{{ entity.getMaAccount.getMaAccountName }}{% endif %}
Quote {{ quote_link|raw }}
Invoice {{ invoice_link|raw }}
International {{ entity.getInternationalService }}
External {{ entity.getExternalService }}
Chain Store {{ entity.getChainStoreService }}
Service Type {{ entity.getServiceType }}
Waybill {{ entity.getWaybill }}
Ref / Ref2 {{ entity.getReference }} / {{ entity.getAdditionalRef }}
Invoice # {{ entity.getInvoice }}
Account # {{ entity.getAccount }}
Client # {{ entity.getClient }}
Service {{ entity.getService }}
Pieces {{ entity.getPieces }}
Actual Mass {{ entity.getActKgs }}
Vol. Mass {{ entity.getVolKgs }}
Charged Mass {{ entity.getChgKgs }}
Invoice Date {% if entity.getInvoiceDate %}{{ entity.getInvoiceDate|date("Y/m/d g:ia") }}{% endif %}
Capture Date {% if entity.getCaptureDate %}{{ entity.getCaptureDate|date("Y/m/d g:ia") }}{% endif %}
Collect Date {% if entity.getCollectDate %}{{ entity.getCollectDate|date("Y/m/d g:ia") }}{% endif %}
POD Date {% if entity.getPodDate %}{{ entity.getPodDate|date("Y/m/d g:ia") }}{% endif %}
Person {{ entity.getPerson }}
Pod Notes {{ entity.getPodNotes }}
Rate Override {{ entity.getRateOverride }}
Quote # {{ entity.getQuoteNum }}
Collection # {{ entity.getCollectionNum }}
Sender {{ entity.getSender }}
Origin Hub {{ entity.getOriginHub }}
Origin {{ entity.getOrigin }}
Origin Reg {{ entity.getOriginReg }}
Receiver {{ entity.getReceiver }}
Dest Hub {{ entity.getDestHub }}
Destination {{ entity.getDestination }}
Dest Reg {{ entity.getDestReg }}
Rec Addr 1 {{ entity.getRecAddr1 }}
Rec Addr 2 {{ entity.getRecAddr2 }}
Rec Addr 1 {{ entity.getRecAddr2 }}
Rec PC {{ entity.getRecPc }}
Invoice Value {{ entity.getInvoiceValue|number_format(2, '.', '') }}
Insured Value {{ entity.getInsuredValue }}
Freight {{ entity.getFreight|number_format(2, '.', '') }}
Reg Charge {{ entity.getRegCharge|number_format(2, '.', '') }}
Fuel {{ entity.getFuel|number_format(2, '.', '') }}
Doc Fee {{ entity.getDocFee|number_format(2, '.', '') }}
Ins Fee {{ entity.getInsFee|number_format(2, '.', '') }}
Surcharge {{ entity.getSurcharge|number_format(2, '.', '') }}
Other {{ entity.getOther|number_format(2, '.', '') }}
Customs Duty R {{ entity.getCustomsDuty|number_format(2, '.', '') }}
Customs Vat R {{ entity.getCustomsVat|number_format(2, '.', '') }}
Excl Vat R {{ entity.getExclVat|number_format(2, '.', '') }}
VAT R {{ entity.getVat|number_format(2, '.', '') }}
Incl Vat R {{ entity.getInclVat|number_format(2, '.', '') }}
Show Waybills