mia-accounting-django/accounting
2020-07-23 23:01:19 +08:00
..
management/commands Fixed the accounting_sample command for the cash-expense transactions in the accounting application. 2020-07-23 21:00:51 +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 Added the action buttons to the transaction views in the accounting application. 2020-07-23 23:01:19 +08:00
templatetags Moved the url_with_return template tag from the accounting application to the Mia core application. 2020-07-23 22:23:40 +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 Added the action buttons to the transaction views in the accounting application. 2020-07-23 23:01:19 +08:00
models.py Revised the code in the transaction model in the accounting application. 2020-07-23 22:33:33 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Added the action buttons to the transaction views in the accounting application. 2020-07-23 23:01:19 +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 Added the transaction views in the accounting application. 2020-07-23 22:02:26 +08:00