This website requires JavaScript.
Explore
Help
Sign In
imacat
/
mia-accounting-django
Watch
1
Star
0
Fork
0
You've already forked mia-accounting-django
Code
Issues
Pull Requests
Projects
Releases
4
Wiki
Activity
1ddfc96621
mia-accounting-django
/
accounting
History
依瑪貓
1ddfc96621
Revised to redirect on invalid page size and page number on pagination.
2020-07-01 23:39:32 +08:00
..
migrations
Added the accounting application.
2020-06-29 19:41:52 +08:00
templates
/accounting
Added the side-wide base template, and apply it in the accounting cash report.
2020-07-01 23:38:36 +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 to redirect on invalid page size and page number on pagination.
2020-07-01 23:39:32 +08:00
views.py
Revised to redirect on invalid page size and page number on pagination.
2020-07-01 23:39:32 +08:00