@extends('Reports.template') @section('title') {{ 'Material Transfer 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 Transfer Request MTR No.: {{$mrHeader->trf_req_id}} | ||||||||||||||||||
|
|
|||||||||||||||||
| Sr Item Name | Category | SUOM | Qty Requested | Qty Approved | Qty Issued | Qty Received | ||||||||||||
| {{ $i }} {{ $mrTransaction->product_name }} | {{$mrTransaction->category_abbrev}} | {{$mrTransaction->unit_abbrev}} | {{$mrTransaction->requested_quantity}} | {{$mrTransaction->approved_quantity}} | {{$mrTransaction->issued_quantity}} | {{$mrTransaction->received_quantity}} | ||||||||||||
| Print By : {{ strtoupper($userId) . ' # ' . $currentTime->format('d/m/Y H:i:s ') }} | Created By : {{strtoupper($mrHeader->created_by.' # '.\Helper::getDisplayDateTime($mrHeader->created_date))}} | |||||||||||||||||