mia-accounting-django/accounting/templates/accounting
2020-08-08 15:43:21 +08:00
..
include Revised the record form template to display the whole-record errors. 2020-08-08 11:08:56 +08:00
transactions 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
account_detail.html Added the view of the account details in the accounting applications. 2020-08-08 15:18:39 +08:00
account_list.html Revised the documentation of the account list template in the accounting application. 2020-08-08 14:40:37 +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
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