@extends('Reports.template') @section('title') {{__('Material Issue Note')}} @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}}
|
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{__('Material Issue Note')}} | ||||||||||||||||||||||
|
|
|||||||||||||||||||||
| {{__('Sr No.')}} | {{__('Product Name')}} | {{__('Unit')}} | {{__('Categeory')}} | {{__('Manufacture')}} | {{__('Batch')}} | {{__('Quantity')}} | {{__('MRP')}} | {{__('MRP Value')}} | {{__('PTR')}} | {{__('PTR Value')}} | ||||||||||||
| ".++$i." | "; echo "".$materialIssueDataValue->product_name." | "; echo "".$materialIssueDataValue->product_name." | "; echo "".$materialIssueDataValue->category_name." | "; echo "".$materialIssueDataValue->manufacturer_name." | "; echo "".$materialIssueDataValue->batch_no." | "; echo "".$materialIssueDataValue->quantity." | "; echo "".$materialIssueDataValue->mrp." | "; echo "".$materialIssueDataValue->mrp * $materialIssueDataValue->quantity." | "; echo "".$materialIssueDataValue->price_per_unit_suom." | "; echo "".$materialIssueDataValue->price_per_unit_suom * $materialIssueDataValue->quantity." | "; echo "||||||||||||
| {{__('Total MRP value')}}: | {{__('Total PTR value')}}: | |||||||||||||||||||||
| {{__('Print By')}} : {{ strtoupper($userId)}} | {{__('As On')}} : {{$currentTime->format('d/m/Y H:i:s ')}} | |||||||||||||||||||||