Net Transactions

Start Date Finish Date
@if (infoResource.isLoading()) { } @else if (infoResource.error()) { } @else { Type {{ row.type }} Name {{ row.name }} Debit {{ row.debit | currency: 'INR' | accounting }} Credit {{ row.credit | currency: 'INR' | accounting }} }