From e557fe2dc7bb95b54d78039e56f5fcb4977cc435 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 19 Nov 2020 21:38:07 -0600 Subject: Add rolling averages for categories in summary --- src/templates/summary.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'src/templates/summary.html') diff --git a/src/templates/summary.html b/src/templates/summary.html index f9ae202..15d944d 100644 --- a/src/templates/summary.html +++ b/src/templates/summary.html @@ -99,12 +99,18 @@ - + + + + {{#each categories}} - + + + + {{/each}}
CategoryTotalLast 30 daysLast 90 daysLast yearAll-time
{{this.category}}{{this.s}}{{this.d30}}{{this.d90}}{{this.d365}}{{this.all}}
@@ -114,12 +120,18 @@ - + + + + {{#each subcategories}} - + + + + {{/each}}
Sub-CategoryTotalLast 30 daysLast 90 daysLast yearAll-time
{{this.subcategory}}{{this.s}}{{this.d30}}{{this.d90}}{{this.d365}}{{this.all}}
-- cgit v1.2.3