.. |
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
|
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
|
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_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
|
Moved the regular payments from the accounting application to the site-specific JavaScript.
|
2020-08-19 00:12:51 +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
|
Moved the regular payments from the accounting application to the site-specific JavaScript.
|
2020-08-19 00:12:51 +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
|
Renamed the templates of the transactions in the accounting application.
|
2020-08-17 20:51:47 +08:00 |
transaction_transfer_form.html
|
Moved the regular payments from the accounting application to the site-specific JavaScript.
|
2020-08-19 00:12:51 +08:00 |