@extends('Reports.template') @section('title') Cycle Count Stock Adjustment Report - Trn Wise @endsection @section('ExternalCss') @parent @endsection @section('Content')
| 
                    @if($businessEntityMasterData[0]->logo != null)
                     
                     | 
                
                     {{ $businessEntityMasterData[0]->name }} 
                    {{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }} 
                    {{"Phone : ".$businessEntityMasterData[0]->tel1}} 
                 | 
            ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Cycle Count Stock Adjustment Report (Transaction : {{$trnNo}}) | Store : {{$storeName}} | As on: {{$currentTime->format('d/m/Y H:i:s ')}} | |||||||||||||||||
| Sr | Item | Product ID | Sr No. | Batch | Pkg | System Stock | System Amount  (Without GST)  | 
                Physical Stock | Physical Amount  (Without GST)  | 
                Stock Difference | Stock Difference Amount  (Without GST)  | 
                Exp | UOM | Bin Location | Cat | Mfg | Mrp |   Unit Price  (With GST)  | 
                  Unit Price  (Without GST)  | 
            
| {{$srValue}} | {{$productNameValue}} | {{$productIDValue}} | {{$srNoValue}} | {{strtoupper($stock->batch_no)}} | {{" 1x".$stock->conversion_factor}} | {{$stock->system_stock}} | {{\Helper::customAmountFormat2($systemStockAmount)}} | {{$stock->physical_stock}} | {{\Helper::customAmountFormat2($physicalStockAmount)}} | {{$stock->diff_stock}} | {{\Helper::customAmountFormat2($StockDiffStockAmount)}} | {{\Helper::getMonthYearFromDate($stock->batch_exp)}} | {{$stock->unit_abbrev}} | {{$stock->product_bin_location}} | {{$catValue}} | {{$mfgValue}} | {{\Helper::customAmountFormat2($stock->mrp_per_unit)}} | {{\Helper::customAmountFormat2($stock->unit_price)}} | {{\Helper::customAmountFormat2($stock->unit_price_wo_gst)}} | 
| {{"Total "}} | {{$totalSystemStock}} | {{\Helper::customAmountFormat2($totalSystemAmount)}} | {{$totalPhysicalStock}} | {{\Helper::customAmountFormat2($totalPhysicalAmount)}} | {{$totalStockDiff}} | {{\Helper::customAmountFormat2($totalStockDiffAmount)}} | {{\Helper::customAmountFormat2($totalMrp)}} | {{\Helper::customAmountFormat2($totalUnitPrice)}} | {{\Helper::customAmountFormat2($totalUnitPriceWoGst)}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} | |||||||||