mia-accounting-django/accounting
2020-08-06 01:47:01 +08:00
..
locale/zh_Hant/LC_MESSAGES Revised the error messages and their translations both in Python and for the JavaScript. 2020-08-06 01:47:01 +08:00
management/commands Added a movie to the accounting_sample command in the accounting application. 2020-08-04 09:56:02 +08:00
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
static/accounting Revised the error messages and their translations both in Python and for the JavaScript. 2020-08-06 01:47:01 +08:00
templates/accounting Removed the context from the translatable text messages in the accounting application, because it is not needed now. 2020-08-06 00:41:29 +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 Removed the context from the translatable text messages in the accounting application, because it is not needed now. 2020-08-06 00:41:29 +08:00
forms.py Revised the error messages and their translations both in Python and for the JavaScript. 2020-08-06 01:47:01 +08:00
models.py Renamed the sn column to id in the accounting application. 2020-08-04 01:59:51 +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 Added the account deletion. 2020-08-05 08:23:20 +08:00
utils.py Removed the context from the translatable text messages in the accounting application, because it is not needed now. 2020-08-06 00:41:29 +08:00
validators.py Removed the context from the translatable text messages in the accounting application, because it is not needed now. 2020-08-06 00:41:29 +08:00
views.py Removed the context from the translatable text messages in the accounting application, because it is not needed now. 2020-08-06 00:41:29 +08:00