added currency filter

This commit is contained in:
Gerard 2018-11-19 09:48:14 +01:00
parent 207a2d40e5
commit 89cea7373f
1 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@
<vn-th>Bank</vn-th>
<vn-th>Debit</vn-th>
<vn-th>Credit</vn-th>
<vn-th>Balance</vn-th>
<vn-th>Conciliated</vn-th>
</vn-tr>
</vn-thead>
@ -61,7 +62,7 @@
<vn-td>{{::risk.bankFk}}</vn-td>
<vn-td>{{::risk.debit | currency: ' €': 2}}</vn-td>
<vn-td>{{::risk.credit | currency: ' €': 2}}</vn-td>
<vn-td>{{risk.balance}}</vn-td>
<vn-td>{{risk.balance | currency: ' €': 2}}</vn-td>
<vn-td>
<vn-check
field="risk.isConciliate"