mia-accounting-django/accounting
2020-07-23 01:22:11 +08:00
..
management/commands Added confirmation to the accounting_sample command in the accounting application. 2020-07-23 01:15:46 +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 PeriodConverter to convert a period specification to a period, and applied it in the URL patterns. 2020-07-21 22:05:39 +08:00
templatetags Removed the unused logging from the accounting_amount template filter in the accounting application. 2020-07-20 20:20:05 +08:00
views Fixed the journal to display the brought-forward records with balance larger than zero in the accounting application. 2020-07-22 10:36:39 +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 Moved the path converters from accounting.urls to accounting.converters in the accounting application. 2020-07-23 01:22:11 +08:00
models.py Applied the set_multi_lingual_attr() utility function to the titles of the accounts and the names of the countries. 2020-07-21 21:23:54 +08:00
populate.py Added Populator to the quickly populates the accounting data, and applied it in the accounting_sample command in the accounting application. 2020-07-22 21:02:04 +08:00
tests.py Added the accounting application. 2020-06-29 19:41:52 +08:00
urls.py Moved the path converters from accounting.urls to accounting.converters in the accounting application. 2020-07-23 01:22:11 +08:00
utils.py Added PeriodConverter to convert a period specification to a period, and applied it in the URL patterns. 2020-07-21 22:05:39 +08:00