From e242733deb546c2b7f00d302a96bee0c0e609a2e Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sat, 10 Oct 2020 09:49:26 -0500 Subject: Create expected, goals, and summary pages --- src/templates/summary.html | 101 +++++++++++++++++++++++++++++++-------------- 1 file changed, 69 insertions(+), 32 deletions(-) (limited to 'src/templates/summary.html') diff --git a/src/templates/summary.html b/src/templates/summary.html index 5bf828e..bffd46b 100644 --- a/src/templates/summary.html +++ b/src/templates/summary.html @@ -9,37 +9,74 @@

{{name}}'s Budget

-
- - - - - - -
- - - - - - - - - - {{#each ledger}} - - - - - - - - - {{/each}} -
WhenWhereAmountCategoryTags
{{this.index}}{{this.when}}{{this.where}}{{this.amount}}{{this.category}}{{this.subcategory}}
- +
+ + + + +
+ +
+

Weekly

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

Monthly

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

Yearly

+ + + + + + + + {{#each year}} + + + + + + + {{/each}} +
YearInOutNet
{{this.y}}{{this.in}}{{this.out}}{{this.net}}
+
- + \ No newline at end of file -- cgit v1.2.3