mia-accounting-django/accounting
2020-07-23 18:37:29 +08:00
..
management/commands Moved the Polulator from accounting.populate to accounting.utils in the accounting application. 2020-07-23 09:40:21 +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 Renamed the template variable current_account to account in the accounting application, for simplicity. 2020-07-23 09:37:29 +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
__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
converters.py Fixed the documentation in accounting.converters in the accounting application. 2020-07-23 18:37:29 +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 Moved the views back to accounting.views in the accounting application. 2020-07-23 14:17:05 +08:00
utils.py Moved the get_cash_accounts(), get_ledger_accounts(), find_imbalanced(), and find_order_holes() utilities from accounting.views.reports to accounting.utils in the accounting application. 2020-07-23 09:57:29 +08:00
views.py Revised the imports in accounting.views and accounting.converters in the accounting application. 2020-07-23 14:26:05 +08:00