|
|
|
| Yulia Mega Hasta |
Stock Matang Report |
|
|
|
|
|
|
| Item |
: |
{{ $plans->first()->item->item_name ?? '-' }} |
| Unit |
: |
{{ $plans->first()->unit_name ?? ($plans->first()->unit ?? '-') }} |
| Quantity (Total) |
: |
{{ formatQuantity($totalQuantity) }} |
| Production Plan |
Date |
Quantity |
@foreach($plans as $plan)
@php
$planQty = $plan->pengeluaranBahan->sum(function($pengeluaran) {
return $pengeluaran->details->sum('qty');
});
@endphp
| {{ $plan->plan_id ?? '-' }} |
{{ formatDateFixed($plan->production_end_date) }} |
{{ formatQuantity($planQty) }} |
@endforeach
|
Diketahui, |
|
Sidoarjo, {{ formatDateFixed($plans->first()->production_end_date) }}
|
Dicetak oleh : {{ $username }}