sum of expenses

This commit is contained in:
2016-04-20 13:42:10 +02:00
parent a63d066b0a
commit b0d73927e5
7 changed files with 55 additions and 19 deletions
@@ -57,6 +57,10 @@
<td>{{transaction.description}}</td>
</tr>
</table>
<div style="margin: auto; width: 30 em; text-align: center;">
<span ng-repeat="user in accountUsers">{{user.name}} {{user.outstandings}}&nbsp;<br/></span>
</div>
<!-- div>
<pre style="font-size: 75%; color: darkgray;">{{account | json}}</pre>