mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 22:23:23 +00:00
template added for bilan
This commit is contained in:
parent
168622a04d
commit
bfa09c0bcd
30
accounting/templates/accounting/journal_bilan.jinja
Normal file
30
accounting/templates/accounting/journal_bilan.jinja
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{% extends "core/base.jinja" %}
|
||||||
|
|
||||||
|
{% block title %}
|
||||||
|
{% trans %}General journal:{% endtrans %} {{ object.name }}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<h2>{% trans %}Nature bilan: {% endtrans %} {{ object.name }}</h2>
|
||||||
|
|
||||||
|
<h3>{% trans %}Credit{% endtrans %}</h3>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<td>{% trans %}Nature of operation{% endtrans %}</td>
|
||||||
|
<td>{% trans %}Amount{% endtrans %}</td>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody></tr>
|
||||||
|
<td>bla</td>
|
||||||
|
<td>{{self.get_test()}}</td>
|
||||||
|
<tr>
|
||||||
|
</tbody>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h3>{% trans %}Debit{% endtrans %}</h3>
|
||||||
|
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user