mia-accounting-django/accounting
2020-07-08 00:14:36 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
templates/accounting Added the navigation links for pagination. 2020-07-07 22:18:40 +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 Revised the has_order_hole attribute of the accounting transaction data model. 2020-07-07 19:33:34 +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 Implemented the period parser. 2020-07-08 00:12:48 +08:00
views.py Replaced now() with localdate() when finding the default period in the view of the cash reports. 2020-07-08 00:14:36 +08:00