Batch Aktif
Perlu Dibayar
Rangkuman Keuangan
Nilai Aset (Titipan)
Total Omzet
| Batch ID / Tgl | Supplier | Item | Progress Terjual | Estimasi Omzet | Status | Aksi |
|---|---|---|---|---|---|---|
| #{{ $batch->batchCode }} {{ $batch->receivedAt?->format('d M Y') }} |
{{ strtoupper(substr($batch->supplier->businessName ?? 'S', 0, 1)) }}
{{ $batch->supplier->businessName ?? '-' }}
|
{{ $batch->items->count() }} SKU Total {{ $batch->totalInitialQty }} Pcs |
@php
$percent = $batch->soldPercent;
$colorClass = $percent >= 70 ? 'emerald' : ($percent >= 30 ? 'amber' : 'rose');
@endphp
{{ $percent }}% Terjual
{{ $batch->totalSoldQty }}/{{ $batch->totalInitialQty }}
|
Rp {{ number_format($batch->totalValue, 0, ',', '.') }} | @if($batch->status === 'REQUESTED') DIPESAN @elseif($batch->status === 'ACTIVE') Aktif @elseif($batch->status === 'PENDING_SETTLEMENT') Siap Bayar @elseif($batch->status === 'SETTLED') Lunas @else {{ $batch->status }} @endif | @if($batch->status === 'REQUESTED') @else @endif |
|
Belum ada batch konsinyasi. |
||||||
Input data barang titipan baru dari supplier
{{ $selectedBatch->totalSoldQty }} dari {{ $selectedBatch->totalInitialQty }} pcs terjual
| Produk | @if($selectedBatch->status === 'REQUESTED')Dikirim | Diterima | Catatan Item | @elseHarga | Qty Awal | Selisih | Terjual | Retur | Sisa | @endif
|---|---|---|---|---|---|---|---|---|---|
|
{{ $receiveItem['productName'] }}
|
{{ $receiveItem['requestedQty'] }} | ||||||||
|
{{ $item->product->name ?? '-' }}
|
Rp {{ number_format($item->sellPrice, 0, ',', '.') }} | {{ $item->initialQty }} | @if($item->damagedQty > 0) {{ $item->damagedQty }} @else - @endif | {{ $item->soldQty }} | @if($item->returnedQty > 0) {{ $item->returnedQty }} @else - @endif | {{ $item->remainingQty }} |
{{ $selectedBatch->supplier->supplierType ?? 'Supplier' }}
{{ $selectedBatch->note }}
Stok belum ditambahkan. Konfirmasi penerimaan setelah barang diterima dari supplier.
Batch #{{ $selectedBatch->batchCode }} - {{ $selectedBatch->supplier->businessName ?? '-' }}
Barang yang diretur akan dikembalikan ke supplier dan stok akan dikurangi.
Sisa: {{ $item['remainingQty'] }} pcs
Semua barang sudah terjual!