|
|
| Yulia Mega Hasta |
Warehouse Stock Report
|
|
|
|
|
|
|
| Item |
: |
{{ $stockReports[0]->item->item_name ?? '-' }} |
| Unit |
: |
{{ $stockReports[0]->unit_name ?? '-' }} |
| Quantity |
: |
{{ $totalQuantity,$stockReports[0]->type }} |
| Warehouse |
Date |
Quantity |
Type |
@foreach($groupedReports as $warehouse => $data)
| {{ $warehouse }} |
{{ $data['date']->format('d-m-Y') }} |
{{ formatQuantityWithType($data['quantity'], $data['type']) }} |
{{ $data['type'] }} |
@endforeach
|
Total Quantity |
{{$totalQuantity, $stockReports[0]->type }} |
|
|
Diketahui, |
|
Sidoarjo, {{ \Carbon\Carbon::parse($stockReports[0]->document_date)->format('d-m-Y') }} |
Dicetak oleh : {{ $username }}