mia-accounting-django/accounting/templates/accounting
2020-08-12 23:22:13 +08:00
..
include Moved the account selection to the end of the record form in the accounting application. 2020-08-12 23:22:13 +08:00
account_detail.html Revised the text messages in the detail templates. 2020-08-09 20:49:18 +08:00
account_form.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
account_list.html Renamed the view accounts.show to accounts.detail in the accounting application. 2020-08-08 17:05:24 +08:00
report-balance-sheet.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
report-cash-summary.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
report-cash.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
report-income-statement.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
report-journal.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
report-ledger-summary.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
report-ledger.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
report-trial-balance.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
search.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
transaction_detail-expense.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
transaction_detail-income.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
transaction_detail-transfer.html Revised the documentation in the templates of the accounting application. 2020-08-12 14:27:58 +08:00
transaction_form-expense.html Moved the dummy record creation of the new transaction forms from the view to the templates, reducing the complexity of the control logic in the view in the accounting application. 2020-08-12 21:14:51 +08:00
transaction_form-income.html Moved the dummy record creation of the new transaction forms from the view to the templates, reducing the complexity of the control logic in the view in the accounting application. 2020-08-12 21:14:51 +08:00
transaction_form-transfer.html Moved the dummy record creation of the new transaction forms from the view to the templates, reducing the complexity of the control logic in the view in the accounting application. 2020-08-12 21:14:51 +08:00
transaction-sort.html Fixed the typos in the transaction sort form in the accounting application. 2020-08-12 14:55:42 +08:00