starting charting

This commit is contained in:
Andrew Croce
2018-09-06 16:29:36 -04:00
parent f69396ac73
commit d882c552dc
7 changed files with 324 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ def workspace_reports(workspace_id):
return render_template(
"workspaces/reports/index.html",
cumulative_budget=Reports.cumulative_budget(alternate_reports),
workspace_totals=Reports.workspace_totals(alternate_reports),
monthly_totals=Reports.monthly_totals(alternate_reports),
current_month=current_month,