{{ $settings->company_name }}
@if($settings->company_address) {!! nl2br($settings->company_address)!!} |
|
Current Stock Report
Date: {{$date}}
| SL# | Name | Type | Serial No | Description | Stockin Qty | Sold Qty | Available Qty | Unit price({{$settings->currency_symbol}}) |
|---|---|---|---|---|---|---|---|---|
| {{ $sl }} | {{ $record->item_name }} | {{ $record->type }} | {{ $record->serial_no }} | {{ $record->description }} | {{ $record->stockin_qty ?: 0 }} | {{ $record->sold_qty ?: 0 }} | {{ $record->qty }} | {{ number_format($record->price,2) }} |
| Total Stockin Qty: | {{ $total_qty_stockin }} |
|---|---|
| Total Sold Qty: | {{ $total_qty_sold }} |
| Total Available Qty: | {{ $total_qty }} |
| Total Stock Value({{$settings->currency_symbol}}): | {{ number_format($total_stock_value,2) }} |