mia-accounting-django/mia_core
2020-08-09 22:41:22 +08:00
..
locale/zh_Hant/LC_MESSAGES Added the user form, and revised the text in the user list and user detail in the Mia core application. 2020-08-09 22:08:15 +08:00
static/mia_core Added the user form, and revised the text in the user list and user detail in the Mia core application. 2020-08-09 22:08:15 +08:00
templates/mia_core Fixed the URL in the user form in the Mia core application. 2020-08-09 22:37:15 +08:00
templatetags 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
__init__.py Added the mia_core package. 2020-07-01 23:34:22 +08:00
admin.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
apps.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
converters.py Added the user list in the Mia core application. 2020-08-09 20:22:37 +08:00
digest_auth.py Renamed the digest_login_required() decorator to login_required(), for consistency. 2020-07-30 00:12:13 +08:00
forms.py Fixed the is_disabled field in the user form to be optional in the Mia core application. 2020-08-09 22:38:53 +08:00
models.py Added to store the user account in the Mia core application. 2020-08-09 22:41:22 +08:00
period.py Added the prep_desc property to Period to return the text descriptions with prepositions, to be easier to embed it in a text message in the Mia core application, and applied it in the accounting reports in the accounting application. 2020-08-03 22:20:20 +08:00
stored_post.py Replaced HttpResponseRedirect with the redirect() shortcut. 2020-08-09 19:05:57 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
urls.py Added to store the user account in the Mia core application. 2020-08-09 22:41:22 +08:00
utils.py Removed the strip_form() utility to strip_post() in the Mia core application. 2020-08-09 14:23:43 +08:00
views.py Added to store the user account in the Mia core application. 2020-08-09 22:41:22 +08:00