mia-accounting-django/accounting
2020-07-21 00:33:31 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
static/accounting/css Added the balance sheet in the accounting application. 2020-07-21 00:31:31 +08:00
templates/accounting Added a TODO note in the template of the balance sheet in the accounting application. 2020-07-21 00:33:31 +08:00
templatetags Removed the unused logging from the accounting_amount template filter in the accounting application. 2020-07-20 20:20:05 +08:00
views Added the balance sheet in the accounting application. 2020-07-21 00:31:31 +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 Renamed the credit_amount attribute to credit and debit_summary to debit in RecordSummary in the accounting application. 2020-07-18 07:52:16 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Added the balance sheet in the accounting application. 2020-07-21 00:31:31 +08:00
utils.py Added documentation to the accounting utilities. 2020-07-14 10:02:16 +08:00