26 lines
874 B
Text
26 lines
874 B
Text
|
|
===================================================================
|
|
MATEMAT RECEIPT
|
|
===================================================================
|
|
|
|
User: {{ user|safe }}
|
|
Accounting period: {{ fdate|safe }} -- {{ tdate|safe }}
|
|
|
|
|
|
Opening balance: {{ fbal|safe }}
|
|
|
|
Transactions:
|
|
{% for t in transactions %}
|
|
{% include 'transaction.txt' %}
|
|
{% endfor %}
|
|
|
|
------------
|
|
Closing balance: {{ tbal|safe }}
|
|
|
|
===================================================================
|
|
|
|
{{ instance_name|striptags }}{% if receipt_id > 1 %}
|
|
Receipt N° {{ receipt_id|safe }}{% endif %}
|
|
|
|
This receipt is only provided for informational purposes and has no
|
|
legal force.
|