mia-accounting-django/mia_core
2020-07-14 22:15:04 +08:00
..
static/mia_core Added the pagination navigation bar and the action buttons to the cash account in the accounting application. 2020-07-11 07:12:53 +08:00
templates/mia_core/include Added the pagination navigation bar and the action buttons to the cash account in the accounting application. 2020-07-11 07:12:53 +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 Revised the documentation. 2020-07-08 07:24:36 +08:00
models.py Added the get_multi_language_attr() function to the Mia core application, to deal with the multi-lingual attributes, and applied it in the data models. 2020-07-14 22:01:32 +08:00
period.py Revised Period in the Mia core application. 2020-07-14 22:15:04 +08:00
template_filters.py Renamed templatetags to template_tags, and templatefilters to template_filters. 2020-07-11 07:18:14 +08:00
template_tags.py Renamed templatetags to template_tags, and templatefilters to template_filters. 2020-07-11 07:18:14 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
utils.py Added and applied the current() method to Language in the Mia core application. 2020-07-14 22:14:39 +08:00
views.py Revised the TODO view to accept additional arguments in the Mia core application. 2020-07-14 09:59:56 +08:00