Partner | {% if entity.getPartner is not null %}{{ entity.getPartner.getCompanyName }}{% endif %} |
---|---|
Container No | {{ entity.containerNo }} |
Invoice File | {% if entity.getInvoiceFile is not null %}{{ entity.invoiceFile.origPath }}{% endif %} |
---|---|
Account | {% if entity.getMaAccount is not null %}{{ entity.getMaAccount.getMaAccountName }}{% endif %} |
Carrier | {{ entity.carrier }} |
---|---|
Rate | {% if entity.rate == 9999.99 %}SPC{% else %}{{ entity.rate|number_format(2, '.', '') }}{% endif %} |
Total Mass | {{ entity.totalMass|number_format(2, '.', '') }} |
Amount Ex VAT | R {{ entity.getAmountExVat|number_format(2, '.', '') }} |
---|---|
VAT Total Cons | R {{ entity.getAmountVat|number_format(2, '.', '') }} |
Amount Inc VAT | R {{ entity.getAmountIncVat|number_format(2, '.', '') }} |