Production Report

{{$report->subtitle}}

@foreach($report->data as $item) @if(isset($item->type) && !empty($item->type)) @endif @if(isset($item->bond_product_name) && !empty($item->bond_product_name)) @endif @if(isset($item->header)) @if($item->header == 'Total') @elseif($item->header == 'Grand Total') @elseif($item->header == 'Net Total') @endif @if($item->totalTime >0) @else @endif @endif @if(isset($item->material)) @if(isset($item->production) && !empty($item->production)) @if($item->production->mould!=0) @else @endif @if($item->qc->net_qty>0) @else @endif @if($item->qc->net_qty>0) @else @endif @endif @endif @if(isset($item->packingDetail)) @endif @endforeach
Type Bond Material Weight Mould Time P/H Mould Remaining Pcs E.O.D O.B.D Total Pcs R.O.S R.U.S R.S R(%) QC P.P.W Packing
{{$item->type}}
{{$item->bond_product_name}}
Total Grand TotalNet Total {{BladeUtil::cWeight($item->totalWeight)}} {{$item->totalMould}} {{BladeUtil::sToDay($item->totalTime/1000)}}{{BladeUtil::f1(($item->totalMould/($item->totalTime/(60*60*1000))))}}0{{$item->totalRemainingPcs}} {{$item->totalEOD}} {{$item->totalOBD}} {{$item->totalPCS}} {{$item->totalROS}} {{$item->totalRUS}} {{$item->totalRS}} {{BladeUtil::f1($item->avgR)}} {{$item->totalQC}} {{BladeUtil::f1($item->ppw)}}gm {{$item->totalPacking}}
{{$item->material->material_id}} {{BladeUtil::cWeight($item->material->weight)}}{{$item->production->mould}} {{BladeUtil::sToDay($item->production->duration/1000)}}{{BladeUtil::f1(($item->production->mould/($item->production->duration/(60*1000*60))))}}0{{$item->production->remaining_piece}} {{$item->production->electricity_out_duration }} min {{$item->production->other_prod_blocker_duration}} min {{$item->production->net_qty}} {{$item->qc->rejection_over_size_qty}} {{$item->qc->rejection_under_size_qty}} {{$item->qc->rejection_shape_qty}}{{BladeUtil::f1((($item->qc->rejection_shape_qty+$item->qc->rejection_under_size_qty+$item->qc->rejection_over_size_qty)/$item->qc->net_qty)*100)}}0{{$item->qc->qty}}{{BladeUtil::f1($item->material->weight/$item->qc->qty)}}gm0 gm{{$item->packing}}
Packing Details
@php $i = 1; $j=1; @endphp @foreach($item->packingDetail as $pk) @if($i==0 || ($i%10)==0) @php $j = 0; @endphp @endif @if($j==10) @endif @php $j=$j+1; $i=$i+1; @endphp @endforeach
PKID -{{$pk->packing_id}} Qty - {{$pk->qty}}