Customer |
{% if pdr_entity.getCustomer is not null %}{{ pdr_entity.getCustomer.getCompanyName }}{% endif %} |
|
Account |
{% if pdr_entity.getMaAccount is not null %}{{ pdr_entity.getMaAccount.getMaAccountName }}{% endif %} |
|
Waybill Number |
{{ pdr_entity.getWaybill }} |
Account Number |
{{ pdr_entity.getAccountNumber }} |
Shipper Ref |
{{ pdr_entity.getShippersRef }} |
Service |
{{ pdr_entity.getService }} |
Pieces |
{{ pdr_entity.getNumParcels }} |
|
Waybill Date |
{% if pdr_entity.getWaybillDate %} {{ pdr_entity.getWaybillDate|date("Y/m/d") }} {% endif %} |
POD Date |
{% if pdr_entity.getPodDate %} {{ pdr_entity.getPodDate|date("Y/m/d") }} {% endif %} |
POD Time |
{% if pdr_entity.getPodTime %} {{ pdr_entity.getPodTime|date("H:i") }} {% endif %} |
POD Name |
{{ pdr_entity.getPodName }} |
|
Consignee |
{{ pdr_entity.getConsignee }} |
Dest Branch |
{{ pdr_entity.getDestBranch }} |
Dest Town |
{{ pdr_entity.getDestTown }} |
|
Origin Branch |
{{ pdr_entity.getOriginBranch }} |
|
Comments |
{{ pdr_entity.getComments }} |
|
Instruction |
{{ pdr_entity.getSpecialInstruction }} |
|