@if( !empty($user_branch['letter_head']))
|
Sell Report
{{ $start_date }} ~ {{ $end_date }}
Invoice Number / លេខវិក័យប័ត្រ: {{ $invoice_number }} @if ( $number_of_customer == null && $warehouse_name == null) Customer / អតិថិជន: ទាំងអស់ Warehouse / ឃ្លាំង: ទាំងអស់ @elseif( $number_of_customer != null && $warehouse_name == null ) Customer / អតិថិជន: {{ $customer_name }} Warehouse / ឃ្លាំង: ទាំងអស់ @elseif( $number_of_customer == null && $warehouse_name != null ) Customer / អតិថិជន: ទាំងអស់ Warehouse / ឃ្លាំង: {{ $warehouse_name }} @else Customer / អតិថិជន: {{ $customer_name }} Warehouse / ឃ្លាំង: {{ $warehouse_name }} @endif |
ស្ថានភាពលក់ Sale Status |
ស្ថានភាពបង់ប្រាក់ Payment Status |
កាលបរិច្ឆេទ Sale Date |
លេខវិក័យប័ត្រ Invoice no. |
តុ Table |
សរុបមុនបញ្ចុះតម្លៃ Total Before Discount |
បញ្ចុះតម្លៃ Discount |
សរុបក្រាយបញ្ចុះតម្លៃ Total After Discount |
---|---|---|---|---|---|---|---|
{{ App\Helpers\StringHelper::getSaleStatus($item->status)['name_kh'] }} | @if (floatval($item->total_paid) >= floatval($item->total_payment)) បានបង់រួច @else មិនទាន់បង់ @endif | {{ $item->transaction_date }} | {{ $item->ref_no }} | {{ $item->table_name }} | {{ $item->currency_symbol }} {{App\Helpers\StringHelper::currency($item->discount_amount + $item->total_payment) }} | @if($item->discount_amount > 0) {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->discount_amount) }} {{ $item->discount_type == 0 ? '(-'.App\Helpers\StringHelper::currency($item->discount_value).'%)' : '' }} @else {{ '' }} @endif | {{ $item->currency_symbol }} {{App\Helpers\StringHelper::currency($item->total_payment) }} |
Total In {{ $currency->code }} | {{ $currency->symbol }} {{ App\Helpers\StringHelper::currency( ($total_by_transaction['total_price_default']+$total_by_transaction['total_discount_amount_default']) / $default_sell_out_price * $currency->sell_out_price ) }} | {{ $currency->symbol }} {{ App\Helpers\StringHelper::currency( ($total_by_transaction['total_discount_amount_default']) / $default_sell_out_price * $currency->sell_out_price ) }} | {{ $currency->symbol }} {{ App\Helpers\StringHelper::currency( ($total_by_transaction['total_price_default']) /$default_sell_out_price * $currency->sell_out_price ) }} |