mia-accounting-django/accounting
2020-07-21 21:23:54 +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 Revised the codes of the views of the accounting application according to the inspection results by PyCharm. 2020-07-21 21:18:12 +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 Applied the set_multi_lingual_attr() utility function to the titles of the accounts and the names of the countries. 2020-07-21 21:23:54 +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