From 35b6d276bdeabdf7bf5eee59d85dfefee7531fce Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Wed, 7 Oct 2020 10:54:15 -0500 Subject: Add expected expenses --- src/index.html | 47 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 35 insertions(+), 12 deletions(-) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index 08c5007..cba242d 100644 --- a/src/index.html +++ b/src/index.html @@ -16,20 +16,21 @@

{{summary.username}}'s budget

- - - + + + +
-
+
- +
@@ -50,14 +51,14 @@
{{transaction.subcategory}} - +
- +
@@ -83,12 +84,12 @@ - +
Date
-
+

Weekly

@@ -150,13 +151,13 @@ -
+
New Goal - +
Allocate funds @@ -167,7 +168,7 @@ out of {{total_to_allocate}} - +
@@ -181,6 +182,28 @@
NameAmountTotalRemaining
+ + +
+
+
+ New Expected + + + + +
+ + + + + + + + +
NameTotalPeriod
{{i+1}}{{e.name}}{{e.total}}{{e.days}}
+
+
-- cgit v1.2.3