mia-accounting-django/accounting
2020-08-08 11:26:42 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the translation. 2020-08-07 10:40:57 +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 Added the validateRecord() validation in the JavaScript of the transaction form, so that users have to explicitly delete the invalid records before submitting the form in the accounting application. 2020-08-08 11:26:42 +08:00
templates/accounting Revised the record form template to display the whole-record errors. 2020-08-08 11:08:56 +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 Stopped merging non-field errors into the ID errors, and joined ID errors into the non-field errors in the record form in the accounting application. 2020-08-08 10:57:32 +08:00
models.py Added the is_parent_and_in_use decorated @property to the Account data model in the accounting application. 2020-08-07 10:09:41 +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 Added AccountConverter and apply it to the URL patterns in the accounting application. 2020-08-07 10:10:33 +08:00
utils.py Revised the get_summary_categories() utility to look for bi-directional travel summary text in the accounting application. 2020-08-07 22:34:24 +08:00
validators.py Removed the context from the translatable text messages in the accounting application, because it is not needed now. 2020-08-06 00:41:29 +08:00
views.py Replaced the use of success_redirect with django.contrib.messages in the views of the Mia core application. 2020-08-08 10:16:30 +08:00