{{ loop.index + startIdx }} |
{{ entry.incomes|number_format(2, ',', '.') }} |
{{ entry.expenses|number_format(2, ',', '.') }} |
{{ entry.inventory|number_format(2, ',', '.') }} |
{{ entry.counterAccount }} |
{{ entry.invoiceNumber }} |
{{ "%04d"|format(entry.documentNumber) }} |
{{ entry.date|date("d.m.Y") }} |
{{ entry.remark }} |
{% if not journal.isClosed %}
{% endif %}
|
{% endfor %}