|
|
| Yulia Mega Hasta |
Stock Report
|
|
|
|
|
|
|
| Item |
: |
{{ $stockReports[0]->item->item_name ?? '-' }} |
| Unit |
: |
{{ $stockReports[0]->unit_name ?? '-' }} |
| Quantity |
: |
{{ formatNumber($totalQuantity) }} |
| Process |
Document |
Quantity |
Type |
@foreach($stockReports as $report)
| {{ $report->transaction_type ?? '-' }} |
{{ $report->document_number ?? '-' }} |
{{ formatNumber($report->quantity) }} |
{{ $report->type }} |
@endforeach
|
Total Quantity |
{{ formatNumber($totalQuantity) }} |
|
|
Diketahui, |
|
Sidoarjo, {{ \Carbon\Carbon::parse($stockReports[0]->document_date)->format('d-m-Y') }} |
Dicetak oleh : {{ $username }}