mia-accounting-django/accounting
2020-08-09 14:23:43 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the text messages in the account form in the accounting application. 2020-08-09 12:17:07 +08:00
management/commands Added the equipment account to the accounting_sample command in the accounting application. 2020-08-07 01:02:21 +08:00
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
static/accounting Revised the text messages in the account form in the accounting application. 2020-08-09 12:17:07 +08:00
templates/accounting Revised the names of the API views in the accounting application. 2020-08-09 14:20:59 +08:00
templatetags Moved getting the ReportUrl utility from the views to the report chooser template, to simplify the view in the accounting application. 2020-08-07 10:25:29 +08:00
__init__.py Added the accounting application. 2020-06-29 19:41:52 +08:00
admin.py Renamed "subject" to "account" in the accounting application. 2020-07-21 10:38:47 +08:00
apps.py Added the accounting application. 2020-06-29 19:41:52 +08:00
converters.py Added AccountConverter and apply it to the URL patterns in the accounting application. 2020-08-07 10:10:33 +08:00
forms.py Removed unused imports from the template tags of the Mia core application and the forms of the accounting application. 2020-08-09 13:25:02 +08:00
models.py Replaced the function-based txn_delete() view with the class-based TransactionDeleteView view in the accounting application. 2020-08-09 13:19:20 +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 Revised the names of the API views in the accounting application. 2020-08-09 14:20:59 +08:00
utils.py Cleaned-up the documentation of the ReportUrl utility of the accounting appication. 2020-08-09 13:55:20 +08:00
validators.py Revised the text messages in the account form in the accounting application. 2020-08-09 12:17:07 +08:00
views.py Removed the strip_form() utility to strip_post() in the Mia core application. 2020-08-09 14:23:43 +08:00