mia-accounting-django/accounting
2020-08-24 22:52:58 +08:00
..
locale/zh_Hant/LC_MESSAGES Revisd the translation in the accounting application. 2020-08-18 00:11:32 +08:00
management/commands Revised to allow amounts in decimal numbers in the accounting application. 2020-08-21 10:00:59 +08:00
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
static/accounting Revised to allow amounts in decimal numbers in the accounting application. 2020-08-21 10:00:59 +08:00
templates/accounting Applied the short_amount template filter to the totals in the transaction forms in the accounting application. 2020-08-22 09:18:38 +08:00
templatetags Removed the str type from the the parameter type hints in the accounting_amount and short_amount template filters in the accounting application. 2020-08-22 09:14:08 +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 to allow amounts in decimal numbers in the accounting application. 2020-08-21 10:00:59 +08:00
models.py Split BaseModel into RandomPkModel and StampedModel. 2020-08-24 22:52:58 +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 Replaced the combined localized data models into flexible, separated localized data models and their accompanying localization data models, so that adding new languages works automatically without having to change the data model definitions. 2020-08-24 21:59:50 +08:00
validators.py Added type hints to the accounting application. 2020-08-13 07:25:35 +08:00
views.py Replaced the combined localized data models into flexible, separated localized data models and their accompanying localization data models, so that adding new languages works automatically without having to change the data model definitions. 2020-08-24 21:59:50 +08:00