From 745d7bcdae18da73684bf47da23c88a618a8fd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 12 Aug 2020 14:27:58 +0800 Subject: [PATCH] Revised the documentation in the templates of the accounting application. --- accounting/templates/accounting/account_form.html | 2 +- accounting/templates/accounting/report-balance-sheet.html | 2 +- accounting/templates/accounting/report-cash-summary.html | 2 +- accounting/templates/accounting/report-cash.html | 2 +- accounting/templates/accounting/report-income-statement.html | 2 +- accounting/templates/accounting/report-journal.html | 2 +- accounting/templates/accounting/report-ledger-summary.html | 2 +- accounting/templates/accounting/report-ledger.html | 2 +- accounting/templates/accounting/report-trial-balance.html | 2 +- accounting/templates/accounting/search.html | 2 +- accounting/templates/accounting/transaction-sort.html | 2 +- .../templates/accounting/transaction_detail-expense.html | 3 ++- accounting/templates/accounting/transaction_detail-income.html | 3 ++- .../templates/accounting/transaction_detail-transfer.html | 3 ++- accounting/templates/accounting/transaction_form-expense.html | 3 ++- accounting/templates/accounting/transaction_form-income.html | 3 ++- accounting/templates/accounting/transaction_form-transfer.html | 3 ++- 17 files changed, 23 insertions(+), 17 deletions(-) diff --git a/accounting/templates/accounting/account_form.html b/accounting/templates/accounting/account_form.html index c94324c..6f56df6 100644 --- a/accounting/templates/accounting/account_form.html +++ b/accounting/templates/accounting/account_form.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -account_detail.html: The template for the account detail +account_detail.html: The template for the account form Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/report-balance-sheet.html b/accounting/templates/accounting/report-balance-sheet.html index 35ce202..0fbab7f 100644 --- a/accounting/templates/accounting/report-balance-sheet.html +++ b/accounting/templates/accounting/report-balance-sheet.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -cash.html: The template for the cash account reports +report-balance-sheet.html: The template for the balance sheets Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/report-cash-summary.html b/accounting/templates/accounting/report-cash-summary.html index 32b5cf9..fdeaed4 100644 --- a/accounting/templates/accounting/report-cash-summary.html +++ b/accounting/templates/accounting/report-cash-summary.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -cash_summary.html: The template for the cash summary reports +report-cash-summary.html: The template for the cash account summaries Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/report-cash.html b/accounting/templates/accounting/report-cash.html index e01bc73..fc8f48f 100644 --- a/accounting/templates/accounting/report-cash.html +++ b/accounting/templates/accounting/report-cash.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -cash.html: The template for the cash account reports +report-cash.html: The template for the cash accounts Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/report-income-statement.html b/accounting/templates/accounting/report-income-statement.html index c57d008..8b23c12 100644 --- a/accounting/templates/accounting/report-income-statement.html +++ b/accounting/templates/accounting/report-income-statement.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -cash.html: The template for the cash account reports +report-income-statement.html: The template for the income statements Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/report-journal.html b/accounting/templates/accounting/report-journal.html index 227548f..d42c028 100644 --- a/accounting/templates/accounting/report-journal.html +++ b/accounting/templates/accounting/report-journal.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -cash.html: The template for the cash account reports +report-journal.html: The template for the accounting journals Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/report-ledger-summary.html b/accounting/templates/accounting/report-ledger-summary.html index c009687..897b6d0 100644 --- a/accounting/templates/accounting/report-ledger-summary.html +++ b/accounting/templates/accounting/report-ledger-summary.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -ledger_summary.html: The template for the ledger summary reports +report-ledger-summary.html: The template for the ledger summaries Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/report-ledger.html b/accounting/templates/accounting/report-ledger.html index 2d6f7ac..7dbaaa0 100644 --- a/accounting/templates/accounting/report-ledger.html +++ b/accounting/templates/accounting/report-ledger.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -ledger.html: The template for the ledger reports +report-ledger.html: The template for the ledgers Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/report-trial-balance.html b/accounting/templates/accounting/report-trial-balance.html index b495a61..1ed6e2f 100644 --- a/accounting/templates/accounting/report-trial-balance.html +++ b/accounting/templates/accounting/report-trial-balance.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -cash.html: The template for the cash account reports +report-trial-balance.html: The template for the trial balances Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/search.html b/accounting/templates/accounting/search.html index b4772e2..1cc4e5a 100644 --- a/accounting/templates/accounting/search.html +++ b/accounting/templates/accounting/search.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -cash.html: The template for the cash account reports +search.html: The template for the search results Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/transaction-sort.html b/accounting/templates/accounting/transaction-sort.html index 41776f2..c39def9 100644 --- a/accounting/templates/accounting/transaction-sort.html +++ b/accounting/templates/accounting/transaction-sort.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -sort.html: The template to sort transactions in a same day +transaction-sort.html: The template to sort transactions in a same day Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/transaction_detail-expense.html b/accounting/templates/accounting/transaction_detail-expense.html index a4a34d5..c927747 100644 --- a/accounting/templates/accounting/transaction_detail-expense.html +++ b/accounting/templates/accounting/transaction_detail-expense.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -view.html: The template for a cash-expense transaction +transaction_detail-expense.html: The template for the detail of the +cash-expense transactions Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/transaction_detail-income.html b/accounting/templates/accounting/transaction_detail-income.html index 3b60d29..dba8ff2 100644 --- a/accounting/templates/accounting/transaction_detail-income.html +++ b/accounting/templates/accounting/transaction_detail-income.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -view.html: The template for a cash-income transaction +transaction_detail-income.html: The template for the detail of the +cash-income transactions Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/transaction_detail-transfer.html b/accounting/templates/accounting/transaction_detail-transfer.html index 6fa2ca1..e63ea92 100644 --- a/accounting/templates/accounting/transaction_detail-transfer.html +++ b/accounting/templates/accounting/transaction_detail-transfer.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -view.html: The template for a transfer transaction +transaction_detail-transfer.html: The template for the detail of the +transfer transactions Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/transaction_form-expense.html b/accounting/templates/accounting/transaction_form-expense.html index df78244..e79b8e1 100644 --- a/accounting/templates/accounting/transaction_form-expense.html +++ b/accounting/templates/accounting/transaction_form-expense.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -form.html: The template for the form of a cash-expense transaction +transaction_form-expense.html: The template for the form of the +cash-expense transactions Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/transaction_form-income.html b/accounting/templates/accounting/transaction_form-income.html index a380b7a..ee86ceb 100644 --- a/accounting/templates/accounting/transaction_form-income.html +++ b/accounting/templates/accounting/transaction_form-income.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -form.html: The template for the form of a cash-income transaction +transaction_form-income.html: The template for the form of the +cash-income transactions Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/transaction_form-transfer.html b/accounting/templates/accounting/transaction_form-transfer.html index 31d743c..33b185c 100644 --- a/accounting/templates/accounting/transaction_form-transfer.html +++ b/accounting/templates/accounting/transaction_form-transfer.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -form.html: The template for the form of a transfer transaction +transaction_form-transfer.html: The template for the form of the +transfer transactions Copyright (c) 2020 imacat.