{{--Letterhead Table--}} {{--
@if( !empty($user_branch['letter_head']))
|
របាយការណ៍ផលិតផល 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['suppliers'])) {{ $filter['suppliers']['name'] }} @else ទាំងអស់ @endif |
ល.រ No. |
រូបភាព Image |
ឈ្មោះ Name |
SKU | ឯកតា Unit |
ម៉ាក Brand |
ប្រភេទ Category |
អ្នកផ្គត់ផ្គង់ Supplier |
តម្លៃទិញ Cost |
តម្លៃលក់ Price |
ស្តុកបច្ចុប្បន្ន Current Stock |
@foreach ($data as $item)
|||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{-- image display --}}{{ $item->name }} | {{ $item->sku }} | {{ $item->unit }} | {{ $item->brand_name }} | {{ $item->category_name }} | {{ $item->supplier_name }} | {{ $item['price_currency_symbol'] }} {{App\Helpers\StringHelper::currency($item['cost']) }} | {{ $item['price_currency_symbol'] }} {{App\Helpers\StringHelper::currency($item['exc_tax_price']) }} | {{--
@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 | --}}
--}} {{-- @endfor--}} {{-- | Payment By Currency / ប្រាក់សរុបតាមរូបិយប័ណ្ណ | --}} {{--||
--}} {{-- @endfor--}} {{-- | --}}
{{-- @foreach($mycurrency as $item)--}}
{{-- {{ $item['pdf_symbol'] }} {{ App\Helpers\StringHelper::currency( $item['total']) }}--}} {{-- @endforeach--}} {{-- | --}}
{{-- ||
--}} {{-- @endfor--}} {{-- | Grand Total / សរុបមុនបញ្ចុះតម្លៃ : --}} {{-- {{ $default }}--}} {{-- {{--}} {{-- App\Helpers\StringHelper::currency(--}} {{-- $total_by_transaction['total_price_default']--}} {{-- +--}} {{-- $total_by_transaction['total_discount_amount_default']--}} {{-- )--}} {{-- }}--}} {{-- | --}} {{--||
--}} {{-- @endfor--}} {{-- | Total Discount / សរុបបញ្ចុះតម្លៃ : --}} {{-- {{ $default }} {{App\Helpers\StringHelper::currency($total_by_transaction['total_discount_amount_default']) }}--}} {{-- | --}} {{--||
--}} {{-- @endfor--}} {{-- | Grand Total After Discount / សរុបក្រោយបញ្ចុះតម្លៃ : --}} {{-- {{ $default }} {{App\Helpers\StringHelper::currency($total_by_transaction['total_price_default']) }}--}} {{-- | --}} {{--