mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 17:32:16 +00:00
Add a button for creating and instantly voiding invoices
Handy dandy for when you have loads of cancelled events, like say, a pandemic
This commit is contained in:
@@ -69,12 +69,15 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<a href="{% url 'invoice_event' event.pk %}"
|
||||
class="btn btn-primary"
|
||||
data-toggle="tooltip"
|
||||
title="'Invoice' this event - click this when paperwork has been sent to treasury">
|
||||
<i class="fas fa-pound-sign"></i> Paperwork Sent
|
||||
</a>
|
||||
<div class="btn-group">
|
||||
<a href="{% url 'invoice_event' event.pk %}"
|
||||
class="btn btn-primary">
|
||||
<span class="fas fa-pound-sign"></span> Create Invoice
|
||||
</a>
|
||||
<a href="{% url 'invoice_event_void' event.pk %}"
|
||||
class="btn btn-warning">& Void
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user