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
3abce4498f
mia-accounting-django
/
accounting
History
依瑪貓
3abce4498f
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
..
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