mia-accounting-django/accounting
2020-08-07 09:46:37 +08:00
..
locale/zh_Hant/LC_MESSAGES Renamed the is_credit_card_paid() utility to is_payable(), and implemented it in the accounting application. 2020-08-07 00:58:33 +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 the transaction sorting in the accounting application. 2020-08-06 23:51:20 +08:00
templates/accounting Added force_escape to the current report title in the report chooser template in the accounting application. 2020-08-07 09:46:37 +08:00
templatetags Added the report_url template tag in the accounting application. 2020-08-07 09:42:22 +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 Implemented the find_existing_equipments() utility, and applied it in the ledger in the accounting application. 2020-08-07 01:06:57 +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 transaction sorting in the accounting application. 2020-08-06 23:51:20 +08:00
utils.py Revised the constructor of the ReportUrl utility to better deal with the keyword arguments in the accounting application. 2020-08-07 09:42:07 +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 Revised the code in the txn_store() view in the accounting application. 2020-08-07 07:58:19 +08:00