diff --git a/src/accounting/templates/accounting/journal-entry/receipt/detail.html b/src/accounting/templates/accounting/journal-entry/receipt/detail.html index 6ebd9e2..18d225c 100644 --- a/src/accounting/templates/accounting/journal-entry/receipt/detail.html +++ b/src/accounting/templates/accounting/journal-entry/receipt/detail.html @@ -2,7 +2,7 @@ The Mia! Accounting Project detail.html: The cash receipt journal entry detail - Copyright (c) 2023 imacat. + Copyright (c) 2023-2026 imacat. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ First written: 2023/2/26
  • {{ A_("Total") }}
    -
    {{ currency.debit_total|accounting_format_amount }}
    +
    {{ currency.credit_total|accounting_format_amount }}
  • diff --git a/src/accounting/templates/accounting/journal-entry/transfer/detail.html b/src/accounting/templates/accounting/journal-entry/transfer/detail.html index c6502a4..786b722 100644 --- a/src/accounting/templates/accounting/journal-entry/transfer/detail.html +++ b/src/accounting/templates/accounting/journal-entry/transfer/detail.html @@ -2,7 +2,7 @@ The Mia! Accounting Project detail.html: The transfer journal entry detail - Copyright (c) 2023 imacat. + Copyright (c) 2023-2026 imacat. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -53,7 +53,7 @@ First written: 2023/2/26
  • {{ A_("Total") }}
    -
    {{ currency.debit_total|accounting_format_amount }}
    +
    {{ currency.credit_total|accounting_format_amount }}