mia-accounting-django/accounting
2020-07-02 00:42:34 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
templates/accounting Added simple localization. 2020-07-02 00:34:43 +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 Revised the pagination to redirect to the URL without the page number if the specific page number is exactly the default page number. That is, the page number is totally unnecessary. 2020-07-02 00:42:34 +08:00
views.py Revised to redirect on invalid page size and page number on pagination. 2020-07-01 23:39:32 +08:00