This website requires JavaScript.
Explore
Help
Sign In
imacat
/
mia-accounting
Watch
1
Star
0
Fork
0
You've already forked mia-accounting
Code
Issues
Pull Requests
Packages
Projects
Releases
41
Wiki
Activity
mia-accounting
/
src
/
accounting
/
report
/
reports
/
utils
History
依瑪貓
cb89f34455
Renamed the "PageParams" class to "BasePageParams", and renamed its module from "accounting.report.reports.utils.page_params" to "accounting.report.reports.utils.base_page_params". Renamed all its subclasses to PageParams, to shorten their names and make code more readable.
2023-03-09 14:36:17 +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_page_params.py
Renamed the "PageParams" class to "BasePageParams", and renamed its module from "accounting.report.reports.utils.page_params" to "accounting.report.reports.utils.base_page_params". Renamed all its subclasses to PageParams, to shorten their names and make code more readable.
2023-03-09 14:36:17 +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
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