# | {{'Name' | translate}} |
{{text | translate}} {{date}} |
{{'Total' | translate}} |
---|---|---|---|
{{$index + 1}} | {{name}} | {{ vm.summary[vm.activedIndex][date][name] !== undefined ? (vm.summary[vm.activedIndex][date][name] | numeraljs:'0,0') : 0 }} | {{ vm.totals.names[vm.activedIndex][name] | numeraljs:'0,0' }} |
{{'TotalByDay' | translate}} | {{ vm.totals.dates[date] !== undefined ? (vm.totals.dates[date] | numeraljs:'0,0') : 0 }} | {{vm.totals.all[vm.activedIndex] | numeraljs:'0,0' }} |