This commit is contained in:
James Cole
2018-05-28 19:07:06 +02:00
parent 73aef1b9a4
commit 4ad68b7dfa
2 changed files with 24 additions and 13 deletions

View File

@@ -188,7 +188,7 @@
<td class="hidden-sm hidden-xs spent" data-id="{{ budget.id }}" data-spent="{{ budgetInformation[budget.id]['spent'] }}"
data-value="{{ budgetInformation[budget.id]['spent'] }}">
{{ budgetInformation[budget.id]['spent']|formatAmount }}
({{ (budgetInformation[budget.id]['spent'] / days)|formatAmount }})
({{ (budgetInformation[budget.id]['spent'] / daysInMonth)|formatAmount }})
</td>
<td class="left" data-id="{{ budget.id }}"
data-value="{{ (repAmount + budgetInformation[budget.id]['spent']) }}">