mia-accounting-django/accounting
2020-07-21 19:38:01 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
static/accounting/css Renamed "subject" to "account" in the accounting application. 2020-07-21 10:38:47 +08:00
templates/accounting Changed the URL of the accounts in the balance sheet so that the net income in the current period links to the income statement in the accounting application. 2020-07-21 13:38:18 +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 Moved the order from the data models to the reports in the accounting application. 2020-07-21 19:38:01 +08:00
__init__.py Added the accounting application. 2020-06-29 19:41:52 +08:00
admin.py Renamed "subject" to "account" in the accounting application. 2020-07-21 10:38:47 +08:00
apps.py Added the accounting application. 2020-06-29 19:41:52 +08:00
models.py Moved the order from the data models to the reports in the accounting application. 2020-07-21 19:38:01 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Renamed "subject" to "account" in the accounting application. 2020-07-21 10:38:47 +08:00
utils.py Renamed "subject" to "account" in the accounting application. 2020-07-21 10:38:47 +08:00