mia-accounting-django/mia_core
2020-08-11 10:14:45 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the meta information in the translation. 2020-08-11 10:14:45 +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 Removed the string conversion for the years in the period chooser template because the years are already in strings in the Mia core application. 2020-08-10 23:43:22 +08:00
templatetags Added the is_in_section template filter to test if we are in certain section of the site, and applied it to the base template. 2020-08-09 23:13:07 +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 Removed an unused debug logging when logging in in the Mia core application. 2020-08-10 23:38:38 +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 Fixed the data model definition in the Mia core application. 2020-08-10 23:35:21 +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 the user's own account management in the Mia core application. 2020-08-09 23:46:08 +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 the user's own account management in the Mia core application. 2020-08-09 23:46:08 +08:00