mia-accounting-django/accounting
2020-07-09 23:19:48 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
templates/accounting Removed the debug code in the cash account report. 2020-07-09 08:16:14 +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 Renamed the routes of the transactions. 2020-07-09 10:46:32 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Added all the URL of the accounting application, using the dummy TODO view. Also applied the dummy TODO view to the URL that are not implemented yet. 2020-07-09 23:19:48 +08:00
views.py Added the page size options to the pagination navigation bar. 2020-07-08 23:40:36 +08:00