mia-accounting-django/accounting
2020-08-08 17:10:48 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the text translation in the accounting application. 2020-08-08 16:26:08 +08:00
management/commands Added the equipment account to the accounting_sample command in the accounting application. 2020-08-07 01:02:21 +08:00
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
static/accounting Added to validate the balance after deleting a record in the JavaScript of the transaction form in the accounting application. 2020-08-08 11:27:22 +08:00
templates/accounting Renamed the view accounts.show to accounts.detail in the accounting application. 2020-08-08 17:05:24 +08:00
templatetags Moved getting the ReportUrl utility from the views to the report chooser template, to simplify the view in the accounting application. 2020-08-07 10:25:29 +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 AccountConverter and apply it to the URL patterns in the accounting application. 2020-08-07 10:10:33 +08:00
forms.py Revised the text translation in the accounting application. 2020-08-08 16:26:08 +08:00
models.py Removed unused imports from the models of the accounting application. 2020-08-08 17:10:48 +08:00
tests.py Added the test case for the sort_post_txn_records() utility in the accounting application. 2020-08-02 23:08:53 +08:00
urls.py Renamed the view accounts.show to accounts.detail in the accounting application. 2020-08-08 17:05:24 +08:00
utils.py Revised the get_summary_categories() utility to look for bi-directional travel summary text in the accounting application. 2020-08-07 22:34:24 +08:00
validators.py Revised the text translation in the accounting application. 2020-08-08 16:26:08 +08:00
views.py Renamed the templates of the transactions to better-follow the Django conventions in the accounting application. 2020-08-08 16:34:45 +08:00