@extends('layouts.app') @section('style') @stop @section('content') @include("layouts.Cmodal")
  @if($duplicate) @lang('layout.SalesReceiptes') @else @lang('layout.SalesReceiptes') @endif
@if($duplicate) {{Form::model($sale,['route' => ['sale.store',$sale->id],'method' => 'post','class' => 'form-horizontal','id'=>'sales-form'])}} @else {{Form::model($sale,['route' => ['sale.update',$sale->id],'method' => 'PATCH','class' => 'form-horizontal','id'=>'sales-form'])}} @endif {{ csrf_field() }}
@lang('layout.SaleArea')
@lang('layout.MemberClass')
@lang('layout.Customer')
@lang('layout.Currency')
@lang('layout.Rate') @if(getCompanyTag() != 1) @endif
@lang('layout.Discount')
@{{selected_currency.symbol}} %
@if(getShwoPriceLevel()=="general") @endif @if(getShwoPriceLevel()=="general_percent") @endif @if(systemConfig()[20] == 1) @endif @if(getFactorPending()=="true") @endif @if(oilSale() == 'true') @endif @if(getNegativeSale() == 'true') @endif
@lang('layout.OtherMemberName')
@lang('layout.PriceLevel')
@lang('layout.PriceLevel')
@lang('layout.Description')
@lang('layout.Contract')
@lang('layout.Factor') @lang('layout.Pending')
@lang('layout.Oil')
@lang('layout.NegativeSale')
@if($duplicate) @else @endif @if(systemConfig()[27] == 1) @endif @if(getActiveSale()=="true") @endif
@lang('layout.InvoiceNumber')
@lang('layout.InvoiceNumber')
@lang('layout.ReferenceNumber') @{{msg}}
@lang('layout.Account')
@lang('layout.Date') @{{ errors.first('date') }}
@lang('layout.Hour')
@if(getHourType() == 24) @else @endif
{{-- --}}
@lang('menu.GasStation')
@lang('layout.OldCounter')
@lang('layout.NewCounter')
@lang('layout.Category')
@if(systemConfig()[23] == 1)

@lang('layout.OnHand'):@{{(selected_itemes)?(Number.parseFloat(selected_itemes.on_hand * selected_itemes.measure_unit / selected_itemes.measure.measure_unit).toFixed(2)):''}} @{{(selected_itemes)?selected_itemes.measure.measure_name:''}}

@{{(selected_itemes && selected_iventory_site)?(Number.parseFloat(selected_iventory_site.OnHand * selected_itemes.measure_unit / selected_itemes.measure.measure_unit).toFixed(2)):''}}

@lang('layout.Quantity')

@lang('layout.ByAdvancePricing') : @{{ AdvancePrice }}

@if(systemConfig()[30] == 1)

@lang('layout.Price') : @{{(selected_itemes==null)?null:Number.parseFloat((AdvancePrice_cost * selected_itemes.measure.measure_unit / selected_itemes.measure_unit) * selected_currency.static_rate / selected_currency.rate).toFixed(precision())}} @{{selected_currency.symbol}}

@else

@lang('layout.Price') : @{{(selected_itemes==null)?null:Number.parseFloat((AdvancePrice_cost * selected_itemes.measure.measure_unit / selected_itemes.measure_unit) * selected_currency.rate).toFixed(precision())}} @{{selected_currency.symbol}}

@endif
@if(systemConfig()[30] == 1)

@lang('layout.CostInInventory'): @{{(selected_itemes==null)?null:Number.parseFloat((selected_itemes.LasCost * selected_itemes.measure.measure_unit / selected_itemes.measure_unit) * selected_currency.static_rate / selected_currency.rate).toFixed(precision())}} @{{selected_currency.symbol}}

@else

@lang('layout.CostInInventory'): @{{(selected_itemes==null)?null:Number.parseFloat((selected_itemes.LasCost * selected_itemes.measure.measure_unit / selected_itemes.measure_unit) * selected_currency.rate).toFixed(precision())}} @{{selected_currency.symbol}}

@endif
@lang('layout.Total'): @{{(selected_itemes==null)?null:Number.parseFloat(selected_quantity * selected_price).toFixed(precision())}} @{{selected_currency.symbol}}
@endif
@lang('layout.Total') : @{{ Number.parseFloat((subtotal - (discount*(subtotal - discountFiledRow)/100) - discountFiledRow)-payeds).toFixed(precision())}} @{{selected_currency.symbol}}
@lang('layout.Discount'): (@{{ Number.parseFloat(discount).toFixed(precision()) }}%) @{{ format_number(Number.parseFloat(discount*(subtotal - discountFiledRow)/100)+Number.parseFloat(discountFiledRow)) }} @{{selected_currency.symbol}}
@lang('layout.Sub-Total'): @{{ subtotal.toFixed(precision())}} @{{selected_currency.symbol}}
@if(ShowLastSale()=="true")
@lang('layout.CustomerName') @lang('layout.Measure') @lang('layout.SalePrice')
@{{last_it.member}} @{{last_it.Measure}} @{{myRound(last_it.price)}} @{{last_it.currency}}
@lang('layout.Vendor') @lang('layout.Measure') @lang('layout.Cost')
@{{last_it.member}} @{{last_it.Measure}} @{{myRound(last_it.cost)}} @{{last_it.currency}}
@endif

@if(systemConfig()[23] == 1) @if(searchByCodeLocation()=="true") @endif @if(getSerailNumber() =="true") @endif @if(getShwoPriceLevel()=="per_item") @endif @if(getShwoPriceLevel()=="general_percent_per_item") @endif @if(getM2()!="") @if(getFactorMeasure2()=="true") @endif @endif @if(getSubMeasure()=="true") @endif @if(getM3()!="" && getSubMeasure()!="true") @if(getFactorMeasure3()=="true") @endif @endif @if(getM4()!="") @if(getFactorMeasure4()=="true") @endif @endif @if(searchByCodeLocation()=="true") @endif @if(getSerailNumber() =="true") @endif @if(systemConfig()[30] == 1) @else @endif @if(systemConfig()[30] == 1) @else @endif @if(getShwoPriceLevel()=="per_item") @endif @if(getShwoPriceLevel()=="general_percent_per_item") @endif @if(getM2()!="" && getSubMeasure()!="true") @if(getFactorMeasure2()=="true") @endif @endif @if(getM3()!="") @if(getFactorMeasure3()=="true") @endif @endif @if(getSubMeasure() =="true") @endif @if(getM4()!="") @if(getFactorMeasure4()=="true") @endif @endif
# @lang('layout.Edit') @lang('layout.Category') @lang('layout.Brand') @lang('layout.ItemName') @lang('layout.Location')@lang('layout.SerialNum') @lang('layout.SiteName') @lang('layout.Description') @lang('layout.Description'):2 @lang('layout.Quantity') @lang('layout.OnHand') @lang('layout.OMeasureValue1') @lang('layout.OMeasureValue2') @lang('layout.Measure') @lang('layout.CostInInventory') @lang('layout.OilCostInInventory') @lang('layout.Density') @lang('layout.OilQuantity') @lang('layout.Measure') @lang('layout.PriceLevel') @lang('layout.PriceLevel') @lang('layout.NewPrice') @lang('layout.Measure2') @lang('layout.EquivalentTo') @lang('layout.Measure3') @lang('layout.Measure4') @lang('layout.Discount') @lang('layout.Total')
@{{index+1}}
@{{(!item.item)?null:item.item.number}} @{{myRound((item.item==null)?null:saleItemQuantity(item.item,item.item.quantity,0))}}
@if(getCalQuantityOfOtherMeasure() == 'avgMethod') @{{myRound((item.item==null)?null:((item.item.site==null)?null:(item.item.site.OnHand / item.item.site.per_qty)))}} @elseif(getCalQuantityOfOtherMeasure() == 'simpleMethod') @{{myRound((item.item==null)?null:((item.item.site==null)?null:item.item.site.other_measure))}} @else @{{(item.item==null)?null:item.item.o_measure_v}} @endif
@if(getCalQuantityOfOtherMeasure() == 'avgMethod') @{{myRound((item.item==null)?null:((item.item.site==null)?null:(item.item.site.OnHand / item.item.site.per_qty2)))}} @elseif(getCalQuantityOfOtherMeasure() == 'simpleMethod') @{{myRound((item.item==null)?null:((item.item.site==null)?null:item.item.site.other_measure2))}} @else @{{(item.item==null)?null:item.item.o_measure_v1}} @endif
@{{(item.item==null)? 0:myRound((item.item.LasCost * item.item.measure.measure_unit / item.item.measure_unit) *selected_currency.static_rate / selected_currency.rate)}} @{{selected_currency.symbol}} @{{(item.item==null)? 0:myRound((item.item.LasCost * item.item.measure.measure_unit / item.item.measure_unit) *selected_currency.rate)}} @{{selected_currency.symbol}} @{{(item.item==null)?null:((item.item.density)?myRound(((item.item.LasCost * item.item.measure.measure_unit / item.item.measure_unit) * item.item.density) * selected_currency.static_rate / selected_currency.rate):null)}} @{{(item.item==null)?null:((item.item.density)?myRound(((item.item.LasCost * item.item.measure.measure_unit / item.item.measure_unit) * item.item.density) * selected_currency.rate):null)}}
@if(getSaleAmountSecondMeasure()=="true") @{{myRound((item.item==null)?null:secoundMeasurQuantity(item.item,item.item.quantity))}} @endif
@{{myRound((item.item==null)?null:subMQuantity(item.item,item.item.quantity))}}
@{{selected_currency.symbol}} %
{{-- @{{(item.item==null)? 0:getItemTotal(item.item,selected_currency.rate,discountIsAmount,item.item.discount).result}} @{{selected_currency.symbol}} --}} {{-- @{{(item.item==null)? 0:getItemTotalOil(item.item,selected_currency.rate,discountIsAmount,item.item.discount).result}} @{{selected_currency.symbol}} --}}
@endif
@if(systemConfig()[26] == 1)
# @lang('layout.ServiceName') @lang('layout.Description') @lang('layout.Description') :2 @lang('layout.Quantity') @lang('layout.Measure') @lang('layout.Price') @lang('layout.Total')
@{{index+1}}
@{{selected_currency.symbol}}
@{{selected_currency.symbol}}
@endif
@if(getDriverInfo()=="true")
@lang('layout.DriverInfo')
{{Form::text('transfer_code',$sale->transferCode,['class' => 'form-control','placeholder' => __('layout.TransferCode')])}}
{{Form::text('palce_of_weight',$sale->PlaceOfWeight,['class' => 'form-control','placeholder' => __('layout.PlaceOfWeight')])}}
{{Form::text('source_place',$sale->sourcePlace,['class' => 'form-control','placeholder' => __('layout.SourcePlace')])}}
{{Form::textarea('transfer_description',$sale->trDesription,['class' => 'form-control','rows' => '3','placeholder' => __('layout.Description')])}}
@endif @if(getInvoiceTotal() == 'true')
@lang('layout.Sub-Total'): @{{ subtotal.toFixed(precision())}} @{{selected_currency.symbol}} @lang('layout.Discount'): (@{{ Number.parseFloat(discount).toFixed(precision()) }}%) @{{ format_number(Number.parseFloat(discount*(subtotal - discountFiledRow)/100)+Number.parseFloat(discountFiledRow)) }} @{{selected_currency.symbol}} @lang('layout.Total') : @{{ Number.parseFloat((subtotal - (discount*(subtotal - discountFiledRow)/100) - discountFiledRow)-payeds).toFixed(precision())}} @{{selected_currency.symbol}}
@endif
@if(searchByCodeLocation()=="true")
@endif
@if(getPrintDescription()=="true")
@endif
@if($duplicate) @else @endif @lang('layout.Cancel')
{!! Form::close() !!}

 

 

@endsection @push('scripts') @endpush