Try to display simple budget screen

This commit is contained in:
2021-12-07 13:02:39 +00:00
parent 494c1431fe
commit 8f374f1d62
5 changed files with 80 additions and 19 deletions

View File

@ -1,8 +1,8 @@
{{define "budget-sidebar"}}
<ul>
<li>Budget (Coming Soon)</li>
<li><a href="/budget/{{.Budget.ID}}">Budget</a></li>
<li>Reports (Coming Soon)</li>
<li><a href="/budget/{{.Budget.ID}}/accounts">All Accounts</a></li>
<li><a href="/budget/{{.Budget.ID}}/all-accounts">All Accounts</a></li>
<li>
On-Budget Accounts
<ul class="two-valued">
@ -12,6 +12,9 @@
<span class="right">{{printf "%.2f" .Balance.GetFloat64}}</span>
</li>
{{end}}
<li>
<a href="/budget/{{$.Budget.ID}}/accounts">Edit accounts</a>
</li>
</ul>
</li>
<li>