You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k4ever/k4ever/transaction/templates/treasurer.html.template

33 lines
674 B

{% comment %}
# This file is part of k4ever, a point-of-sale system
# Contact............ <k4ever@lists.someserver.de>
# Website............ http://k4ever.someserver.de/
# Bug tracker........ http://k4ever.someserver.de/report
#
# Licensed under GNU Affero General Public License v3 or later
{% endcomment %}
{% comment %}
Add the necessary account information for your treasurer and rename
this file to "treasurer.html"
{% endcomment %}
<table class="table">
<tr>
<th>Kontoinhaber_in:</th>
<td></td>
</tr>
<tr>
<th>Kontonummer</th>
<td></td>
</tr>
<tr>
<th>Bankleitzahl</th>
<td></td>
</tr>
<tr>
<th>Betreff</th>
<td></td>
</tr>
</table>