mia-accounting-django/accounting
2020-08-14 07:35:36 +08:00
..
locale/zh_Hant/LC_MESSAGES Added labels to the record forms in the accounting application. 2020-08-12 23:13:35 +08:00
management/commands Added type hints to the accounting application. 2020-08-13 07:25:35 +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 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
templatetags Revised the code as suggested by PyCharm. 2020-08-13 10:17:52 +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 Added type hints to the accounting application. 2020-08-13 07:25:35 +08:00
models.py Replaced the function-based account_form and account_store views with the class-based AccountFormView in the accounting application. 2020-08-14 00:36:29 +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 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
utils.py Added type hints to the accounting application. 2020-08-13 07:25:35 +08:00
validators.py Added type hints to the accounting application. 2020-08-13 07:25:35 +08:00
views.py Added documentation to the account form view in the accounting application. 2020-08-14 07:35:36 +08:00