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 }}
Date {% if entity.getDate %}{{ entity.getDate|date("Y/m/d g:ia") }}{% endif %}
Service {{ entity.getService }}
Description {{ entity.getDescription }}
Pieces {{ entity.getPieces }}
Actual Mass {{ entity.getActualMass }}
Vol Mass {{ entity.getVolMass }}
Mass Charged {{ entity.getMassCharged }}
Recipient {{ entity.getRecipient }}
Final Dest {{ entity.getFinalDest }}
Sender {{ entity.getSender }}
Orig {{ entity.getOrig }}
TPT Rate {{ entity.getTptRate }}
Del Rate {{ entity.getDelRate|number_format(2, '.', '') }}
Depot to Depot {{ entity.getDepotToDepot|number_format(2, '.', '') }}
Pickup Fee {{ entity.getPickupFee|number_format(2, '.', '') }}
Fuel Levy {{ entity.getFuelLevy|number_format(2, '.', '') }}
Documentation {{ entity.getDocumentation|number_format(2, '.', '') }}
Admin Fees {{ entity.getAdminFees|number_format(2, '.', '') }}
Duties 1 {{ entity.getDuties1|number_format(2, '.', '') }}
Duties 2 {{ entity.getDuties2|number_format(2, '.', '') }}
Delivery {{ entity.getDelivery|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