@component('components.filters', ['title' => __('report.filters'), 'closed' => false])
{!! Form::label('location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('contact_id', __('role.customer') . ':') !!}
{!! Form::select('contact_id', $customers, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
@if(in_array('service_staff' ,$enabled_modules) && !$is_user_service_staff)
{!! Form::label('technician', __('repair::lang.technician') . ':') !!}
{!! Form::select('technician', $service_staffs, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
@endif
{!! Form::label('status_id', __('sale.status') . ':') !!}
{!! Form::select('status_id', $status_dropdown['statuses'], null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
@endcomponent
@lang('messages.action') |
@lang('repair::lang.service_type')
|
@lang('lang_v1.due_date')
|
@lang('repair::lang.job_sheet_no')
|
@lang('sale.invoice_no') |
@lang('sale.status') |
@if(in_array('service_staff' ,$enabled_modules))
@lang('repair::lang.technician') |
@endif
@lang('role.customer')
|
@lang('business.location') |
@lang('product.brand') |
@lang('repair::lang.device') |
@lang('repair::lang.device_model') |
@lang('repair::lang.serial_no') |
@lang('repair::lang.estimated_cost') |
@if(!empty($repair_settings['job_sheet_custom_field_1']))
{{$repair_settings['job_sheet_custom_field_1']}} |
@endif
@if(!empty($repair_settings['job_sheet_custom_field_2']))
{{$repair_settings['job_sheet_custom_field_2']}} |
@endif
@if(!empty($repair_settings['job_sheet_custom_field_3']))
{{$repair_settings['job_sheet_custom_field_3']}} |
@endif
@if(!empty($repair_settings['job_sheet_custom_field_4']))
{{$repair_settings['job_sheet_custom_field_4']}} |
@endif
@if(!empty($repair_settings['job_sheet_custom_field_5']))
{{$repair_settings['job_sheet_custom_field_5']}} |
@endif
@lang('lang_v1.added_by') |
@lang('lang_v1.created_at') |
@lang('messages.action') |
@lang('repair::lang.service_type')
|
@lang('lang_v1.due_date')
|
@lang('repair::lang.job_sheet_no')
|
@lang('sale.invoice_no') |
@lang('sale.status') |
@if(in_array('service_staff' ,$enabled_modules))
@lang('repair::lang.technician') |
@endif
@lang('role.customer')
|
@lang('business.location') |
@lang('product.brand') |
@lang('repair::lang.device') |
@lang('repair::lang.device_model') |
@lang('repair::lang.serial_no') |
@lang('repair::lang.estimated_cost') |
@if(!empty($repair_settings['job_sheet_custom_field_1']))
{{$repair_settings['job_sheet_custom_field_1']}} |
@endif
@if(!empty($repair_settings['job_sheet_custom_field_2']))
{{$repair_settings['job_sheet_custom_field_2']}} |
@endif
@if(!empty($repair_settings['job_sheet_custom_field_3']))
{{$repair_settings['job_sheet_custom_field_3']}} |
@endif
@if(!empty($repair_settings['job_sheet_custom_field_4']))
{{$repair_settings['job_sheet_custom_field_4']}} |
@endif
@if(!empty($repair_settings['job_sheet_custom_field_5']))
{{$repair_settings['job_sheet_custom_field_5']}} |
@endif
@lang('lang_v1.added_by') |
@lang('lang_v1.created_at') |