Доходы/Расходы
{{totalSum - totalCost | currency:"₽ "}}
Доходы = {{totalSum | currency:"₽ "}}
| # | Наименование | Сумма | Total | {{totalSum | currency:"₽ "}} |
|---|---|---|---|
| {{$index + 1}} | {{charge.value | currency:"₽ "}}
|
Расходы = {{totalCost | currency:"₽ "}}
| # | Наименование | Сумма | |
|---|---|---|---|
| Total | {{totalCost | currency:"₽ "}} | ||
| {{$index + 1}} | {{cost.label}} |
{{cost.value | currency:"₽ "}} |