{{vm.getlocalDate(row.date)}}
|
{{vm.getVoucherType(row.type,row.subType)}}
|
{{row.voucherNo}}
|
{{row.description}}
|
{{row.age}}
|
{{row.poNo}}
|
{{vm.CurrencyFormate(vm.rounding(row.debit, 2).toFixed(2)) }}
|
{{vm.CurrencyFormate(vm.rounding(row.credit, 2).toFixed(2)) }}
|
{{vm.CurrencyFormate(vm.rounding((row.debit-row.credit),
2).toFixed(2))}}
|
{{vm.CurrencyFormate(vm.rounding(row.runningBalance,
2).toFixed(2))}}
|