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

Sell

@csrf
@include('inventory.global.driver_form')
@include('inventory.global.install_product_by_category')
@if (warehouse_info()->change_store == 1)
@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') @endfor @endif
# Products UnitDesc ImgExpiry DateQuantity Avail Qty PriceDisc(%) Manual DcNet PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
{{ $i }}
fixed_price == 1 ? 'readonly' : '' }} step=".000000000000000001" min="0" value="{{ round(($item->product->currentPrice ? $item->product->currentPrice->sell_price : $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 }}
@include('inventory.global.consume.pro_free_gift_modal')
@include('inventory.global.loader')

@include('inventory.global.inv_foot') {{--
--}} {{-- @include('inventory.modal.expense') --}}
@endsection @section('script') @endsection