diff --git a/templates/ledger/coa_accounts/account_detail.html b/templates/ledger/coa_accounts/account_detail.html index d8164ef3..1d9f97f4 100644 --- a/templates/ledger/coa_accounts/account_detail.html +++ b/templates/ledger/coa_accounts/account_detail.html @@ -75,17 +75,14 @@ {% if tx.tx_type == 'credit' %}${{ tx.amount }}{% endif %} {{ tx.description }} {{ tx.journal_entry.entity_unit.name }} - - diff --git a/templates/ledger/coa_accounts/account_list.html b/templates/ledger/coa_accounts/account_list.html index aa2b6fe8..dc695abf 100644 --- a/templates/ledger/coa_accounts/account_list.html +++ b/templates/ledger/coa_accounts/account_list.html @@ -177,49 +177,6 @@ {% endif %} -
-
- -

{% trans "Chart of Accounts" %}

- {% trans "Add Account" %} -
-
- -
- - - - - - - - - - - - {% for account in accounts %} - - - - - - - - {% empty %} - - - - {% endfor %} - -
{% trans "Name" %}{% trans "Account Number" %}{% trans "Balance Type" %}{% trans "Active" %}{% trans "Action" %}
{{ account.name }}{{ account.code }}{{ account.balance_type|capfirst }}{{ account.active }} - - {% trans "Update" %} - -
{% trans "No Invoice Found" %}
-
-
-
{% endblock %} \ No newline at end of file