Warehouse Stock Yarn Information Dashboard
Date | Opening | Received | Received Cumulative | Issue | Issue Cumulative | Stock in Hand | |
---|---|---|---|---|---|---|---|
{{ $grey_fabric->date }} | @else{{ $grey_fabric->date }} | @endif@if ($index === 0 || date('d', strtotime($grey_fabric->date)) === '01') {{ number_format($grey_fabric->opening_qty, 0) }} @endif | {{ number_format($grey_fabric->received_qty, 0) }} | {{ number_format($grey_fabric->received_qumilative_qty, 0) }} | {{ $grey_fabric->issue_qty }} | {{ number_format($grey_fabric->issue_qumilative_qty, 0) }} | {{ number_format($grey_fabric->stock_in_hand, 0) }} |