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 }}
Client Ref {{ entity.getClientRef }}
Manifest Date {% if entity.getManifestDate %}{{ entity.getManifestDate|date("Y/m/d") }}{% endif %}
Service {{ entity.getService }}
Acc Num {{ entity.getAccNum }}
Shipper {{ entity.getShipper }}
Invoice Date {% if entity.getInvoiceDate %}{{ entity.getInvoiceDate|date("Y/m/d") }}{% endif %}
Invoice No {{ entity.getInvoiceNo }}
Invoice Value {{ entity.getInvValue|number_format(2, '.', '') }}
{# POD time now stored with POD date #}
POD Date {% if Date {% entity.getPodDate %}{{ entity.getPodDate|date("Y/m/d") }}{% endif %}
POD Time {% entity.getPodDate %}{{ entity.getPodDate|date("H:i:s") }}{% endif %}
POD Status {{ entity.getPodStatus }}
POD Signed {{ entity.getPodSigned }}
Pieces {{ entity.getPieces }}
Actual Mass {{ entity.getActualMass|number_format(1, '.', '') }}
Vol Mass {{ entity.getVolMass|number_format(1, '.', '') }}
Mass Charged {{ entity.getMassCharged|number_format(1, '.', '') }}
Consignee {{ entity.getReceiver }}
Destination {{ entity.getDest }}
Destination Town {{ entity.getDestTown }}
Consignor {{ entity.getSender }}
Origin {{ entity.getOrigin }}
Branch {{ entity.getBranch }}
Insurance {{ entity.getInsurance|number_format(2, '.', '') }}
Documents {{ entity.getDocuments }}
Fuel {{ entity.getFuel|number_format(2, '.', '') }}
Other {{ entity.getOther|number_format(2, '.', '') }}
Surcharge {{ entity.getSurcharge|number_format(2, '.', '') }}
Freight Charge {{ entity.getFreightCharge|number_format(2, '.', '') }}
Sub Total R {{ entity.getSubTotal|number_format(2, '.', '') }}
VAT R {{ entity.getVat|number_format(2, '.', '') }}
Total R {{ entity.getTotal|number_format(2, '.', '') }}
Show Waybills