Closing Stock @if ((this.info().items ?? []).length) { }

Department @for (at of costCentres(); track at) { {{ at.name }} } Date
@if (infoResource.isLoading()) { } @else if (infoResource.error()) { } @else { Product {{ row.product.name }} Group {{ row.group }} Closing Stock {{ row.quantity | number: '0.2-2' }} Physical Stock Physical Variance {{ row.quantity - row.physical | number: '0.2-2' }} Department Department @for (at of costCentres(); track at) { {{ at.name }} } Amount {{ row.amount | currency: 'INR' }} }
@if (canDelete()) { }