mia-accounting-django/mia_core
2020-08-02 09:44:08 +08:00
..
static/mia_core Employed a regular expression pattern in the PeriodConverter to check the period format first. 2020-07-23 22:13:17 +08:00
templates/mia_core/include Fixed the text in the period chooser for the period "since last month" in the period chooser template in the Mia core application. 2020-08-01 07:56:06 +08:00
templatetags Renamed the add_param() method to add(), the del_param() method to remove(), and the set_param() method to set() in UrlBuilder in the Mia core application. 2020-07-31 21:16:03 +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 Removed the default order of the users and the countries in the Mia core application. 2020-07-21 21:24:36 +08:00
period.py Removed the unused is_chosen_year() method from the Period utility in the Mia core application. 2020-08-02 02:28:47 +08:00
status.py Added forms and validators, and applied them to the transaction form in the accounting application. 2020-08-01 23:56:41 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
utils.py Revised the strip_form() utility to remove the empty input in the Mia core application. 2020-08-02 09:44:08 +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