diff --git a/RIGS/templates/RIGS/event_invoice.html b/RIGS/templates/RIGS/event_invoice.html index 3136fe40..05b351aa 100644 --- a/RIGS/templates/RIGS/event_invoice.html +++ b/RIGS/templates/RIGS/event_invoice.html @@ -22,68 +22,70 @@ {% paginator %} {% endif %} -
| # | -Start Date | -Event Name | -Client | -Cost | -MIC | -- | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| N{{ object.pk|stringformat:"05d" }} - {{ object.get_status_display }} |
- {{ object.start_date }} | -{{ object.name }} | -
- {% if object.organisation %}
- {{ object.organisation.name }}
- - {{ object.organisation.union_account|yesno:'Internal,External' }} - {% else %} - {{ object.person.name }} - - External - {% endif %} - - |
- {{ object.sum_total|floatformat:2 }} | -
- {% if object.mic %}
- {{ object.mic.initials }} - |
- - - - - | +
| # | +Start Date | +Event Name | +Client | +Cost | +MIC | +
|---|
| # | -Event | -Client | -Event Date | -Invoice Date | -Balance | -- | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ object.pk }} | -N{{ object.event.pk|stringformat:"05d" }}: {{ object.event.name }} - {{ object.event.get_status_display }} |
-
- {% if object.event.organisation %}
- {{ object.event.organisation.name }}
- - {{ object.event.organisation.union_account|yesno:'Internal,External' }} - {% else %} - {{ object.event.person.name }} - - External - {% endif %} - |
- {{ object.event.start_date }} | -{{ object.invoice_date }} | -{{ object.balance|floatformat:2 }} | -- - - - | +
| # | +Event | +Client | +Event Date | +Invoice Date | +Balance | +
|---|