From 1818113409e55e356448c52bfda164df538f2fe3 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 17 Sep 2018 15:07:38 -0400 Subject: [PATCH] reimplement spend table as a vue component --- templates/workspaces/reports/index.html | 78 ++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 7 deletions(-) diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index d31a9ea3..6490f5bb 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -225,14 +225,22 @@
-

Total spend per month

+

Total spend per month

- + +
@@ -253,9 +261,63 @@ - {% for project_name, project_totals in monthly_totals['projects'].items() %} - - - {% endfor %} -
Spending scope {{ two_months_ago.strftime('%B %Y') }}
+ {% endfor %} #} + +
{% endblock %}