Implement budgeting views by calculating most values locally

This commit is contained in:
2021-12-11 12:47:41 +00:00
parent 6da1b26a2f
commit caf0126b86
6 changed files with 55 additions and 250 deletions

View File

@ -41,10 +41,10 @@
</td>
<td>
</td>
{{template "amount-cell" .AvailableLastMonth}}
{{template "amount-cell" .Assigned}}
{{template "amount-cell" .Activity}}
{{template "amount-cell" .Available}}
{{template "amountf64-cell" .AvailableLastMonth}}
{{template "amountf64-cell" .Assigned}}
{{template "amountf64-cell" .Activity}}
{{template "amountf64-cell" .Available}}
</tr>
{{end}}
</table>