@extends('Reports.template') @section('title') {{ __('Material Request') }} @endsection @section('ExternalCss') @parent @endsection @section('Content')
|
@if (isset($businessEntityMasterData[0]->logo))
|
@if (isset($businessEntityMasterData[0]->name))
{{ $businessEntityMasterData[0]->name }}
@endif
@if (isset($businessEntityMasterData[0]->add1) &&
isset($businessEntityMasterData[0]->add2) &&
isset($businessEntityMasterData[0]->city) &&
isset($businessEntityMasterData[0]->pincode))
{{ $businessEntityMasterData[0]->add1 . ' ' . $businessEntityMasterData[0]->add2 . ' ' . $businessEntityMasterData[0]->city . ' : ' . $businessEntityMasterData[0]->pincode }}
@endif
@if (isset($businessEntityMasterData[0]->tel1))
{{ 'Phone : ' . $businessEntityMasterData[0]->tel1 }}
@endif
|
|||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{__('Material Request')}} {{__('MR No.')}}: {{$mrHeader->mr_id}} | ||||||||||||||||||
|
|
|||||||||||||||||
| {{__('Sr')}} {{__('Item Name')}} | {{__('Category')}} | {{__('SUOM')}} | {{__('Qty Requested')}} | {{__('Qty Approved')}} | {{__('Qty Issued')}} | {{__('Qty Received')}} | ||||||||||||
| {{ $i }} {{ $mrTransaction->product_name }} | {{$mrTransaction->category_abbrev}} | {{$mrTransaction->unit_abbrev}} | @if($mrUserType == "U"){{$mrTransaction->requested_quantity}} | {{$mrTransaction->approved_quantity}} | {{$mrTransaction->issued_quantity}} | {{$mrTransaction->received_quantity}} | @else{{$mrTransaction->requested_quantity}} | {{$mrTransaction->approved_quantity}} | {{$mrTransaction->issued_quantity}} | {{$mrTransaction->received_quantity}} | @endif||||||||
| {{__('Print By')}} : {{ strtoupper($userId) . ' # ' . $currentTime->format('d/m/Y H:i:s ') }} | {{__('Created By')}} : {{strtoupper($mrHeader->created_by.' # '.\Helper::getDisplayDateTime($mrHeader->created_date))}} | |||||||||||||||||