mia-accounting-django/accounting
2020-08-12 22:47:55 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the meta information in the translation. 2020-08-11 10:14:45 +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 summary help to replace the common substitution asterisk character for multiplication with the times character itself. 2020-08-12 08:04:49 +08:00
templates/accounting Moved the dummy record creation of the new transaction forms from the view to the templates, reducing the complexity of the control logic in the view in the accounting application. 2020-08-12 21:14:51 +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 Moved the logic in the make_txn_form_from_post() utility to the constructor of the transaction form, and moved the logic in the make_txn_form_from_status() utility to the txn_form view, and applied the standardized control flow to the txn_form view in the accounting application. 2020-08-12 20:42:31 +08:00
models.py Revised the delete method of the transaction data model so that the reorder will not pass the save() method and induce complex reorder in the accounting application. 2020-08-12 22:41:28 +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 Removed an unused import from the URL patterns in the accounting application. 2020-08-09 17:44:24 +08:00
utils.py Moved the logic in the make_txn_form_from_post() utility to the constructor of the transaction form, and moved the logic in the make_txn_form_from_status() utility to the txn_form view, and applied the standardized control flow to the txn_form view in the accounting application. 2020-08-12 20:42:31 +08:00
validators.py Removed the unused validate_account_code validator from the accounting application. 2020-08-09 21:04:11 +08:00
views.py Applied the standardized control flow to the txn_sort view in the accounting application. 2020-08-12 22:47:55 +08:00