Download sellings as csv

This commit is contained in:
2016-11-07 22:05:09 +01:00
parent fa57d6cd63
commit 2dd2189314
5 changed files with 95 additions and 46 deletions

View File

@ -7,6 +7,7 @@
{% csrf_token %}
{{ form }}
<p><input type="submit" value="{% trans %}Show{% endtrans %}" /></p>
<p><input type="submit" value="{% trans %}Download as cvs{% endtrans %}" formaction="{{ url('club:sellings_csv', club_id=object.id) }}"/></p>
</form>
<p>
{% trans %}Quantity: {% endtrans %}{{ total_quantity }} {% trans %}units{% endtrans %}<br/>