@php $stock = getStockHistory($item->id); @endphp
| @lang('Sl') | @lang('In (+)') | @lang('Out (-)') | ||
|---|---|---|---|---|
| 1 | @lang('Opening') | {{ numberformat($stock['opening_stock']) }} | @lang('Purchase Return') | {{ numberformat($stock['purchase_return']) }} |
| 2 | @lang('Purchase') | {{ numberformat($stock['purchase']) }} | @lang('Stock Transfer') | {{ numberformat($stock['stock_transfer_stock_out']) }} |
| 3 | @lang('Stock Transfer') | {{ numberformat($stock['stock_transfer_stock_in']) }} | @lang('Sale') | {{ numberformat($stock['sale']) }} |
| 4 | @lang('Sale Return') | {{ numberformat($stock['sale_return']) }} | @lang('Adjustment')(+) | {{ numberformat($stock['adjustment_plus']) }} |
| 4 | @lang('Adjustment')(-) | {{ numberformat($stock['adjustment_minus']) }} | ||
| Total | {{ numberformat($stock['total_in']) }} | Total | {{ numberformat($stock['total_out']) }} | |
| Stock | {{ numberformat($stock['total_stock']) }} | |||