@extends('admin.layout.master') @section('title', 'SELL') @section('custom_style') @include('inventory.blade_styles.posting_blade_css') @endsection @section('content')

Sell

@csrf @if ($setting->dual_currency == 1) @include('inventory.global.dual_currency_dd') {{--
--}} @endif
@if (request()->claim_id) @endif
{{-- onchange="$('#dipu_party_commission').val($('option:selected', this).attr('commission'))" --}}
@include('inventory.global.driver_form')

@include('inventory.global.install_product_by_category')
@if (warehouse_info()->change_store == 1)
@endif
@if (count($vat_tax)>0)
@endif
@if (warehouse_info()->use_expiry == 1 && !@$order_sell) @endif @if (count($vat_tax)>0) @endif @if (@$order_sell) @php($i = 0) @forelse ($order_sell->details as $item) @include('inventory.global.dual_unit') @empty @endforelse @php($i++) @else @for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') @if (warehouse_info()->use_expiry == 1) @endif @if (count($vat_tax)>0) @include('inventory.global.vats_product_wise') @endif @endfor @endif
# Products Unit Desc ImgExpiry DateQuantity Avail Qty Price Disc(%) Manual Dc Net PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
{{ $i }}
@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') {{-- --}}
{{ $i }} @if ($setting->party_wise_price == 1) @else @endif @include('inventory.global.consume.pro_free_gift_modal') {{-- --}}
@include('inventory.global.loader')

@include('inventory.global.inv_foot')
@include('inventory.modal.expense')
@include('inventory.global.img_show') @endsection @section('script') @endsection