mia-accounting-django/accounting
2020-07-01 00:52:38 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
templates/accounting Added the get_absolute_url() method to the accounting transactions. 2020-07-01 00:43:46 +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 get_absolute_url() method to the accounting transactions. 2020-07-01 00:43:46 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Added a simple pagination filter and refined the cash report. 2020-06-30 23:49:21 +08:00
utils.py Added a simple pagination filter and refined the cash report. 2020-06-30 23:49:21 +08:00
views.py Changed the get_number_query() method to the get_query_number() function, so that it is shared by different view classes. 2020-07-01 00:52:38 +08:00