mia-accounting-django/accounting
2020-07-19 18:58:24 +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 the template cash_summary.html to cash-summary.html, and ledger_summary.html to ledger-summary.html in the accounting application. 2020-07-19 18:52:16 +08:00
templatetags Added thje trial balance in the accounting application. 2020-07-19 18:50:56 +08:00
views Added the _get_period() utility function to obtain the period helper for the accounting application. 2020-07-19 18:58:24 +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