Stock Allocation Report Start Date: {{$_GET['dateFrom']}}End Date: {{$_GET['dateTo']}}Generated On: {{Date('d-M-Y')}}
| Distributor Name: | {{ $distributor ? $distributor->distributor_name:'N/A'}} | Allocated QTY | {{number_format($allocations ? collect($allocations)->sum('booked_qty'):0)}} |
| Distributor Code: | {{$distributor? $distributor->distributor_code:'N/A'}} | Extra issuance | {{number_format($allocations ? collect($allocations)->sum('extra_issue'):0)}} |
| TSM: | {{ $distributor ? $distributor->tsm:'N/A'}} | Total issuance | {{number_format($allocations ? collect($allocations)->sum('ttl_allocated_qty'):0)}} |
| LOADs: | {{ collect($data)->count() }} | Gross Value | Rs. {{number_format($allocations ? collect($allocations)->sum('gross_value'):0,2)}} |
| SKU | Product | T.P | Booked QTY |
ALLOC QTY |
Extra QTY |
TTL.ALLOC QTY |
Gross Value |
|---|---|---|---|---|---|---|---|
| Load ID:{{$assignment->load_id ? $assignment->load_id:'NA'}}, Booker Name:{{$assignment->details->booker_name}}, Salesman Name:{{$assignment->details->saleman_name}} | |||||||
| {{$item->item_sku}} | {{$item->item_name}} | {{number_format($item->item_trade_price)}} | {{number_format($item->booked_qty)}} | {{number_format($item->allocated_qty)}} | {{number_format($item->extra_issue)}} | {{number_format($item->ttl_allocated_qty)}} | {{number_format($item->gross_value,2)}} |
| TOTAL | {{number_format($t_booked)}} | {{number_format($t_allocated)}} | {{number_format($t_extra)}} | {{number_format($t_ttl_allocated)}} | {{number_format($t_gross_value,2)}} | ||
| GRAND TOTAL | {{number_format($g_booked)}} | {{number_format($g_allocated)}} | {{number_format($g_extra)}} | {{number_format($g_ttl_allocated)}} | {{number_format($g_gross_value,2)}} | ||
| No data found. | |||||||