From a956e8485f068b973863fefb3d79d6770a0206a7 Mon Sep 17 00:00:00 2001 From: gitea Date: Wed, 15 Jan 2025 13:14:31 +0000 Subject: [PATCH] some changes --- .../ledger/coa_accounts/account_detail.html | 21 ++++----- .../ledger/coa_accounts/account_list.html | 43 ------------------- 2 files changed, 9 insertions(+), 55 deletions(-) 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