.. |
include
|
Added the short_value template filter that strips the excess trailing decimal zeros in the accounting form in the accounting application.
|
2020-10-20 22:01:56 +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
|
Changed the CSS and JavaScript libraries from the hard-coded site-specific location to the settings with default to CDN download.
|
2020-08-29 21:54:12 +08:00 |
report-balance-sheet.html
|
Removed loading humanize in the balance sheet and the transaction soft form in the accounting application.
|
2020-09-01 18:15:56 +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
|
Changed the CSS and JavaScript libraries from the hard-coded site-specific location to the settings with default to CDN download.
|
2020-08-29 21:54:12 +08:00 |
report-income-statement.html
|
Changed the CSS and JavaScript libraries from the hard-coded site-specific location to the settings with default to CDN download.
|
2020-08-29 21:54:12 +08:00 |
report-journal.html
|
Changed the CSS and JavaScript libraries from the hard-coded site-specific location to the settings with default to CDN download.
|
2020-08-29 21:54:12 +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
|
Changed the CSS and JavaScript libraries from the hard-coded site-specific location to the settings with default to CDN download.
|
2020-08-29 21:54:12 +08:00 |
report-trial-balance.html
|
Changed the CSS and JavaScript libraries from the hard-coded site-specific location to the settings with default to CDN download.
|
2020-08-29 21:54:12 +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
|
Revised the templates of the transaction details to display the user by the model-specific way instead of the name column in the accounting application.
|
2020-08-31 15:05:11 +08:00 |
transaction_expense_form.html
|
Replaced the regular payments with the regular account settings in the summary helper, to remove the dependency on the local JavaScript codes in the accounting application.
|
2020-08-31 10:16:01 +08:00 |
transaction_income_detail.html
|
Revised the templates of the transaction details to display the user by the model-specific way instead of the name column in the accounting application.
|
2020-08-31 15:05:11 +08:00 |
transaction_income_form.html
|
Replaced the regular payments with the regular account settings in the summary helper, to remove the dependency on the local JavaScript codes in the accounting application.
|
2020-08-31 10:16:01 +08:00 |
transaction_sort_form.html
|
Removed loading humanize in the balance sheet and the transaction soft form in the accounting application.
|
2020-09-01 18:15:56 +08:00 |
transaction_transfer_detail.html
|
Revised the templates of the transaction details to display the user by the model-specific way instead of the name column in the accounting application.
|
2020-08-31 15:05:11 +08:00 |
transaction_transfer_form.html
|
Replaced the regular payments with the regular account settings in the summary helper, to remove the dependency on the local JavaScript codes in the accounting application.
|
2020-08-31 10:16:01 +08:00 |