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
a3c0f3fb82
mia-accounting-django
/
accounting
History
依瑪貓
a3c0f3fb82
Added the template helper to display the date in a human-friendly format.
2020-07-02 02:04:35 +08:00
..
migrations
Added the accounting application.
2020-06-29 19:41:52 +08:00
templates
/accounting
Added the template helper to display the date in a human-friendly format.
2020-07-02 02:04:35 +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 documentation.
2020-07-02 00:50:27 +08:00
views.py
Removed an unused import from the views of the accounting application.
2020-07-02 02:04:16 +08:00