mia-accounting/src/accounting/report/reports/utils
2023-03-09 14:36:15 +08:00
..
__init__.py Moved the utilities that are only for the report generators from the "accounting.report" module to the "accounting.report.reports.utils" module. 2023-03-09 06:37:25 +08:00
base_report.py Added the base report class to ensure that the reports can both be shown on the page and downloaded as CSV. 2023-03-09 06:37:28 +08:00
csv_export.py Fixed the logic for all-time in the period_spec function in the "accounting.report.reports.utils.csv_export" module. 2023-03-09 14:36:15 +08:00
option_link.py Added font-awesome icons to the report chooser. 2023-03-09 14:36:05 +08:00
page_params.py Moved the utilities that are only for the report generators from the "accounting.report" module to the "accounting.report.reports.utils" module. 2023-03-09 06:37:25 +08:00
period_choosers.py Revised the documentation to use the term "income and expenses log" instead of "income and expenses", for consistency. 2023-03-09 14:36:00 +08:00
report_chooser.py Added font-awesome icons to the report chooser. 2023-03-09 14:36:05 +08:00
report_type.py Revised the documentation to use the term "income and expenses log" instead of "income and expenses", for consistency. 2023-03-09 14:36:00 +08:00