mia-accounting-django/mia_core
2020-08-07 22:31:08 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the translation. 2020-08-07 10:40:57 +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 Revised the title_case template filter to work with gettext_lazy() in the Mia core application. 2020-08-06 01:14:40 +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 Adapted dirtyfields in the data models. 2020-08-02 09:53:26 +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
status.py Replaced the set() method with the kwargs-based query() method in UrlBuilder in the Mia core application. 2020-08-03 23:12:04 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
utils.py Revised Pagination so that the status ID does not pass along with the pagination links in the Mia core application. 2020-08-05 10:17:46 +08:00
views.py Fixed the documentation of the view of the home page in the Mia core application. 2020-08-02 00:29:43 +08:00