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 |
{{ pdr_entity.getAccount }} |
Reference |
{{ pdr_entity.getReference }} |
Service |
{{ pdr_entity.getService }} |
Pieces |
{{ pdr_entity.getPieces }} |
|
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 Recipient |
{{ pdr_entity.getPodRecipient }} |
|
Consignee |
{{ pdr_entity.getConsignee }} |
|
Dest Place |
{{ pdr_entity.getDestPlace }} |
|
Shipper |
{{ pdr_entity.getShipper }} |
|
Instructions |
{{ pdr_entity.getSpecialInstructions }} |
|