{%extends "accounting/accounting_base.html"%} {%load humanize%} {%block title%}Accounting{%endblock%} {%block layoutblock%}
Search results for {{searchterm}}. Reset.
{%endif%} {%for e in entries %} {%ifchanged e.closed%} {%if not forloop.first%}{%endif%} {{e.closed|yesno:"Closed,Open"}}| Account | Object | Description | Debit | Credit |
| {{i.account}} | {{i.object|default:""}} | {{i.description}} | {{i.debit}} | {{i.credit}} |
| Total | {%for t in totals%} | {{t}} | {%endfor%}
There is a pending bank transaction registered for this accounting entry. That means it will be automatically closed once the matching transaction appears on the bank account! The entry should normally be left unchanged until this matching closes it automatically.
{%endif%} {%endif%} {%else%}Pick a journal entry from the list on the left!
{%endif%}