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

របាយការណ៍លក់តាមថ្ងៃ

Sale Report By Date

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

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

@foreach ($data as $item) @endforeach
ថ្ងៃធ្វើប្រតិបត្តិការ
Transaction Date
សរុបមុនបញ្ចុះតម្លៃ
Total Before Discount
បញ្ចុះតម្លៃ
Discount
សរុបក្រាយបញ្ចុះតម្លៃ
Total After Discount
ជំពាក់សរុប
Total Dept
{{ App\Helpers\StringHelper::dateTimeFormat($item->transaction_date) }}​ {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment + $item->total_discount) }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_discount) }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment) }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment - $item->total_paid) }}
Total Before Discount / សរុបមុនបញ្ចុះតម្លៃ : {{ $default }} {{ App\Helpers\StringHelper::currency( $total_sale['total_price_default'] + $total_sale['total_discount_amount_default'], ) }}
Total Discount / បញ្ចុះតម្លៃសរុប : {{ $default }} {{ App\Helpers\StringHelper::currency($total_sale['total_discount_amount_default']) }}
Total After Discount / សរុបក្រាយបញ្ចុះតម្លៃ : {{ $default }} {{ App\Helpers\StringHelper::currency($total_sale['total_price_default']) }}