mia-accounting/src/accounting/report
2023-03-21 21:17:10 +08:00
..
period Fixed the capitalization of the shortcut periods in the period chooser. 2023-03-20 22:57:04 +08:00
reports Fixed the search queries to be case-insensitive. 2023-03-20 23:54:38 +08:00
utils Removed the redundant Flask App context from the default_currency_code Jinja2 global and the default_ie_account_code function. They are always under the Flask app context. 2023-03-21 21:17:10 +08:00
__init__.py Shortened the name of the "accounting.report.utils.income_expenses_account" module to "accounting.report.utils.ie_account". 2023-03-09 20:59:21 +08:00
converters.py Shortened the name of the "accounting.report.utils.income_expenses_account" module to "accounting.report.utils.ie_account". 2023-03-09 20:59:21 +08:00
template_filters.py Fixed the styles of the negative numbers in the reports with red and braced absolute values. 2023-03-09 06:37:26 +08:00
views.py Renamed the default_io_account_code and default_io_account functions to default_ie_account_code and default_ie_account, respectively. That was a mistake. 2023-03-09 20:59:21 +08:00