@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')]); !!}
{!! Form::label('ssr_date_range', __('report.date_range') . ':') !!}
{!! Form::text('date_range', @format_date('first day of this month') . ' ~ ' . @format_date('last day of this month'), ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'id' => 'ssr_date_range', 'readonly']); !!}
@endcomponent
| @lang('messages.action') |
@lang('repair::lang.service_type')
|
@lang('repair::lang.expected_delivery_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($is_user_admin||auth()->user()->can('job_sheet.Technical_fees_view'))
@lang('repair::lang.Technical_fees') |
@endif
@lang('lang_v1.added_by') |
@lang('lang_v1.created_at') |
@lang('lang_v1.cn_amount_label') |
|
@if($is_user_admin||auth()->user()->can('job_sheet.Technical_fees_view'))
|
@endif
|
| @lang('messages.action') |
@lang('repair::lang.service_type')
|
@lang('repair::lang.expected_delivery_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($is_user_admin||auth()->user()->can('job_sheet.Technical_fees_view'))
@lang('repair::lang.Technical_fees') |
@endif
@lang('lang_v1.added_by') |
@lang('lang_v1.created_at') |
@lang('lang_v1.cn_amount_label') |
|
@if($is_user_admin||auth()->user()->can('job_sheet.Technical_fees_view'))
|
@endif
|
@stop
@section('javascript')
@endsection