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 }}
Sender Ref / Ref2 {{ entity.getSenderRef }} / {{ 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 }}
Vol Mass {{ entity.getVolMass }}
Mass Charged {{ entity.getMassCharged }}
Receiver {{ entity.getReceiver }}
Destination {{ entity.getDestination }}
To Code {{ entity.getToCode }}
Sender {{ entity.getSender }}
Origin {{ entity.getOrigin }}
From Code {{ entity.getFromCode }}
Inv Value {{ entity.getInvValue|number_format(2, '.', '') }}
Freight {{ entity.getFreight|number_format(2, '.', '') }}
Doc {{ entity.getDocFee|number_format(2, '.', '') }}
Fuel {{ entity.getFuel|number_format(2, '.', '') }}
Insurance {{ entity.getInsurance|number_format(2, '.', '') }}
Other {{ entity.getOther|number_format(2, '.', '') }}
F-Guard {{ entity.getFGuard|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