mia-accounting-django/accounting
2020-07-24 19:42:48 +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 Fixed the transaction views so that it works without the return parameter in the accounting application. 2020-07-24 07:26:47 +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 Added the records property to Transaction to manage the records temporarily instead of record_set that requires the records to be saved first in the accounting application. 2020-07-24 19:42:48 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Added the action buttons to the transaction views in the accounting application. 2020-07-23 23:01:19 +08:00
utils.py Renamed the new_id() utility to new_pk() in the Mia core application. 2020-07-23 23:24:42 +08:00
views.py Fixed so that the URL in the transaction views uses the current transaction type specified in the URL rather than the type of the transaction itself in the accounting application. 2020-07-23 23:35:43 +08:00