Entries
Create / Last Edit Date From Create / Last Edit Date Till
Posted Not Posted All Include Issue Entries
Date {{ row.date }} Type {{ row.type }} Narration {{ row.narration }} Debit
    @for (item of row.debitNames; track item) {
  • {{ item }}
  • }
Credit
    @for (item of row.creditNames; track item) {
  • {{ item }}
  • }
Amount {{ row.amount | currency: 'INR' }} User
  • {{ row.creationDate | localTime }}
  • {{ row.lastEditDate | localTime }}
  • {{ row.user.name }}