mia-accounting/src/accounting/option
2023-03-22 19:37:20 +08:00
..
__init__.py Added the option management, and moved the configuration of the default currency, the default account for the income and expenses log, and the recurring expenses and incomes to the options. 2023-03-22 15:34:28 +08:00
forms.py Added the all_errors pseudo property to the RecurringItemForm form, and applied it to the form-recurring-item.html template. 2023-03-22 19:37:20 +08:00
options.py Added the read-only view for the options. 2023-03-22 16:08:16 +08:00
views.py Fixed and added the missing validation in the update_options route. 2023-03-22 19:33:21 +08:00