mia-accounting-django/accounting
2020-07-19 00:26:54 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
templates/accounting 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
templatetags Revised the accounting_amount filter to return "-" on 0 in the accounting application. 2020-07-18 08:17:19 +08:00
views Added the brought-forward records to the journal in the accounting application. 2020-07-19 00:26:54 +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 accounting journal in the accounting application. 2020-07-17 23:27:49 +08:00
utils.py Added documentation to the accounting utilities. 2020-07-14 10:02:16 +08:00