Show available balance including activities of this month

This commit is contained in:
2021-12-07 21:32:36 +00:00
parent a19d3d6932
commit edd1319222
4 changed files with 18 additions and 18 deletions

View File

@ -29,8 +29,8 @@
<th></th>
<th></th>
<th>Assigned</th>
<th>Balance</th>
<th>Activity</th>
<th>Available</th>
</tr>
{{range .Categories}}
<tr>
@ -41,8 +41,8 @@
<td>
</td>
{{template "amount-cell" .Assigned}}
{{template "amount-cell" .Balance}}
{{template "amount-cell" .Activity}}
{{template "amount-cell" .Available}}
</tr>
{{end}}
</table>