Revised the documentation in the templates of the accounting application.

This commit is contained in:
依瑪貓 2020-08-12 14:27:58 +08:00
parent c486818bcc
commit 745d7bcdae
17 changed files with 23 additions and 17 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.