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 }}
Cust Ref {{ entity.getCustRef }}
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 }}
R5.00 {{ entity.getR500 }}
Recipient {{ entity.getRecipient }}
Dest Code {{ entity.getDestCode }}
Sender {{ entity.getSender }}
Orig Code {{ entity.getOrigCode }}
Basic {{ entity.getBasic|number_format(2, '.', '') }}
Surcharges {{ entity.getSurcharges }}
Other {{ entity.getOther|number_format(2, '.', '') }}
Insurance {{ entity.getInsurance|number_format(2, '.', '') }}
Fuel % {{ entity.getFuelPercentage|number_format(2, '.', '') }}
Outly {{ entity.getOutly|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