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 Number {{ entity.getWaybillNumber }}
Shipper Ref / Ref2 {{ entity.getShipperRef }} / {{ entity.getAdditionalRef }}
Shipment Date {% if entity.getShipmentDate %}{{ entity.getShipmentDate|date("Y/m/d g:ia") }}{% endif %}
Service {{ entity.getService }}
Pieces {{ entity.getPieces }}
Mass Kgs {{ entity.getMassKgs }}
Actual Mass {{ entity.getActualMass }}
Volumetic Mass {{ entity.getVolumetricMass }}
Mass Charged {{ entity.getMassCharged }}
Dimensions {{ entity.getDimensions }}
Receiver Name {{ entity.getReceiverName }}
Area To {{ entity.getAreaTo }}
Suburb To {{ entity.getSuburbTo }}
Sender Name {{ entity.getSenderName }}
Area From {{ entity.getAreaFrom }}
Suburb From {{ entity.getSuburbFrom }}
Secondary Surcharge {{ entity.getSecondarySurcharge|number_format(2, '.', '') }}
Minimum Rate {{ entity.getMinRate|number_format(2, '.', '') }}
Normal Rate {{ entity.getNormalRate|number_format(2, '.', '') }}
After Hours {{ entity.getAfterHours|number_format(2, '.', '') }}
Saturday {{ entity.getSaturday|number_format(2, '.', '') }}
NDS {{ entity.getNds|number_format(2, '.', '') }}
Billing Type {{ entity.getBillingType }}
Description {{ entity.getBillingTypeDescription }}
Status {{ entity.getStatus }}
Surcharge {{ entity.getSurcharge|number_format(2, '.', '') }}
Surcharge Reason {{ entity.getSurchargeReason }}
Special Surcharge {{ entity.getSpecialSurcharge|number_format(2, '.', '') }}
Currency Surcharge {{ entity.getCurrencySurcharge|number_format(2, '.', '') }}
Special Reason {{ entity.getSpecialSurchargeReason }}
Insurance {{ entity.getInsurance|number_format(2, '.', '') }}
Fuel Surcharge {{ entity.getFuelSurcharge|number_format(2, '.', '') }}
Amount ex VAT R {{ entity.getAmountExclVat|number_format(2, '.', '') }}
Amount VAT R {{ entity.getAmountVat|number_format(2, '.', '') }}
Amount Inc VAT R {{ entity.getAmountIncVat|number_format(2, '.', '') }}
Show Waybills