mia-accounting-django/accounting
2020-07-28 22:48:42 +08:00
..
management/commands Changed the use of the sn field with pk. 2020-07-23 23:20:10 +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 dict template filter to obtain a value from a dictionary in the Mia core application, and applied it in the templates of the forms of the transactions in the acccounting application. 2020-07-28 22:11:54 +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 Changed the use of the sn field with pk. 2020-07-23 23:20:10 +08:00
models.py Removed the default value of the accounting record order in the accounting application. 2020-07-28 00:33:02 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Added the stored status and a dummy transaction_store() view to the accounting application. 2020-07-28 08:22:42 +08:00
utils.py Added the fill_transaction_from_previous_form() utility to load the transaction data from the stored status, and applied it to the transaction_edit() view in the accounting application. 2020-07-28 22:48:42 +08:00
views.py Added the fill_transaction_from_previous_form() utility to load the transaction data from the stored status, and applied it to the transaction_edit() view in the accounting application. 2020-07-28 22:48:42 +08:00