From 70493322f6b6314e255ca38391e4c4e804cbc3b6 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Fri, 21 Sep 2018 08:46:26 -0400 Subject: [PATCH 1/2] Labels for spend table --- templates/workspaces/reports/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index ec4af7e9..62c4520c 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -126,6 +126,7 @@ expiration-date='{{ expiration_date }}' v-bind:months='{{ cumulative_budget.months | tojson }}' inline-template> +

Cumulative Budget

From 56d01c2e5b5c7f4953a6bf37e1d71aa457e3a894 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Fri, 21 Sep 2018 10:36:03 -0400 Subject: [PATCH 2/2] lets try that again --- templates/workspaces/reports/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index 62c4520c..6da7f860 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -352,12 +352,12 @@ {{ two_months_ago.strftime('%B %Y') }} {{ prev_month.strftime('%B %Y') }} {{ current_month.strftime('%B %Y') }} - + % of total spend this month - Workspace Total + Total {{ workspace_totals.get(two_months_ago_index, 0) | dollars }} {{ workspace_totals.get(prev_month_index, 0) | dollars }} {{ workspace_totals.get(current_month_index, 0) | dollars }}