diff --git a/public/app/js/templates/balance.tpl.html b/public/app/js/templates/balance.tpl.html index cee457be..db9ffcfb 100644 --- a/public/app/js/templates/balance.tpl.html +++ b/public/app/js/templates/balance.tpl.html @@ -21,81 +21,85 @@ -
- - - - - - - - - - - - - - - - - - - -
AccountSpentBudgetedPercentageProgress
- {{account.account}} - - {{account.amount | number:2}}{{account.currency}} - - {{account.budget | number:2}}{{account.currency}} - - {{balance.buckets[1].raw_total - total_budget | number:2}}{{account.currency}} - - - {{account.percentage | number:2}}% - - {{( account.amount / ( balance.buckets[1].raw_total - total_budget ) ) * 100 | number:2}}% - - - - - -
- - - - - - - - - - - - - - - - - - - -
AccountCan be savedTotal incomePercentageProgress
- Potential savings - - {{balance.buckets[1].raw_total - total_budget - total_unbudgeted | number:2}}{{budget[0].currency}} - - {{balance.buckets[1].raw_total | number:2}}{{budget[0].currency}} - - {{( ( balance.buckets[1].raw_total - total_budget - total_unbudgeted ) / balance.buckets[1].raw_total ) * 100 | number:2}}% - - -
+
+
+ + + + + + + + + + + + + + + + + + + +
AccountSpentBudgetedPercentageProgress
+ {{account.account}} + + {{account.amount | number:2}}{{account.currency}} + + {{account.budget | number:2}}{{account.currency}} + + {{balance.buckets[1].raw_total - total_budget | number:2}}{{account.currency}} + + + {{account.percentage | number:2}}% + + {{( account.amount / ( balance.buckets[1].raw_total - total_budget ) ) * 100 | number:2}}% + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + +
AccountSavableIncomePercentageProgress
+ Potential savings + + {{balance.buckets[1].raw_total - total_budget - total_unbudgeted | number:2}}{{budget[0].currency}} + + {{balance.buckets[1].raw_total | number:2}}{{budget[0].currency}} + + {{( ( balance.buckets[1].raw_total - total_budget - total_unbudgeted ) / balance.buckets[1].raw_total ) * 100 | number:2}}% + + +
+