Handle amount in import and display

This commit is contained in:
2021-12-02 20:49:07 +00:00
parent db7f0bfb7b
commit 696469f6c2
3 changed files with 21 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<td>
<a href="transaction/{{.ID}}">{{.Memo}}</a>
</td>
<td>{{.GetAmount}}</td>
<td style="text-align: right;{{if .GetPositive()}}{{else}}color: red;{{end}}">{{.GetAmount}}</td>
</tr>
{{end}}
</table>