@if( !empty($user_branch['letter_head']))
|
របាយការណ៍ទិញតាមផលិតផល Purchase Report By Product |
|||
{{ App\Helpers\StringHelper::dateTimeFormat($start_date) }} ~ {{ App\Helpers\StringHelper::dateTimeFormat($end_date) }} |
Supplier Name / អ្នកផ្គត់ផ្គង់: {{$supplier_name}} | |
Warehouse / ឃ្លាំង: {{ $warehouse_name }} | |
Product / ផលិតផល: {{ $product_name }} |
SKU លេខ SKU |
ឈ្មោះផលិតផល Product Name |
បរិមាណ Quantity |
ថ្លៃដើមសរុប Total Cost |
---|---|---|---|
{{$item->sku}} | {{$item->product_name}} | {{ $item->quantity }} {{ $item->unit_type_name }} | {{ $item->currency_symbol }} {{App\Helpers\StringHelper::currency( $item->total_cost )}} |
@endfor | Payment By Currency / ប្រាក់សរុបតាមរូបិយប័ណ្ណ | ||
@endfor |
@foreach($mycurrency as $item)
{{ $item['pdf_symbol'] }} {{ App\Helpers\StringHelper::currency( $item['total']) }}@endforeach |
||
@endfor | Total Payment / ប្រាក់សរុប: {{ $default }} {{ App\Helpers\StringHelper::currency( $total_default_currency) }} |