{{ booking.unit.unitName|upper }} - OUTSTANDING | ||||
---|---|---|---|---|
Date | Item | Persons | Days | Total (incl) |
{{ booking.arrivalDate|date('Y-m-d') }} to {{ booking.checkoutDate|date('Y-m-d') }} | Accomodation: Adult | {{ booking.adultOccupants }} | {{ duration }} | {{ adult_total|number_format(2, '.', '') }} |
{{ booking.arrivalDate|date('Y-m-d') }} to {{ booking.checkoutDate|date('Y-m-d') }} | Accomodation: Child | {{ booking.childrenOccupants }} | {{ duration }} | {{ child_total|number_format(2, '.', '') }} |
SERVICES - OUTSTANDING | |||
---|---|---|---|
Date | Service | Qty | Total (incl) |
{{ activity_sched.startDate|date('Y-m-d') }} | {{ activity_sched.activity.activityName }} | {{ activity_sched.quantity }} | {{ activity_totals['total']|number_format(2, '.', '') }} |
POINT OF SALE - OUTSTANDING | |||
---|---|---|---|
Date | Item | Qty | Total (incl) |
{{ session.date|date('Y-m-d') }} | |||
{{ item.stockItem.description }} | {{ item.quantity }} | {{ item_totals['total']|number_format(2, '.', '') }} |
Invoices | ||||
---|---|---|---|---|
Date | Document | Amount | Status | Outstanding (incl) |
{{ invoice.date|date('Y-m-d') }} | {{ invoice.docNo }} | {{ invoice.total|number_format(2, '.', '') }} | {{ invoice.status }} | {% if invoice.status == 'outstanding' and invoice.outstanding|round(2) == 0.00 %} {{ invoice.total|number_format(2, '.', '') }} {% else %} {{ invoice.outstanding|number_format(2, '.', '') }} {% endif %} |
SUB TOTAL | {{ sub_total|number_format(2, '.', '') }} | ||
---|---|---|---|
VAT (15%) | {{ vat|number_format(2, '.', '') }} | ||
TOTAL | {{ total|number_format(2, '.', '') }} |
TYPE | |||
---|---|---|---|
REFERENCE | |||
AMOUNT | {{ total|number_format(2, '.', '') }} |