@if (@$order_sell)
@php($i = 0)
@forelse ($order_sell->details as $item)
| {{ $i }} |
|
@include('inventory.global.dual_unit')
|
|
@if ($setting->party_wise_price == 1)
@else
@endif
|
|
fixed_price == 1 ? 'readonly' : '' }} step=".000000000000000001" min="0" value="{{ round($item->product->sell_price*$item->unit_qty, 2) }}" name="price[]" id="price{{ $i }}" onkeyup="calculateTotal({{ $i }})" class="form-control price" onkeypress="focusNext('price', event, {{ $i }})">
|
party->commission_type == 1 ? 'readonly' : ''}} step=".01" max="100" id="n_discount{{ $i }}" onkeyup="calculateTotal({{ $i }})" class="form-control">
|
party->commission_type == 1 ? 'readonly' : ''}} step=".01" id="n_m_dc{{ $i }}" onchange="productMDc(this.value, {{ $i }})" class="form-control">
|
|
@include('inventory.global.consume.pro_free_gift_modal')
{{-- --}}
|
@empty
@endforelse
@php($i++)
@else
@for ($i = 1; $i <= 5; $i++)
| {{ $i }} |
|
@include('inventory.global.dual_unit')
|
|
@if (warehouse_info()->use_expiry == 1)
|
@endif
@if ($setting->party_wise_price == 1)
@else
@endif
|
|
|
|
|
|
@if (count($vat_tax)>0)
@include('inventory.global.vats_product_wise')
@endif
@include('inventory.global.consume.pro_free_gift_modal')
{{-- --}}
|
@endfor
@endif