mia-accounting-django/accounting
2020-07-16 23:51:49 +08:00
..
migrations Added the accounting application. 2020-06-29 19:41:52 +08:00
templates/accounting Removed an excess blank line in the template of the cash summary in the accounting application. 2020-07-16 23:51:49 +08:00
templatetags Removed the debug logging in the accounting_amount filter. 2020-07-14 10:52:49 +08:00
views Simplified the code in the cash_summary() and ledger() views in the accounting application. 2020-07-16 23:40:35 +08:00
__init__.py Added the accounting application. 2020-06-29 19:41:52 +08:00
admin.py Added the accounting models to the administration. 2020-06-30 05:41:41 +08:00
apps.py Added the accounting application. 2020-06-29 19:41:52 +08:00
models.py Renamed the get_multi_language_attr() method to get_multi_lingual_attr(), and renamed the multi-lingual model fields from _zhtw to _zh_hant, and _zhcn to _zh_hans. 2020-07-16 23:13:15 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Added the ledger in the accounting application. 2020-07-16 22:12:59 +08:00
utils.py Added documentation to the accounting utilities. 2020-07-14 10:02:16 +08:00