mia-accounting-django/accounting
2020-08-20 21:00:14 +08:00
..
locale/zh_Hant/LC_MESSAGES Revisd the translation in the accounting application. 2020-08-18 00:11:32 +08:00
management/commands Applied the user manager to create the first user in the accounting sample command in the accounting application. 2020-08-20 21:00:14 +08:00
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
static/accounting Moved the regular payments from the accounting application to the site-specific JavaScript. 2020-08-19 00:12:51 +08:00
templates/accounting Fixed the templates of the transactions in the accounting application. 2020-08-19 21:29:13 +08:00
templatetags Added the current_app parameters to the uses of reverse() to enable different namespaces in the accounting application. 2020-08-17 23:05:01 +08:00
__init__.py Added the accounting application. 2020-06-29 19:41:52 +08:00
apps.py Added the accounting application. 2020-06-29 19:41:52 +08:00
converters.py Revised the documentation of the TransactionConverter in the accounting application. 2020-08-13 07:57:29 +08:00
forms.py Revised the documentation of the from_model method in TransactionForm in the accounting application. 2020-08-19 13:47:33 +08:00
models.py Moved the fill_txn_from_post() and _find_max_record_no() utilities to the fill_from_post() method in the transaction data model in the accounting application. 2020-08-19 14:08:17 +08:00
tests.py Moved the sort_post_txn_records utility and the logic to create the form to TransactionForm in the accounting application. 2020-08-19 13:38:05 +08:00
urls.py Applied the modified RedirectView from the Mia core application to the accounting application. 2020-08-19 10:04:27 +08:00
utils.py Renamed the Populator utility to DataFiller in the accounting application. 2020-08-19 19:19:37 +08:00
validators.py Added type hints to the accounting application. 2020-08-13 07:25:35 +08:00
views.py Moved the get_summary_categories() utility to TransactionFormView in the accounting application. 2020-08-19 14:13:30 +08:00