diff --git a/apps/finance/services/api/main/templates/dashboard.html b/apps/finance/services/api/main/templates/dashboard.html index 02b62a7..48fc4de 100644 --- a/apps/finance/services/api/main/templates/dashboard.html +++ b/apps/finance/services/api/main/templates/dashboard.html @@ -224,4 +224,35 @@ + +{{if $d.RecurringExpenses}} +
+
+

Fixed costs

+ auto-detected · 3-month average +
+
+ {{range $d.RecurringExpenses}} + {{$color := index $d.CategoryColors .Category}} +
+
+ {{if $color}}{{end}} +
+
{{.Category}}
+
committed monthly cost
+
+
+
+
− €{{cents .MonthlyCents}}
+
/ month
+
+
+ {{end}} +
+ Total fixed + − €{{cents $d.BankShouldBe}} +
+
+
+{{end}} {{end}}