{{$globalSettings->company_name}}
{{ $stock_location->stock_location_name }} : Inventory ReportFrom: {{date('F j,Y', strtotime($start_date))}}, To: {{date('F j,Y', strtotime($end_date))}}
| Srl | Category | Opening Inventory | Transaction Inventory | Closing Inventory | |||||
| Stock | Amount | Stock In | Amount | Stock Out | Amount | Stock | Amount | ||
| {{$i+1}} | {{$inventory[$i]['cata_name']}} | {{$inventory[$i]['opening_qty']}} | {{$inventory[$i]['opening_amount']}} | {{$inventory[$i]['transaction_qty_in']}} | {{$inventory[$i]['transaction_amount_in']}} | {{$inventory[$i]['transaction_qty_out']}} | {{$inventory[$i]['transaction_amount_out']}} | {{$inventory[$i]['closing_qty']}} | {{$inventory[$i]['closing_amount']}} |
| TOTAL | {{$op_inventory_total_qty}} | {{number_format($op_inventory_total_amount,2)}} | {{$stock_in_today}} | {{number_format($stock_in_total,2)}} | {{$stock_out_today}} | {{number_format($stock_out_total,2)}} | {{$closing_inventory_total_qty}} | {{number_format($closing_inventory_total_amount,2)}} | |