{{ journals.render|raw }}
{{ trans('list.description') }} | {{ trans('list.amount') }} | {{ trans('list.from') }} | {{ trans('list.to') }} | {% if not hideBudgets %}{% endif %} {% if not hideCategories %} | {% endif %} {% if not hideBills %} | {% endif %} | |||
---|---|---|---|---|---|---|---|---|---|
{{ journal.description }} | Invalid journal: Found {{ journal.transactions|length }} transaction(s) | ||||||||
{{ journal|typeIcon }} | {{ journal.description }} {% if journal.attachments|length > 0 %} {% endif %} | {{ journal|formatJournal }} | {% if journal.source_account.accountType.type == 'Cash account' %} (cash) {% else %} {{ journal.source_account.name }} {% endif %} | {% if journal.destination_account.accountType.type == 'Cash account' %} (cash) {% else %} {{ journal.destination_account.name }} {% endif %} | {% if not hideBudgets %}{% if journal.budgets[0] %} {{ journal.budgets[0].name }} {% endif %} | {% endif %} {% if not hideCategories %}{% if journal.categories[0] %} {{ journal.categories[0].name }} {% endif %} | {% endif %} {% if not hideBills %}{% if journal.bill %} {{ journal.bill.name }} {% endif %} | {% endif %}||
{{ 'sum'|_ }} | {{ _sum|formatAmount }} | ||||||||
{{ 'period_sum'|_ }} | {{ periodSum|formatAmount }} | ||||||||
{{ 'total_sum'|_ }} | {{ totalSum|formatAmount }} |