.. |
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
|
Changed the action URL in template of the account form to the current request URL, to simplify it in the accounting application.
|
2020-08-14 08:41:39 +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
|
Revised the documentation in the templates of the accounting application.
|
2020-08-12 14:27:58 +08:00 |
transaction_detail-income.html
|
Revised the documentation in the templates of the accounting application.
|
2020-08-12 14:27:58 +08:00 |
transaction_detail-transfer.html
|
Revised the documentation in the templates of the accounting application.
|
2020-08-12 14:27:58 +08:00 |
transaction_form-expense.html
|
Moved the dummy record creation of the new transaction forms from the view to the templates, reducing the complexity of the control logic in the view in the accounting application.
|
2020-08-12 21:14:51 +08:00 |
transaction_form-income.html
|
Moved the dummy record creation of the new transaction forms from the view to the templates, reducing the complexity of the control logic in the view in the accounting application.
|
2020-08-12 21:14:51 +08:00 |
transaction_form-transfer.html
|
Moved the dummy record creation of the new transaction forms from the view to the templates, reducing the complexity of the control logic in the view in the accounting application.
|
2020-08-12 21:14:51 +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 |