mia-accounting-django/accounting
2020-07-07 07:12:26 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
templates/accounting Revised the cash report template. 2020-07-06 23:58:47 +08:00
__init__.py Added the accounting application. 2020-06-29 19:41:52 +08:00
admin.py Added the accounting models to the administration. 2020-06-30 05:41:41 +08:00
apps.py Added the accounting application. 2020-06-29 19:41:52 +08:00
models.py Added the has_many_same_day property to the accounting transactions. 2020-07-07 07:12:26 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Revised the code according to the PyCharm and PEP8 inspection. 2020-07-02 09:45:11 +08:00
utils.py Revised the code according to the PyCharm and PEP8 inspection. 2020-07-02 09:45:11 +08:00
views.py Added the digest_login_required decorator. 2020-07-06 22:26:29 +08:00