{% load django_ledger %} {% load i18n %}
{{ bs_role | upper }} |
{% if tx_digest.by_unit %} | {% endif %} | |||
{% trans 'Account Code' %} | {% trans 'Account Name' %} | {% if tx_digest.by_unit %}{% trans 'Unit' %} | {% endif %}{% trans 'Balance Type' %} | {% trans 'Balance Through' %} {{ tx_digest.to_date | date }} | {% trans 'Actions' %} |
---|---|---|---|---|---|
{{ acc_data.role_name | upper }} | {% if tx_digest.by_unit %} | {% endif %} | |||
{{ acc.code }} | {{ acc.name }} | {% if tx_digest.by_unit %}{% if acc.unit_name %}{{ acc.unit_name }}{% endif %} | {% endif %}{{ acc.balance_type.0 | upper }} | {% currency_symbol %}{{ acc.balance | currency_format }} |
|
{{ acc_data.role_name | upper }} {% trans 'Total:' %} | {% if tx_digest.by_unit %} | {% endif %} | {% currency_symbol %}{{ acc_data.total_balance | currency_format }} | ||
{% trans 'Total' %} {{ bs_role | upper }} | {% if tx_digest.by_unit %} | {% endif %} | {% currency_symbol %}{{ bs_role_data.total_balance | currency_format }} | {% endif %}||
{% trans 'Retained Earnings' %} | {% if tx_digest.by_unit %} | {% endif %} | {% currency_symbol %}{{ tx_digest.group_balance.GROUP_EARNINGS | currency_format }} | ||
{% trans 'Total EQUITY' %} | {% if tx_digest.by_unit %} | {% endif %} | {% currency_symbol %}{{ tx_digest.group_balance.GROUP_EQUITY | currency_format }} | ||
{% trans 'Total Equity + Liabilities' %} | {% if tx_digest.by_unit %} | {% endif %} | {% currency_symbol %}{{ tx_digest.group_balance.GROUP_LIABILITIES_EQUITY | currency_format }} |