Added a sum of the current page and the sum of the entire category, in reference to issue #99.

This commit is contained in:
James Cole
2015-08-09 16:56:38 +02:00
parent 8d109a3cfe
commit 51e30aed66
8 changed files with 71 additions and 7 deletions

View File

@@ -45,7 +45,7 @@
<h3 class="box-title">{{ 'transactions'|_ }}</h3>
</div>
<div class="box-body no-padding">
{% include 'list/journals' %}
{% include 'list/journals' with {showPageSum: true,showTotalSum: true} %}
</div>
</div>
</div>