mia-accounting-django/accounting
2020-07-19 21:08:10 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
static/accounting/css Added thje trial balance in the accounting application. 2020-07-19 18:50:56 +08:00
templates/accounting Renamed records to item_list, and record to item in the report templates in the accounting application. 2020-07-19 20:27:00 +08:00
templatetags Added thje trial balance in the accounting application. 2020-07-19 18:50:56 +08:00
views Renamed the variables. 2020-07-19 21:08:10 +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 thje trial balance in the accounting application. 2020-07-19 18:50:56 +08:00
utils.py Added documentation to the accounting utilities. 2020-07-14 10:02:16 +08:00