mia-accounting-django/accounting/templates/accounting
2020-08-08 17:05:24 +08:00
..
include Revised the record form template to display the whole-record errors. 2020-08-08 11:08:56 +08:00
account_detail.html Renamed the view accounts.show to accounts.detail in the accounting application. 2020-08-08 17:05:24 +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
balance-sheet.html Renamed the template variables in the accounting reports to be more meaningful in the accounting application. 2020-08-08 13:53:48 +08:00
cash-summary.html Renamed the template variables in the accounting reports to be more meaningful in the accounting application. 2020-08-08 13:53:48 +08:00
cash.html Renamed the URL transactions.show to transactions.detail, teh templates show.html to detail.html, and the view txn_show() to txn_detail, to follow the naming convention of Django in the accounting application. 2020-08-08 15:43:21 +08:00
income-statement.html Renamed the template variables in the accounting reports to be more meaningful in the accounting application. 2020-08-08 13:53:48 +08:00
journal.html Renamed the URL transactions.show to transactions.detail, teh templates show.html to detail.html, and the view txn_show() to txn_detail, to follow the naming convention of Django in the accounting application. 2020-08-08 15:43:21 +08:00
ledger-summary.html Renamed the template variables in the accounting reports to be more meaningful in the accounting application. 2020-08-08 13:53:48 +08:00
ledger.html Renamed the URL transactions.show to transactions.detail, teh templates show.html to detail.html, and the view txn_show() to txn_detail, to follow the naming convention of Django in the accounting application. 2020-08-08 15:43:21 +08:00
search.html Renamed the URL transactions.show to transactions.detail, teh templates show.html to detail.html, and the view txn_show() to txn_detail, to follow the naming convention of Django in the accounting application. 2020-08-08 15:43:21 +08:00
transaction_detail-expense.html Renamed the templates of the transactions to better-follow the Django conventions in the accounting application. 2020-08-08 16:34:45 +08:00
transaction_detail-income.html Renamed the templates of the transactions to better-follow the Django conventions in the accounting application. 2020-08-08 16:34:45 +08:00
transaction_detail-transfer.html Renamed the templates of the transactions to better-follow the Django conventions in the accounting application. 2020-08-08 16:34:45 +08:00
transaction_form-expense.html Renamed the templates of the transactions to better-follow the Django conventions in the accounting application. 2020-08-08 16:34:45 +08:00
transaction_form-income.html Renamed the templates of the transactions to better-follow the Django conventions in the accounting application. 2020-08-08 16:34:45 +08:00
transaction_form-transfer.html Renamed the templates of the transactions to better-follow the Django conventions in the accounting application. 2020-08-08 16:34:45 +08:00
transaction-sort.html Renamed the templates of the transactions to better-follow the Django conventions in the accounting application. 2020-08-08 16:34:45 +08:00
trial-balance.html Renamed the template variables in the accounting reports to be more meaningful in the accounting application. 2020-08-08 13:53:48 +08:00