Scan untuk detail
{{$product->barcode}}{{$product->name}}
{{$product->category->name}} {{$product->brand->name}}
- Total Stok {{number_format($totalStock, 0, ',', '.')}} {{$product->unit}}
- Min. Stok {{number_format($product->min_stock, 0, ',', '.')}} {{$product->unit}}
- Nilai Stok Rp {{number_format($stockValue, 0, ',', '.')}}
- Status Stok @if($totalStock >= $product->min_stock) Tersedia @elseif($totalStock > 0) Stok Rendah @else Habis @endif
Deskripsi
{{$product->description}}
@endif KembaliStok Per Cabang
| Cabang | Stok | Status | Nilai Stok |
|---|---|---|---|
| {{$stock->branch->name}} |
{{number_format($stock->quantity, 0, ',', '.')}} {{$product->unit}} |
@if($stock->quantity >= $product->min_stock) Aman @elseif($stock->quantity > 0) Rendah @else Habis @endif | Rp {{number_format($value, 0, ',', '.')}} |
| Total | {{number_format($totalStock, 0, ',', '.')}} {{$product->unit}} | Rp {{number_format($stockValue, 0, ',', '.')}} |
Harga Per Cabang
| Cabang | Harga Beli | Harga Jual | Margin | Efektif |
|---|---|---|---|---|
| {{$price->branch->name}} | Rp {{number_format($price->purchase_price, 0, ',', '.')}} | Rp {{number_format($price->selling_price, 0, ',', '.')}} | Rp {{number_format($margin, 0, ',', '.')}} ({{number_format($marginPercent, 1)}}%) | {{date('d/m/Y', strtotime($price->effective_date))}} |