mia-accounting-django/accounting
2020-07-16 20:44:25 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
templates/accounting Fixed the cash account report to indicate the current subject in the subject selection in the accounting application. 2020-07-16 20:44:25 +08:00
templatetags Removed the debug logging in the accounting_amount filter. 2020-07-14 10:52:49 +08:00
views Added _find_imbalanced() and _find_order_holes() methods as shortcuts to tag the accounting records with problems. 2020-07-16 07:45:16 +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 _find_imbalanced() and _find_order_holes() methods as shortcuts to tag the accounting records with problems. 2020-07-16 07:45:16 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Added the cash summary report in the accounting application. 2020-07-16 00:28:50 +08:00
utils.py Added documentation to the accounting utilities. 2020-07-14 10:02:16 +08:00