Customer {% if waybill_entity.getCustomer is not null %}{{ waybill_entity.getCustomer.getCompanyName }}{% endif %}
Account {% if waybill_entity.getMaAccount is not null %}{{ waybill_entity.getMaAccount.getMaAccountName }}{% endif %}
Accounting Period {{ waybill_entity.getAccountingPeriod|date("M-d") }}
Tran No {{ waybill_entity.getTranNo }}
Account {{ waybill_entity.getAccount }}
Client Ref {{ waybill_entity.getClientRef }}
D and L {{ waybill_entity.getDAndL }}
Invoice Date {{ waybill_entity.getInvoiceDate|date("Y/m/d") }}
Waybill Date {{ waybill_entity.getWaybillDate|date("Y/m/d") }}
POD Date {{ waybill_entity.getPodDate|date("Y/m/d") }}
POD Scan Date {{ waybill_entity.getPodScanDate|date("Y/m/d") }}
POD Time {{ waybill_entity.getPodTime|date("H:i:s") }}
Waybill {{ waybill_entity.getWaybill }}
Service {{ waybill_entity.getService }}
Rate {{ waybill_entity.getRate }}
Dimesions {{ waybill_entity.getDimensions }}
Num Parcels {{ waybill_entity.getNumParcels }}
Actual Mass {{ waybill_entity.getActualMass|number_format(1, '.', '') }}
Vol Mass {{ waybill_entity.getVolMass|number_format(1, '.', '') }}
Mass Charged {{ waybill_entity.getMassCharged|number_format(1, '.', '') }}
Receiver {{ waybill_entity.getReceiver }}
Consignee Contact {{ waybill_entity.getConsigneeContact }}
Destination Town {{ waybill_entity.getDestinationTown }}
Sender {{ waybill_entity.getSender }}
Sender Contact {{ waybill_entity.getSenderContact }}
Start Town {{ waybill_entity.getStartTown }}
POD Spec In/Out {{ waybill_entity.getPodSpec }}
POD Spec Reason {{ waybill_entity.getPodSpecReason }}
POD Name {{ waybill_entity.getPodName }}
R Notes {{ waybill_entity.getRNotes }}
Description {{ waybill_entity.getDescription }}
Special Notes {{ waybill_entity.getSpecialInstructions }}
Goods Value {{ waybill_entity.getGoodsValue|number_format(2, '.', '') }}
Fuel {{ waybill_entity.getFuel|number_format(2, '.', '') }}
Early Delivery {{ waybill_entity.getEarlyDelivery|number_format(2, '.', '') }}
Sameday {{ waybill_entity.getSameday|number_format(2, '.', '') }}
Drive-away {{ waybill_entity.getDriveAway|number_format(2, '.', '') }}
Saturday Delivery {{ waybill_entity.getSaturdayDelivery|number_format(2, '.', '') }}
Other Charges {{ waybill_entity.getOtherCharges|number_format(2, '.', '') }}
Insurance {{ waybill_entity.getInsurance|number_format(2, '.', '') }}
Freight R {{ waybill_entity.getFreight|number_format(2, '.', '') }}
Sub Total R {{ waybill_entity.getExclVat|number_format(2, '.', '') }}
VAT R {{ waybill_entity.getVat|number_format(2, '.', '') }}
Total R {{ waybill_entity.getTotal|number_format(2, '.', '') }}