{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- @if (!empty($user_branch['letter_head'])) --}} {{-- --}} {{-- @endif --}} {{--
--}}

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

Sale Report Detail

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

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

@foreach ($data as $index => $item) @endforeach
លេខរៀង
No
កាលបរិច្ឆេទ
Purchase Date
លេខវិក័យប័ត្រ
Invoice Number
តុ
Table
លេខ SKU
SKU Number
ឈ្មោះផលិតផល
Product Name
ស្លាក
Tag
អតិថិជន
Customer
បរិមាណ
Quantity
តម្លៃលក់
Price
សរុបមុនបញ្ចុះតម្លៃ
Total Before Discount
បញ្ចុះតម្លៃ
Discount
សរុបក្រាយបញ្ចុះតម្លៃ
Total After Discount
{{ $index + 1}} {{ App\Helpers\StringHelper::dateTimeFormat($item->transaction_date) }}​ {{ $item->ref_no }} {{ $item->table_name }} {{ $item->sku }} {{ $item->product_name }} {{ $item->tag_name }} {{ $item->customer_name }} {{ App\Helpers\StringHelper::currency($item->quantity) }} {{ $item->unit_type_name }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->price) }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_price + $item->discount_amount) }} @if ($item->discount_value > 0) {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->discount_amount) }} @if ($item->discount_type == 0 && $item->discount_value > 0) (-{{ App\Helpers\StringHelper::currency($item->discount_value) }}%) @endif @endif {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_price) }}
Payment By Currency / ប្រាក់សរុបតាមរូបិយប័ណ្ណ
@foreach ($mycurrency as $row)
{{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($row['total']) }}
@endforeach
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']) }}