{% extends 'reports/generic_report.html' %} {% load mptt_tags number_tags %} {% block body_class %}general-ledger{% endblock %} {% block report %} {% if ordered_accounts %}
Account | Date | Number | Contact | Description | Debit | Credit | Balance | ||
---|---|---|---|---|---|---|---|---|---|
![]() |
TOTAL | {{ account.period_balance|pretty_number }} | |||||||
{{ entry.journal.date }} | {{ entry.id }} | {% if entry.journal.contact %} {{ entry.journal.contact }} {% endif %} | {{ entry.journal.memo }} | {% if entry.value < 0 %}{{ entry.value|cut:'-'|pretty_number }} | {% else %} | {{ entry.value|pretty_number }} | {% endif %}{{ entry.balance|pretty_number }} |