feat(reports): add localized workspace reports and exports
This commit is contained in:
15
apps/reports/services/__init__.py
Normal file
15
apps/reports/services/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from apps.reports.services.aggregation import (
|
||||
build_chart_report,
|
||||
build_day_details_report,
|
||||
build_table_report,
|
||||
build_user_scoped_table_reports,
|
||||
load_report_filters,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"load_report_filters",
|
||||
"build_chart_report",
|
||||
"build_table_report",
|
||||
"build_user_scoped_table_reports",
|
||||
"build_day_details_report",
|
||||
]
|
||||
Reference in New Issue
Block a user