mia-accounting-django/accounting
2020-08-09 18:03:34 +08:00
..
locale/zh_Hant/LC_MESSAGES Added the account deletion in the accounting application. 2020-08-09 17:25:51 +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 Fixed the summary helper when starting a summary helper from a newly-added record in the transaction form in the accounting application. 2020-08-09 17:11:20 +08:00
templates/accounting Changed the url_with_return and url_keep_return template tags so that they work with URL instead of view names and parameters, not to mess up with the built-in url template tag in the Mia core application. 2020-08-09 18:03:34 +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 dded the account_store() view in the accounting application. 2020-08-09 16:22:51 +08:00
models.py Revised the save() method so that it works both with the current user from the its parameter or from the parameter from the constructor. 2020-08-09 16:59:12 +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 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 Added the account deletion in the accounting application. 2020-08-09 17:25:51 +08:00