mia-accounting-django/accounting
2020-08-18 00:37:04 +08:00
..
locale/zh_Hant/LC_MESSAGES Revisd the translation in the accounting application. 2020-08-18 00:11:32 +08:00
management/commands Moved the local part of the application from the Mia core application to the Mia Womb local application. 2020-08-18 00:37:04 +08:00
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
static/accounting Revised the code as suggested by PyCharm. 2020-08-13 10:17:52 +08:00
templates/accounting Renamed the templates of the transactions in the accounting application. 2020-08-17 20:51:47 +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 Replaced the function-based txn_sort view with the class-based TransactionSortView in the accounting application. 2020-08-16 22:38:35 +08:00
models.py Replaced the get_absolute_url() method in the account data model with the get_success_url() method in the account form model, and added the current application to the arguments to enable multiple instances of the application in the accounting application. 2020-08-17 22:27:54 +08:00
tests.py Added the test case for the sort_post_txn_records() utility in the accounting application. 2020-08-02 23:08:53 +08:00
urls.py Moved the local part of the application from the Mia core application to the Mia Womb local application. 2020-08-18 00:37:04 +08:00
utils.py 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
validators.py Added type hints to the accounting application. 2020-08-13 07:25:35 +08:00
views.py Moved the local part of the application from the Mia core application to the Mia Womb local application. 2020-08-18 00:37:04 +08:00