product report
Category / ប្រភេទ: | @if (!empty($filter['category'])) {{ $filter['category']['name'] }} @else ទាំងអស់ @endif |
---|---|
Brand / ម៉ាក: | @if (!empty($filter['brand'])) {{ $filter['brand']['name'] }} @else ទាំងអស់ @endif |
Supplier / អ្នកផ្គត់ផ្គង់: | @if (!empty($filter['brand'])) {{ $filter['supplier']['name'] }} @else ទាំងអស់ @endif |
ល.រ No. |
ឈ្មោះ Name |
លេខ SKU |
ឯកតា Unit |
ម៉ាក Brand |
ប្រភេទ Category |
អ្នកផ្គត់ផ្គង់ Supplier |
តម្លៃទិញ Cost |
តម្លៃលក់ Price |
ស្តុកបច្ចុប្បន្ន Current Stock |
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->name }} | {{ $item->sku }} | {{ $item->unit }} | {{ $item->brand }} | {{ $item->category }} |
@foreach ($item->productSuppliers as $supplier)
{{ $loop->iteration }}. {{ $supplier['supplier_name'] }}
@if (count($item->productSuppliers) > $loop->iteration)
@endif @endforeach |
{{ $item->cost_currency_symbol }} {{ App\Helpers\StringHelper::currency($item->cost) }} | {{ $item->price_currency_symbol }} {{ App\Helpers\StringHelper::currency($item->price) }} |
@foreach ($item->productVariationsStock as $stock)
{{ '-' }}
{{ $stock['warehouse_name'] }}:
{{ App\Helpers\StringHelper::currency($stock['quantity_available']) }}
{{ $item['unit'] }}
@if (count($item->productVariationsStock) > $loop->iteration)
@endif @endforeach |