Customer |
{% if prt_entity.getCustomer is not null %}{{ prt_entity.getCustomer.getCompanyName }}{% endif %} |
|
Account |
{% if prt_entity.getMaAccount is not null %}{{ prt_entity.getMaAccount.getMaAccountName }}{% endif %} |
|
Waybill |
{{ prt_entity.getWaybill }} |
Client Ref |
{{ prt_entity.clientRef }} |
Service |
{{ prt_entity.getService }} |
|
Date |
{% if prt_entity.getDate %}{{ prt_entity.getDate|date("Y/m/d") }} {% endif %} |
Time |
{% if prt_entity.getTime %}{{ prt_entity.getTime|date("H:i") }} {% endif %} |
Pieces |
{{ prt_entity.getNumParcels }} |
|
Consignee |
{{ prt_entity.getConsigneeName }} |
|
Destination |
{{ prt_entity.getDestination }} |
Special Instruction |
{{ prt_entity.getSpecialInstruction }} |
|
Total Mass |
{{ prt_entity.getTotalMass }} |
|
Total Vol |
{{ prt_entity.getTotalVol }} |
|