Product Ledger @if (dataSource().length) { }

Start Date Finish Date
Product @for (product of products(); track product.id) { {{ product.name }} }
@if (infoResource.isLoading()) { } @else if (infoResource.error()) { } @else { Date {{ row.date }} Particulars {{ row.name }} Closing Balance Type {{ row.type }} Closing Balance Narration {{ row.narration }} Dr. Quantity {{ row.debitQuantity | number: '1.2-2' }} {{ row.debitUnit }} {{ totals().debitQuantity | number: '1.2-2' }} Dr. Amount {{ row.debitAmount | currency: 'INR' }} {{ totals().debitAmount | currency: 'INR' }} Cr. Quantity {{ row.creditQuantity | number: '1.2-2' }} {{ row.creditUnit }} {{ totals().creditQuantity | number: '1.2-2' }} Cr. Amount {{ row.creditAmount | currency: 'INR' }} {{ totals().creditAmount | currency: 'INR' }} Quantity {{ row.runningQuantity | number: '1.2-2' }} {{ totals().runningQuantity | number: '1.2-2' }} Amount {{ row.runningAmount | currency: 'INR' }} {{ totals().runningAmount | currency: 'INR' }} }