@extends('Reports.template') @section('title') @php if ($priceType == "WO") { $reportTitle = "Non / Slow Moving Product Report ( Rate : Without GST )"; } else if ($priceType == "W") { $reportTitle = "Non / Slow Moving Product Report ( Rate : With GST )"; }else{ $reportTitle = "Non / Slow Moving Product Report ( Rate : MRP )"; } @endphp {{$reportTitle}} @endsection @section('ExternalCss') @parent @endsection @section('Content') @php $currentTime = \Carbon\Carbon::now(); @endphp @php $sr = 1; $totalStockAmt = 0; @endphp @foreach ($deadStockData as $deadProduct) @php $totalStockAmt += $deadProduct->amount; @endphp @endforeach
@if($businessEntityMasterData[0]->logo != null) Pharmacy Logologo )}}" /> @endif
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
{{$reportTitle}} Store : {{$storeName}} As on : {{$currentTime}}
Not Sold For Last {{$days}} Days
#  Req By. Product ID  Product Name PUOM SUOM Unit Price Stock Qty Stock Amt Last Pur. Date Last Pur. Vou. No Not Pur. For (days) Last Sale Date Last Sale Bill No Not Sold For (days)
{{$sr++}}  {{$deadProduct->product_requested_by}} {{$deadProduct->product_id}}  {{$deadProduct->product_name}} {{$deadProduct->puom}} {{$deadProduct->suom}} {{\Helper::customAmountFormat($deadProduct->rate)}} {{$deadProduct->current_stock}} {{\Helper::customAmountFormat($deadProduct->amount)}} {{\Helper::getDisplayDate($deadProduct->last_purchase_date)}} {{$deadProduct->last_purchase_voucher_no}} {{$deadProduct->last_purchase_duration}} {{\Helper::getDisplayDate($deadProduct->last_sale_date)}} {{$deadProduct->last_sale_voucher_no}} {{$deadProduct->last_sale_duration}}
Total : {{\Helper::customAmountFormat($totalStockAmt)}}
{{"Purchase Details are shown from all stores."}} {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}}
Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection