mia-accounting-django/accounting/templates/accounting
2020-08-22 09:18:38 +08:00
..
include Revised to allow amounts in decimal numbers in the accounting application. 2020-08-21 10:00:59 +08:00
account_detail.html Combined the create and store URL, and the edit and update URL of the accounts to simplify the URL pattern settings, because they are handled by the same view now in the accounting application. 2020-08-14 00:51:09 +08:00
account_form.html Replaced the request.resolver_match.kwargs.account with form.account in the account form in the accounting application. 2020-08-16 13:42:40 +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 Added the short_amount template filter and revised the accounting_amount template filter, removing the trailing decimal digits in the accounting application. 2020-08-22 08:58:41 +08:00
report-cash.html Added the short_amount template filter and revised the accounting_amount template filter, removing the trailing decimal digits in the accounting application. 2020-08-22 08:58:41 +08:00
report-income-statement.html Added the short_amount template filter and revised the accounting_amount template filter, removing the trailing decimal digits in the accounting application. 2020-08-22 08:58:41 +08:00
report-journal.html Added the short_amount template filter and revised the accounting_amount template filter, removing the trailing decimal digits in the accounting application. 2020-08-22 08:58:41 +08:00
report-ledger-summary.html Added the short_amount template filter and revised the accounting_amount template filter, removing the trailing decimal digits in the accounting application. 2020-08-22 08:58:41 +08:00
report-ledger.html Added the short_amount template filter and revised the accounting_amount template filter, removing the trailing decimal digits in the accounting application. 2020-08-22 08:58:41 +08:00
report-trial-balance.html Added the short_amount template filter and revised the accounting_amount template filter, removing the trailing decimal digits in the accounting application. 2020-08-22 08:58:41 +08:00
search.html Added the short_amount template filter and revised the accounting_amount template filter, removing the trailing decimal digits in the accounting application. 2020-08-22 08:58:41 +08:00
transaction_expense_detail.html Renamed the templates of the transactions in the accounting application. 2020-08-17 20:51:47 +08:00
transaction_expense_form.html Applied the short_amount template filter to the totals in the transaction forms in the accounting application. 2020-08-22 09:18:38 +08:00
transaction_income_detail.html Renamed the templates of the transactions in the accounting application. 2020-08-17 20:51:47 +08:00
transaction_income_form.html Applied the short_amount template filter to the totals in the transaction forms in the accounting application. 2020-08-22 09:18:38 +08:00
transaction_sort_form.html Renamed the templates of the transactions in the accounting application. 2020-08-17 20:51:47 +08:00
transaction_transfer_detail.html Fixed the templates of the transactions in the accounting application. 2020-08-19 21:29:13 +08:00
transaction_transfer_form.html Applied the short_amount template filter to the totals in the transaction forms in the accounting application. 2020-08-22 09:18:38 +08:00