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 }}
References {{ entity.getCustRef }} / {{ entity.getAdditionalRef }}
Date {% if entity.getDate %}{{ entity.getDate|date("Y/m/d g:ia") }}{% endif %}
Service {{ entity.getService }}
Pieces {{ entity.getPieces }}
Actual Mass {{ entity.getActualMass }}
Mass Charged {{ entity.getMassCharged }}
Description {{ entity.getDescription }}
Recipient {{ entity.getRecipient }}
Final Dest {{ entity.getFinalDest }}
Sender {{ entity.getSender }}
Orig {{ entity.getOrig }}
Basic {{ entity.getBasic|number_format(2, '.', '') }}
Fuel Levy {{ entity.getFuelLevy|number_format(2, '.', '') }}
Doc Fee {{ entity.getDocFee|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