From e0a4d1bb1339e80775aa37efaf8cac314278f8e9 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Mon, 19 Oct 2020 21:55:02 -0500 Subject: Add navigation template and logout --- src/templates/summary.html | 239 ++++++++++++++++++++++----------------------- 1 file changed, 118 insertions(+), 121 deletions(-) (limited to 'src/templates/summary.html') diff --git a/src/templates/summary.html b/src/templates/summary.html index a998be9..2759986 100644 --- a/src/templates/summary.html +++ b/src/templates/summary.html @@ -8,128 +8,125 @@ -

{{name}}'s Budget

-
- - - - - -
- -
-

Weekly

- - - - - - - - - {{#each week}} - - - - - - - - {{/each}} - Avg: - - - - - - - -
YearWeekInOutNet
{{this.y}}{{this.w}}{{this.in}}{{this.out}}{{this.net}}
Avg:{{week_avg.in}}{{week_avg.out}}{{week_avg.net}}
-
-
-

Monthly

- - - - - - - - - {{#each month}} - - - - - - - - {{/each}} - - - - - - - -
YearMonthInOutNet
{{this.y}}{{this.m}}{{this.in}}{{this.out}}{{this.net}}
Avg:{{month_avg.in}}{{month_avg.out}}{{month_avg.net}}
-
-
-

Yearly

- - - - - - - - {{#each year}} - - - - - - - {{/each}} - Avg: - - - - - - -
YearInOutNet
{{this.y}}{{this.in}}{{this.out}}{{this.net}}
Avg:{{year_avg.in}}{{year_avg.out}}{{year_avg.net}}
-
-
-

Categories

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

Sub-Categories

- - - - - - {{#each subcategories}} - - - - - {{/each}} -
Sub-CategoryTotal
{{this.subcategory}}{{this.s}}
+
+

{{name}}'s Budget

+
+
+

Weekly

+ + + + + + + + + {{#each week}} + + + + + + + + {{/each}} + Avg: + + + + + + + +
YearWeekInOutNet
{{this.y}}{{this.w}}{{this.in}}{{this.out}}{{this.net}}
Avg:{{week_avg.in}}{{week_avg.out}}{{week_avg.net}}
+
+
+

Monthly

+ + + + + + + + + {{#each month}} + + + + + + + + {{/each}} + + + + + + + +
YearMonthInOutNet
{{this.y}}{{this.m}}{{this.in}}{{this.out}}{{this.net}}
Avg:{{month_avg.in}}{{month_avg.out}}{{month_avg.net}}
+
+
+

Yearly

+ + + + + + + + {{#each year}} + + + + + + + {{/each}} + Avg: + + + + + + +
YearInOutNet
{{this.y}}{{this.in}}{{this.out}}{{this.net}}
Avg:{{year_avg.in}}{{year_avg.out}}{{year_avg.net}}
+
+
+

Categories

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

Sub-Categories

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