@extends('layouts.app') @section('link')
@endsection @section('content')
{{ $doc_type->title }}
@if(isset($copied_rows) && count($copied_rows)>0)
{{__('texte.documents_arr.output_create.paste_copied_rows')}}
@endif
{{__('texte.documents_arr.output_create.back')}}
{{ csrf_field() }}
{{__('texte.documents_arr.output_create.contragent')}}
{{ $order->obect->contragent->company_name ?? $order->obect->contragent->user->name }}
{{__('texte.documents_arr.output_create.object')}}
{{ $order->obect->user->name }}
@permission('document-form-picker-read')
{{__('texte.documents_arr.output_create.picker')}}
{{__('texte.documents_arr.output_create.picker')}}
@foreach($pickers as $picker)
id ? 'selected' : ''}}>{{$picker->name}}
@endforeach
@if ($errors->has('picker'))
{{ $errors->first('picker') }}
@endif
@endpermission @permission('document-form-payment_date-read')
{{__('texte.documents_arr.output_create.delivery_date')}}
@if ($errors->has('payment_date'))
{{ $errors->first('payment_date') }}
@endif
@endpermission @permission('document-form-note-read')
{{__('texte.documents_arr.output_create.note')}}
{{ old('note', $order->note) }}
@if ($errors->has('note'))
{{ $errors->first('note') }}
@endif
@endpermission @permission('document-form-storage-read')
{{__('texte.documents_arr.output_create.storage')}}
@if ($errors->has('storage'))
{{ $errors->first('storage') }}
@endif
@endpermission @permission('document-form-product-read')
{{__('texte.documents_arr.output_create.products')}}
@permission('document-form-have_vat-read') @endpermission
{{__('texte.documents_arr.output_create.title')}}
{{__('texte.documents_arr.output_create.quantity')}}
{{__('texte.documents_arr.output_create.measure')}}
{{__('texte.documents_arr.output_create.batch')}}
{{__('texte.documents_arr.output_create.expiry')}}
{{__('texte.documents_arr.output_create.price')}}
{{__('texte.documents_arr.output_create.discount')}}
{{__('texte.documents_arr.output_create.value')}}
{{__('texte.documents_arr.output_create.vat')}}
@foreach($vat_rates as $vat_rate)
vat_rate_id==$vat_rate->id && in_array($doc_type->id,[4,5,12,13,22,23,63]) ? "selected" : "" }}>{{$vat_rate->id==0 ? __('texte.documents_arr.output_create.without_vat') : $vat_rate->rate." % ДДС"}}
@endforeach
{{__('texte.documents_arr.invoice_in_create.grounds')}}
{{__('texte.documents_arr.output_create.sum')}}
0.00000
{{__('texte.documents_arr.output_create.vat')}}
0.00000
{{__('texte.documents_arr.output_create.total')}}
0.00000
@if ($errors)
{{ $errors->first() }}
@endif
@endpermission
{{__('texte.documents_arr.output_create.calculate_wrappage')}}
{{__('texte.documents_arr.output_create.fill_stocks')}}
{{__('texte.documents_arr.output_create.add')}}
{{ csrf_field() }}
×
{{__('texte.documents_arr.output_create.price_change')}}
{{__('texte.documents_arr.output_create.new_price')}}
@if ($errors->has('new_price'))
{{ $errors->first('new_price') }}
@endif
@nonepermission('document-form-price-write')
{{__('texte.documents_arr.output_create.user_name')}}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{__('texte.documents_arr.output_create.auth_code')}}
@if ($errors->has('pic'))
{{ $errors->first('pic') }}
@endif
@endnonepermission
{{ csrf_field() }}
×
{{__('texte.documents_arr.output_create.discount_change')}}
{{__('texte.documents_arr.output_create.discount_in')}}
{{__('texte.documents_arr.output_create.amount')}}
{{__('texte.documents_arr.output_create.percent')}}
@if ($errors->has('discount_type'))
{{ $errors->first('discount_type') }}
@endif
{{__('texte.documents_arr.output_create.new_discount')}}
@if ($errors->has('new_discount'))
{{ $errors->first('new_discount') }}
@endif
@nonepermission('document-form-discount-write')
{{__('texte.documents_arr.output_create.user_name')}}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{__('texte.documents_arr.output_create.auth_code')}}
@if ($errors->has('pic'))
{{ $errors->first('pic') }}
@endif
@endnonepermission
×
{{__('texte.documents_arr.output_create.batches')}}
{{__('texte.documents_arr.output_create.select_batch')}}
{{strtoupper(__('texte.documents_arr.output_create.id'))}}
{{__('texte.documents_arr.output_create.batch')}}
{{__('texte.documents_arr.output_create.quantity')}}
{{__('texte.documents_arr.output_create.expiring_date')}}
{{__('texte.documents_arr.output_create.actions')}}
@endsection