{{--Letterhead Table--}} {{--
@if( !empty($user_branch['letter_head'])) @endif
--}} {{--End Letterhead Table--}} {{--Filter Table--}}
របាយការណ៍ផលិតផល
Product Report
{{-- Start Invoice Number --}} {{-- End Invoice Number --}} {{-- Start Warehouse Name --}} {{-- End Warehouse Name --}} {{-- Start Customer Name --}} {{-- End Customer Name --}}
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
{{--End Filter Table--}} {{--Body Table--}} @foreach ($data as $item) {{-- image display --}} {{-- --}} @endforeach
ល.រ
No.
រូបភាព
Image
ឈ្មោះ
Name
SKU ឯកតា
Unit
ម៉ាក
Brand
ប្រភេទ
Category
អ្នកផ្គត់ផ្គង់
Supplier
តម្លៃទិញ
Cost
តម្លៃលក់
Price
ស្តុកបច្ចុប្បន្ន
Current Stock
{{ $loop->iteration }} {{ $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
{{--End Body Table--}} {{--Footer Table--}} {{----}} {{-- --}} {{-- --}} {{-- @for($i=1; $i<=9; $i++)--}} {{-- --}} {{-- @endfor--}} {{-- --}} {{-- --}} {{-- --}} {{-- @for($i=1; $i<=9; $i++)--}} {{-- --}} {{-- @endfor--}} {{-- --}} {{-- --}} {{-- --}} {{-- @for($i=1; $i<=9; $i++)--}} {{-- --}} {{-- @endfor--}} {{-- --}} {{-- --}} {{-- --}} {{-- @for($i=1; $i<=9; $i++)--}} {{-- --}} {{-- @endfor--}} {{-- --}} {{-- --}} {{-- --}} {{-- @for($i=1; $i<=9; $i++)--}} {{-- --}} {{-- @endfor--}} {{-- --}} {{-- --}} {{-- --}} {{--
Payment By Currency / ប្រាក់សរុបតាមរូបិយប័ណ្ណ
--}} {{-- @foreach($mycurrency as $item)--}} {{--
{{ $item['pdf_symbol'] }} {{ App\Helpers\StringHelper::currency( $item['total']) }}
--}} {{-- @endforeach--}} {{--
Grand Total / សរុបមុនបញ្ចុះតម្លៃ : --}} {{-- {{ $default }}--}} {{-- {{--}} {{-- App\Helpers\StringHelper::currency(--}} {{-- $total_by_transaction['total_price_default']--}} {{-- +--}} {{-- $total_by_transaction['total_discount_amount_default']--}} {{-- )--}} {{-- }}--}} {{--
Total Discount / សរុបបញ្ចុះតម្លៃ : --}} {{-- {{ $default }} {{App\Helpers\StringHelper::currency($total_by_transaction['total_discount_amount_default']) }}--}} {{--
Grand Total After Discount / សរុបក្រោយបញ្ចុះតម្លៃ : --}} {{-- {{ $default }} {{App\Helpers\StringHelper::currency($total_by_transaction['total_price_default']) }}--}} {{--
--}} {{--End Footer Table--}}