Jl. Raya Semarang-Boja, Jatisari, Kec. Mijen, Kota Semarang Jawa Tengah 50275
Telp: 0882005564342
Semua Item
Departemen: {{$branch ? $branch->name : 'Semua Cabang'}}
| Kode | Nama Produk | Kategori | Merek | Total Stok | Stok Min | Harga Beli | Harga Jual | Deskripsi | Aset (h.Beli*Qty) |
|---|---|---|---|---|---|---|---|---|---|
| B-{{str_pad($product->id, 4, '0', STR_PAD_LEFT)}} | {{$product->name}} | {{$product->category->name ?? '-'}} | {{$product->brand->name ?? '-'}} | {{number_format($product->stock_quantity)}} {{$product->unit}} | {{$product->min_stock ?? 0}} | {{number_format($product->purchase_price, 0, ',', '.')}} | {{number_format($product->selling_price, 0, ',', '.')}} | {{$product->description ?? '-'}} | {{number_format($product->asset, 0, ',', '.')}} |
| TOTAL ASET: | Rp {{number_format($totalAsset, 0, ',', '.')}} | ||||||||