@extends('Reports.template') @section('title') @if($reportType == "productWise") @php $stockTitle = __('Stock / Cycle Count Report - Product Wise'); @endphp @else @php $stockTitle = __('Stock / Cycle Count Report - Category Wise'); @endphp @endif {{$stockTitle}} @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}}
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$stockTitle}} ({{ __('Transaction') }} : {{$trnNo}}) | {{ __('Store') }} : {{$storeName}} | {{ __('As on') }}: {{$currentTime->format('d/m/Y H:i:s ')}} | ||||||||||||||
| {{ __('Sr') }} | {{ __('Item') }} | {{ __('Product ID') }} | {{ __('Sr No.') }} | {{ __('Batch') }} | {{ __('Pkg') }} | {{ __('System Stock') }} | {{ __('Physical Stock') }} | {{ __('Stock Difference') }} | {{ __('Exp') }} | {{ __('UOM') }} | {{ __('Bin Location') }} | {{ __('Cat') }} | {{ __('Mfg') }} | {{ __('Mrp') }} | {{ __('Unit Price') }} ({{ __('With GST') }}) |
{{ __('Unit Price') }} ({{ __('Without GST') }}) |
| {{$srValue}} | {{$productNameValue}} | {{$productIDValue}} | {{$srNoValue}} | {{strtoupper($stock->batch_no)}} | {{"1 x ".$stock->conversion_factor}} | {{\Helper::zeroValueToNbspSpace($stock->current_stock_qty)}} | {{\Helper::getMonthYearFromDate($stock->batch_exp)}} | {{$stock->unit_abbrev}} | {{\Helper::zeroValueToNbspSpace($stock->product_bin_location)}} | {{$catValue}} | {{$mfgValue}} | {{\Helper::customAmountFormat($stock->mrp_per_unit)}} | {{\Helper::customAmountFormat($stock->price_per_unit)}} | {{\Helper::customAmountFormat($stock->price_per_unit_wo_gst)}} | ||
| {{ __('Total') }} | {{\Helper::zeroValueToNbspSpace($totalStockQty)}} | {{\Helper::customAmountFormat($totalMrp)}} | {{\Helper::customAmountFormat($totalUnitPrice)}} | {{\Helper::customAmountFormat($totalUnitPriceWoGst)}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} | |||||||||||