Implement budgeting views by calculating most values locally
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user