mia-accounting-django/mia_core
2020-08-03 22:31:13 +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 Added the title_case filter and replaced the title filter with the title_case filter to display titles in American English. 2020-08-03 22:31:13 +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 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