From 3e16b66c86b59f7f6045f29ac66e4fae37d99e0d Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 18 Oct 2020 18:16:26 -0500 Subject: Add expected averages and category summary --- src/templates/expected.html | 12 ++++++++++++ src/templates/summary.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) (limited to 'src/templates') diff --git a/src/templates/expected.html b/src/templates/expected.html index 15b9d7c..99bf6fd 100644 --- a/src/templates/expected.html +++ b/src/templates/expected.html @@ -33,6 +33,18 @@ {{/each}} + + + + + + + + + + + +
Weekly:{{week}}
Monthly:{{month}}
Yearly:{{year}}
diff --git a/src/templates/summary.html b/src/templates/summary.html index d78182a..bdc2f44 100644 --- a/src/templates/summary.html +++ b/src/templates/summary.html @@ -99,6 +99,36 @@ +
+

Categories

+ + + + + + {{#each categories}} + + + + + {{/each}} +
CategoryTotal
{{this.category}}{{this.s}}
+
+
+

Sub-Categories

+ + + + + + {{#each subcategories}} + + + + + {{/each}} +
Sub-CategoryTotal
{{this.subcategory}}{{this.s}}
+
\ No newline at end of file -- cgit v1.2.3