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 }}
Manifest {{ entity.getManifest }}
Waybill Date {% if entity.getWaybillDate %}{{ entity.getWaybillDate|date("Y/m/d g:ia") }}{% endif %}
Service {{ entity.getService }}
Package Type {{ entity.getPackageType }}
Pieces {{ entity.getPieces }}
Description {{ entity.getDescription }}
Mass Charged {{ entity.getMassCharged|number_format(2, '.', '') }}
Volume {{ entity.getVolume|number_format(3, '.', '') }}
Consignee {{ entity.getRecipient }}
Destination {{ entity.getDest }}
Consignor {{ entity.getSender }}
Origin {{ entity.getOrigin }}
Doc Fees {{ entity.getDocFee|number_format(2, '.', '') }}
Insurance {{ entity.getInsurance }}
Fuel % {{ entity.getFuel|number_format(2, '.', '') }}
Other {{ entity.getOther|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