From 98da11b940c194f5e4bd423cb57d252df6185715 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Wed, 7 Oct 2020 08:45:32 -0500 Subject: Add budget goals --- src/index.html | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index ef86835..08c5007 100644 --- a/src/index.html +++ b/src/index.html @@ -18,6 +18,7 @@
+
@@ -64,7 +65,6 @@ Amount Category Subcategory - @@ -148,6 +148,39 @@ + + +
+
+
+ New Goal + + + +
+
+ Allocate funds + + out of {{total_to_allocate}} + + +
+ + + + + + + + + +
NameAmountTotalRemaining
{{i+1}}{{goal.name}}{{goal.amount}}{{goal.total}}{{goal.total - goal.amount}}
+
+
-- cgit v1.2.3