.. |
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_detail-expense.html
|
Replaced the function-based txn_form and txn_store view with the class-based TransactionFormView in the accounting application.
|
2020-08-16 13:27:31 +08:00 |
transaction_detail-income.html
|
Replaced the function-based txn_form and txn_store view with the class-based TransactionFormView in the accounting application.
|
2020-08-16 13:27:31 +08:00 |
transaction_detail-transfer.html
|
Replaced the function-based txn_form and txn_store view with the class-based TransactionFormView in the accounting application.
|
2020-08-16 13:27:31 +08:00 |
transaction_form-expense.html
|
Replaced the function-based txn_form and txn_store view with the class-based TransactionFormView in the accounting application.
|
2020-08-16 13:27:31 +08:00 |
transaction_form-income.html
|
Replaced the function-based txn_form and txn_store view with the class-based TransactionFormView in the accounting application.
|
2020-08-16 13:27:31 +08:00 |
transaction_form-transfer.html
|
Replaced the function-based txn_form and txn_store view with the class-based TransactionFormView in the accounting application.
|
2020-08-16 13:27:31 +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 |