@extends('layouts.app') @section('title', __('repair::lang.add_repair')) @section('content')
@if(is_null($default_location))
{!! Form::select('select_location_id', $business_locations, null, ['class' => 'form-control input-sm', 'placeholder' => __('lang_v1.select_location'), 'id' => 'select_location_id', 'required', 'autofocus'], $bl_attributes); !!} @show_tooltip(__('tooltip.sale_location'))
@endif @if(!empty($repair_settings['default_product'])) @endif @if(session('business.enable_rp') == 1) @endif {!! Form::open(['url' => action([\App\Http\Controllers\SellPosController::class, 'store']), 'method' => 'post', 'id' => 'add_sell_form', 'files' => true ]) !!} {!! Form::hidden('status', 'final'); !!} {!! Form::hidden('sub_type', 'repair'); !!} {!! Form::hidden('has_module_data', true); !!}
@component('components.widget') {!! Form::hidden('location_id', $default_location, ['id' => 'location_id', 'data-receipt_printer_type' => isset($bl_attributes[$default_location]['data-receipt_printer_type']) ? $bl_attributes[$default_location]['data-receipt_printer_type'] : 'browser']); !!}
{!! Form::label('contact_id', __('contact.customer') . ':*') !!} {!! Form::select('contact_id', [], null, ['class' => 'form-control mousetrap select2', 'id' => 'customer_id', 'placeholder' => 'Enter Customer name / phone', 'required']); !!}
{!! Form::label('transaction_date', __('repair::lang.repair_added_on') . ':*') !!} {!! Form::text('transaction_date', $default_datetime, ['class' => 'form-control bd-rd-7', 'readonly', 'required']); !!}
{!! Form::label('repair_completed_on', __('repair::lang.repair_completed_on') . ':*') !!} {!! Form::text('repair_completed_on', $default_datetime, ['class' => 'form-control bd-rd-7', 'readonly', 'required']); !!}
{!! Form::label('repair_brand_id', __('repair::lang.manufacturer') . ':') !!} {!! Form::select('repair_brand_id', $brands, null, ['class' => 'form-control select2', 'placeholder' => __('messages.please_select')]); !!}
{!! Form::label('repair_model', __('repair::lang.model') . ':') !!} {!! Form::text('repair_model', null, ['class' => 'form-control bd-rd-7', 'placeholder' => '']); !!}
{!! Form::label('repair_serial_no', __('repair::lang.serial_no') . ':') !!} {!! Form::text('repair_serial_no', null, ['class' => 'form-control bd-rd-7', 'placeholder' => '']); !!}
@if(in_array('service_staff' ,$enabled_modules))
{!! Form::label('res_waiter_id', __('repair::lang.assign_repair_to') . ':') !!} {!! Form::select('res_waiter_id', $service_staff, null, ['class' => 'form-control select2', 'placeholder' => __('messages.please_select')]); !!}
@endif

@show_tooltip(__('repair::lang.auto_send_email_tooltip'))

@show_tooltip(__('repair::lang.auto_send_sms_tooltip'))


{!! Form::label('documents', __('lang_v1.upload_documents') . ':' ) !!} {!! Form::file('documents[]', ['multiple', 'id' => 'documents']); !!}
@include('repair::repair.partials.security_modal') @include('repair::repair.partials.checklist_modal') @endcomponent @component('components.widget')
{!! Form::label('repair_defects',__('repair::lang.defect') . ':') !!} {!! Form::textarea('repair_defects', null, ['class' => 'form-control bd-rd-7', 'rows' => 3]); !!}
{!! Form::label('staff_note',__('repair::lang.noted_problems_n_technician_comments'). ':') !!} {!! Form::textarea('staff_note', null, ['class' => 'form-control bd-rd-7', 'rows' => 3]); !!}
@endcomponent @component('components.widget')
{!! Form::text('search_product', null, ['class' => 'form-control mousetrap bd-rd-7', 'id' => 'search_product', 'placeholder' => __('repair::lang.add_parts_used_in_repair'), 'disabled' => is_null($default_location)? true : false, 'autofocus' => is_null($default_location)? false : true, ]); !!}
@php $hide_tax = ''; if( session()->get('business.enable_inline_tax') == 0){ $hide_tax = 'hide'; } @endphp
@if(!empty($pos_settings['inline_service_staff']) && in_array('service_staff' ,$enabled_modules)) @endif
@lang('sale.product') @lang('sale.qty') @lang('restaurant.service_staff') @lang('sale.price_inc_tax') @lang('sale.subtotal')
@lang('sale.total'): 0
@endcomponent @component('components.widget')
{!! Form::label('discount_type', __('sale.discount_type') . ':*' ) !!} {!! Form::select('discount_type', ['fixed' => __('lang_v1.fixed'), 'percentage' => __('lang_v1.percentage')], 'percentage' , ['class' => 'form-control select2','placeholder' => __('messages.please_select'), 'required', 'data-default' => 'percentage']); !!}
{!! Form::label('discount_amount', __('sale.discount_amount') . ':*' ) !!} {!! Form::text('discount_amount', @num_format($business_details->default_sales_discount), ['class' => 'form-control input_number bd-rd-7', 'data-default' => $business_details->default_sales_discount]); !!}

@lang( 'sale.discount_amount' ):(-) 0

{{session('business.rp_name')}}

{!! Form::label('rp_redeemed_modal', __('lang_v1.redeemed') . ':' ) !!} {!! Form::number('rp_redeemed_modal', 0, ['class' => 'form-control direct_sell_rp_input bd-rd-7', 'data-amount_per_unit_point' => session('business.redeem_amount_per_unit_rp'), 'min' => 0, 'data-max_points' => 0, 'data-min_order_total' => session('business.min_order_total_for_redeem') ]); !!}

@lang('lang_v1.available'): 0

@lang('lang_v1.redeemed_amount'): (-)0

{!! Form::label('tax_rate_id', __('sale.order_tax') . ':*' ) !!} {!! Form::select('tax_rate_id', $taxes['tax_rates'], $business_details->default_sales_tax, ['placeholder' => __('messages.please_select'), 'class' => 'form-control select2', 'data-default'=> $business_details->default_sales_tax], $taxes['attributes']); !!}
@lang( 'sale.order_tax' ):(+) 0
{!! Form::label('shipping_details', __('sale.shipping_details')) !!} {!! Form::textarea('shipping_details',null, ['class' => 'form-control','placeholder' => '' ,'rows' => '1', 'cols'=>'30']); !!}
{!!Form::label('shipping_charges', __('sale.shipping_charges'))!!} {!!Form::text('shipping_charges',@num_format(0.00),['class'=>'form-control input_number bd-rd-7','placeholder'=> '']);!!}
@lang('sale.total_payable'): 0
@endcomponent
{!! Form::close() !!}
@stop @section('javascript') @include('repair::layouts.partials.javascripts') @endsection