+
+
{{ account.account.code }}
{{ account.account.title }}
- {{ account.amount|accounting_report_format_amount }}
+ {{ account.amount|accounting_report_format_amount }}
{% endfor %}
{% endfor %}
diff --git a/src/accounting/templates/accounting/report/include/income-expenses-row-desktop.html b/src/accounting/templates/accounting/report/include/income-expenses-row-desktop.html
index 870ad2b..9e431ea 100644
--- a/src/accounting/templates/accounting/report/include/income-expenses-row-desktop.html
+++ b/src/accounting/templates/accounting/report/include/income-expenses-row-desktop.html
@@ -19,9 +19,9 @@ income-expenses-row-desktop.html: The row in the income and expenses log for the
Author: imacat@mail.imacat.idv.tw (imacat)
First written: 2023/3/8
#}
-
{{ line_item.date|accounting_format_date }}
-
{{ line_item.account.title }}
-
{{ line_item.description|accounting_default }}
-
{{ line_item.income|accounting_format_amount|accounting_default }}
-
{{ line_item.expense|accounting_format_amount|accounting_default }}
-
{{ line_item.balance|accounting_report_format_amount }}
+
{{ line_item.date|accounting_format_date }}
+
{{ line_item.account.title }}
+
{{ line_item.description|accounting_default }}
+
{{ line_item.income|accounting_format_amount|accounting_default }}
+
{{ line_item.expense|accounting_format_amount|accounting_default }}
+
{{ line_item.balance|accounting_report_format_amount }}
diff --git a/src/accounting/templates/accounting/report/include/ledger-row-desktop.html b/src/accounting/templates/accounting/report/include/ledger-row-desktop.html
index 428b289..d25db27 100644
--- a/src/accounting/templates/accounting/report/include/ledger-row-desktop.html
+++ b/src/accounting/templates/accounting/report/include/ledger-row-desktop.html
@@ -19,10 +19,10 @@ ledger-row-desktop.html: The row in the ledger for the desktop computers
Author: imacat@mail.imacat.idv.tw (imacat)
First written: 2023/3/8
#}
-
{{ line_item.date|accounting_format_date }}
-
{{ line_item.description|accounting_default }}
-
{{ line_item.debit|accounting_format_amount|accounting_default }}
-
{{ line_item.credit|accounting_format_amount|accounting_default }}
+
{{ line_item.date|accounting_format_date }}
+
{{ line_item.description|accounting_default }}
+
{{ line_item.debit|accounting_format_amount|accounting_default }}
+
{{ line_item.credit|accounting_format_amount|accounting_default }}
{% if report.account.is_real %}
-
{{ line_item.balance|accounting_report_format_amount }}
+
{{ line_item.balance|accounting_report_format_amount }}
{% endif %}
diff --git a/src/accounting/templates/accounting/report/income-expenses.html b/src/accounting/templates/accounting/report/income-expenses.html
index d768004..311fbd5 100644
--- a/src/accounting/templates/accounting/report/income-expenses.html
+++ b/src/accounting/templates/accounting/report/income-expenses.html
@@ -49,27 +49,27 @@ First written: 2023/3/5
{% include "accounting/include/pagination.html" %}
{% endwith %}
-