mia-accounting-django/accounting
2020-08-09 12:21:01 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the text messages in the account form in the accounting application. 2020-08-09 12:17:07 +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 Revised the text messages in the account form in the accounting application. 2020-08-09 12:17:07 +08:00
templates/accounting Renamed the variable txn to form in the transaction forms in the accounting application. 2020-08-09 12:21:01 +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 messages in the account form in the accounting application. 2020-08-09 12:17:07 +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 txn_edit() to txn_form() in the accounting application. 2020-08-09 12:19:11 +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 messages in the account form in the accounting application. 2020-08-09 12:17:07 +08:00
views.py Renamed the variable txn to form in the transaction forms in the accounting application. 2020-08-09 12:21:01 +08:00