mia-accounting-django/mia_core
2020-08-09 20:49:18 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the text messages in the detail templates. 2020-08-09 20:49:18 +08:00
static/mia_core Replaced parsing the HTML element ID with the HTML custom data attributes in the JavaScripts. 2020-08-07 22:31:08 +08:00
templates/mia_core Revised the text messages in the detail templates. 2020-08-09 20:49:18 +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
models.py Revised the string representation of a user in the Mia core application. 2020-08-09 20:27:05 +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 details in the Mia core application. 2020-08-09 20:47:53 +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 details in the Mia core application. 2020-08-09 20:47:53 +08:00