{!! __('add_stock.bilag_nummer') !!} {{ $result->id }}


{!! __('add_stock.bilag_nummer') !!} {{ $result->id }}

Jær Grossisten AS

{!! __('add_stock.org_no') !!} : 920 273 424

Sandnesveien 38

4350 Ålgård


{!! __('add_stock.bilag') !!}

{!! __('add_stock.nummer') !!}: {{ $result->id }}

{!! __('add_stock.date_pdf') !!} : {{ dateFormat($result->adjustment_dt, SHOW_DATE) }}

{!! __('add_stock.details') !!}

@php $total = 0; @endphp @if (!empty($stockItems)) @php $total = count($stockItems); $total_price = 0; @endphp @foreach ($stockItems as $row) @php $price = $row->purchase_price; $weight = $row->weight; $id = $row->adjustment_id; if ($id > 23) { $price = $row->stock_purchase_price; $weight = $row->stock_weight; } @endphp @if ($weight > 0) @php $price = $price / $weight; @endphp @endif @php $total_price += $price * $row->quantity; @endphp @endforeach @else

{{ __('common.no_record_found') }}

@endif
{!! __('add_stock.item') !!} {!! __('add_stock.unit') !!} {!! __('add_stock.stock_quantity') !!} {!! __('add_stock.price') !!} {!! __('add_stock.total') !!}
{{ $row->item_name }} {{ $row->unit_name }} {{ $row->quantity }} {{ numberFormat($price, 1) }} {{ numberFormat($price * $row->quantity, 1) }}
{{ __('add_stock.sum') }} {{ numberFormat($total_price, 1) }}