Revised the documentation in the templates of the accounting application.
This commit is contained in:
parent
c486818bcc
commit
745d7bcdae
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user