reports shows real budget information for total spend

This commit is contained in:
dandds
2018-09-18 09:54:28 -04:00
parent d4e8dcd0a6
commit ca8b9028bc
5 changed files with 56 additions and 13 deletions

View File

@@ -109,7 +109,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),
workspace_totals=Reports.workspace_totals(workspace),
monthly_totals=Reports.monthly_totals(alternate_reports),
current_month=current_month,
prev_month=prev_month,