mia-accounting-django/mia_core
2020-08-09 16:34:47 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the translation. 2020-08-09 12:17:16 +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/include Replaced parsing the HTML element ID with the HTML custom data attributes in the JavaScripts. 2020-08-07 22:31:08 +08:00
templatetags Removed unused imports from the template tags of the Mia core application and the forms of the accounting application. 2020-08-09 13:25:02 +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
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 and simplify the data model definition. 2020-08-09 16:34:47 +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 Renamed the variables used in the stored_post utility in the Mia core application. 2020-08-09 13:53:47 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17: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 my own DeleteView in the Mia core application, and applied it in the accounting application. 2020-08-09 14:20:38 +08:00