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

{{__('obs.sell')}}

@csrf @if ($setting->dual_currency == 1) @include('inventory.global.dual_currency_dd') @endif
@if (request()->claim_id) @endif
@if (@$inv_type)
@endif
@include('inventory.global.invoice_group_dd', ['type'=> 3])
@include('inventory.global.driver_form')

{!!getDateInput('date_from','date_from',Request()->date_from)!!} {{-- --}}
{!!getDateInput('date_to','date_to',Request()->date_to)!!} {{-- --}}
@include('inventory.global.install_product_by_category')
@if (warehouse_info()->change_store == 1)
@endif
@if (warehouse_info()->is_using_vat == 1 && warehouse_info()->vat_posting_type == 1)
@endif
@if (count($vat_tax)>0)
@endif
{{-- @if (warehouse_info()->use_expiry == 1 && !@$order_sell) @endif --}} @if (warehouse_info()->use_expiry == 1 && !@$order_sell) @endif {{-- --}} {{-- @if (count($vat_tax)>0) @endif --}} @if (count($vat_tax)>0) @endif @if (@$order_sell) @php($i = 0) @forelse ($order_sell->details as $item) @include('inventory.global.dual_unit') @if (count($vat_tax)>0) @include('inventory.global.vats_product_wise') @endif @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
# {{__('obs.products')}} {{__('obs.unit')}} {{__('obs.desc')}} Img{{__('obs.expiry')}} {{__('obs.date')}}# {{__('obs.products')}} {{__('obs.unit')}} {{__('obs.desc')}} {{__('obs.img')}}{{__('obs.expiry')}} {{__('obs.date')}}{{__('obs.qty')}} {{__('obs.avl')}} {{__('obs.qty')}}{{__('obs.price')}} {{__('obs.disc')}}(%) {{__('obs.manual')}} {{__('obs.dc')}} {{__('obs.net')}} {{__('obs.price')}}{{__('obs.price')}} {{__('obs.disc')}}(%) {{__('obs.m')}}. {{__('obs.dc')}} {{__('obs.net')}} {{__('obs.price')}}{{__('obs.vat')}}
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
{{__('obs.total')}}{{__('obs.action')}}{{__('obs.vat')}}
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
{{__('obs.total')}}{{__('obs.action')}}
{{ $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('admin.global.loader')

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