|
@elseif ($invoice_type == 'a5')
|
@endif
អតិថិជន / Customer: | {{ $sale['customer_name'] }} |
អាស័យដ្ឋាន / Address: | {{ $sale['customer_address'] }} |
លេខទូរស័ព្ទ / Phone: | {{ $sale['customer_phone'] }} |
វិក្កយបត្រ / Invoice No: | {{ $sale['ref_no'] }} |
កាលបរិច្ឆេទ / Date: | {{ $sale['transaction_date'] }} |
បេឡា / Cashier: | {{ $user }} |
អតិថិជន / Customer: | {{ $sale['customer_name'] }} |
អាស័យដ្ឋាន / Address: | {{ $sale['customer_address'] }} |
លេខទូរស័ព្ទ / Phone: | {{ $sale['customer_phone'] }} |
វិក្កយបត្រ / Invoice No: | {{ $sale['ref_no'] }} |
កាលបរិច្ឆេទ / Date: | {{ $sale['transaction_date'] }} |
បេឡា / Cashier: | {{ $user }} |
ល.រ | លេខកូដ | រាយមុខទំនិញ | ចំនួន | តម្លៃរាយ | បញ្ចុះតម្លៃ | តម្លៃសរុប |
{{ $index + 1 }} | {{ $row['code'] }} |
{{ $row['product_variation_name'] }}
@if ($row['alt_name'] != null)
- {{ $row['alt_name'] }}
@endif
{{ $row['price'] == 0 ? '(ថែម)' : '' }}
@if ($row['remark'] != null) {{ $row['remark'] }} @endif |
{{ App\Helpers\StringHelper::currency($row['qty']) }} {{ $row['unit_type_name'] }} | {{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($row['price']) }} | @if ($sale['discount_value'] != 0) @if ($sale['discount_type'] == 0) {{ App\Helpers\StringHelper::currency($sale['discount_value']) }} % @else {{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($sale['discount_value']) }} @endif @else @endif | @foreach ($currencies as $index => $item) @if ($item['symbol'] == $row['currency_symbol']){{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($row['total_price']) }} | @endif @endforeach
{{ $sale['remark'] }} {!! $invoice_template['term_and_condition'] !!} | សរុប: | @foreach ($currencies as $index => $item) @if ($item['symbol'] == $row['currency_symbol']) {{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency(($sale['total_payment'] + $sale['discount_amount']) * $item['buy_in_price']) }} @endif @endforeach | ||||
បញ្ចុះតម្លៃ: | @foreach ($currencies as $index => $item) @if ($item['symbol'] == $row['currency_symbol']) {{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($sale['discount_amount']) }} @endif @endforeach | |||||
សរុបចុងក្រោយ: | @foreach ($currencies as $index => $item) @if ($item['symbol'] == $row['currency_symbol']){{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($sale['total_payment']) }} | @endif @endforeach
អ្នកទិញ | អ្នកដឹក | អ្នកលក់ {{ $sale['seller']}} |