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
1f748d09ce
mia-accounting-django
/
accounting
History
依瑪貓
897f82bd26
Moved part of the pagination logic from the view to Pagination.
2020-07-07 21:04:07 +08:00
..
migrations
Added the accounting application.
2020-06-29 19:41:52 +08:00
templates
/accounting
Revised the cash report template.
2020-07-06 23:58:47 +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
Revised the has_order_hole attribute of the accounting transaction data model.
2020-07-07 19:33:34 +08:00
tests.py
Added the accounting application.
2020-06-29 19:41:52 +08:00
urls.py
Revised the code according to the PyCharm and PEP8 inspection.
2020-07-02 09:45:11 +08:00
utils.py
Moved the pagination and the page number out of range error from the accounting application to the Mia core application.
2020-07-07 20:54:35 +08:00
views.py
Moved part of the pagination logic from the view to Pagination.
2020-07-07 21:04:07 +08:00