{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- @if ($user_branch['status'] == 1) --}} {{-- --}} {{-- @endif --}} {{--
--}}

របាយការណ៍លក់តាមផលិតផល

Sale Report By Product

{{ App\Helpers\StringHelper::dateTimeFormat($start_date) }}​ ~ {{ App\Helpers\StringHelper::dateTimeFormat($end_date) }}

Supplier / អ្នកផ្គត់ផ្គង់: {{ $supplier_name }}
Warehouse / ឃ្លាំង: {{ $warehouse_name }}
Product / ផលិតផល: {{ $product_name }}
Tag / ស្លាក: {{ $tag }}
Created By / អ្នកបង្កើត: {{ $created_by }}
Sale Agent / អ្នកទីផ្សារ: {{ $sale_agent }}

@foreach ($data as $item) @endforeach
លេខ SKU
SKU
ឈ្មោះផលិតផល
Product Name
ស្លាក
Tag
បរិមាណ
Quantity
សរុបមុនបញ្ចុះតម្លៃ
Total Before Discount
បញ្ចុះតម្លៃសរុប
Total Discount
សរុបក្រាយបញ្ចុះតម្លៃ
Total After Discount
{{ $item->sku }} {{ $item->product_name }} {{ $item->tag_name }} {{ App\Helpers\StringHelper::currency($item->quantity) }} {{ $item->unit_type_name }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_price + $item->total_discount) }} @if ($item->total_discount > 0) {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_discount) }} @endif {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_price) }}
Total Before Discount / សរុបមុនបញ្ចុះតម្លៃ : {{ $default }} {{ App\Helpers\StringHelper::currency( $total_by_sale_list['total_price_default'] + $total_by_sale_list['total_discount_amount_as_default'], ) }}
Total Discount / បញ្ចុះតម្លៃសរុប : {{ $default }} {{ App\Helpers\StringHelper::currency($total_by_sale_list['total_discount_amount_as_default']) }}
Total After Discount / សរុបក្រាយបញ្ចុះតម្លៃ : {{ $default }} {{ App\Helpers\StringHelper::currency($total_by_sale_list['total_price_default']) }}