@extends('admin::curd.index') @section('heading') {!! trans('service_request::service_request.name') !!} {!! trans('cms.manage') !!} {!! trans('service_request::service_request.names') !!} @stop @section('title') {!! trans('service_request::service_request.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{{-- --}} Auto-refresh inactive
@if (config('app.client_id') != 1500) @if (user('admin.web')->currentCompany->enable_destination_location_in_facility_request == 'Yes') @endif {{-- --}} @if (user('admin.web')->currentCompany->enable_destination_location_in_facility_request == 'Yes') @endif @else @if (user('admin.web')->currentCompany->enable_destination_location_in_facility_request == 'Yes') @endif {{-- --}} @if (user('admin.web')->currentCompany->enable_destination_location_in_facility_request == 'Yes') @endif @endif
{!! trans('service_request::service_request.label.status') !!} {!! trans('service_request::service_request.label.request_no') !!} {!! trans('service_request::service_request.label.request_date') !!} {!! trans('service_request::service_request.label.asset_id') !!} Priority Asset Status Request Type Source {!! trans('service_request::service_request.label.requested_by') !!} Sub Location Turn Around Time Preferred Date & Time Job Description Department Work Department Technician {!! trans('service_request::service_request.label.workorder_no') !!} {!! trans('service_request::service_request.label.workorder_status') !!} Estimated Time in Mins. Consumed Time Hold Time Reopen Ref No. Criticality Type Dept Approval Work Dept Approval Division Created By SupplierTo Sublocation
{!! Form::select('search[service_requests.status][]')->options(['' => 'All'] + trans('service_request::service_request.options.status'))->raw() !!} {!! Form::number('search[service_requests.id]')->min(0)->raw() !!}{!! Form::text('search[request_no]')->raw()!!}{!! Form::text('search[service_requests.created_at][from]')->addClass('datepick')->placeholder('From')->style('width: 45%;')->id('from_date')->raw() !!} {!! Form::text('search[service_requests.created_at][to]')->addClass('datepick_enddate')->placeholder('To')->style('width: 45%;')->id('to_date')->raw() !!} {!! Form::select('search[service_requests.asset_id]')->addClass('js-selectt2')->options([])->id('ser_assetid')->raw() !!} {!! Form::select('search[service_requests.job_priority]')->options(['' => 'All'] + trans('service_request::service_request.options.job_priority'))->id('ser_job_priority')->raw() !!} {!! Form::select('search[service_requests.asset_status]')->options(['' => 'All'] + trans('service_request::service_request.options.asset_status'))->id('ser_assetid')->raw() !!} {!! Form::select('search[service_requests.request_type]')->options(['' => 'All'] + trans('service_request::service_request.options.request_type'))->id('ser_request_type')->raw() !!} {!! Form::select('search[service_requests.source]')->options(['' => 'All'] + trans('service_request::service_request.options.source'))->id('ser_source')->raw() !!} {!! Form::select('search[service_requests.requested_by]')->options(['' => 'All'] + Company::employees())->id('ser_asset_id')->raw() !!} {!! Form::select('search[service_requests.sublocationid]')->id('sublocationid')->raw() !!} {!! Form::text('search[service_requests.job_description]')->id('ser_job_description')->raw() !!} {!! Form::select('search[service_requests.departmentid]')->options(['' => 'All'] + Department::departments())->id('departmentid')->raw() !!} {!! Form::select('search[service_requests.workdepartmentid]')->options(['' => 'All'] + WorkDepartment::work_departments())->id('workdepartmentid')->raw() !!} {!! Form::select('search[technician_id]')->id('assigned_user')->raw() !!} {!! Form::text('search[service_requests.workorder_no]')->id('ser_workorderno')->raw() !!} {!! Form::text('search[service_requests.workorder_status]')->raw() !!} {!! Form::text('search[estimated_time]')->id('ser_estimated_time')->raw() !!} {!! Form::text('search[consumed_time_seconds]')->raw() !!} {!! Form::text('search[hold_time]')->raw() !!} {!! Form::text('search[service_requests.reopen_id]')->raw() !!} {!! Form::select('search[service_requests.criticality_type]')->options(['' => 'All'] + trans('assets::asset.options.criticality_type'))->raw() !!} {!! Form::select('search[service_requests.dept_approve]')->options(['' => 'All'] + trans('service_request::service_request.options.dept_approve_search'))->id('ser_dept_approve')->raw() !!} {!! Form::select('search[service_requests.workdept_approve]')->options(['' => 'All'] + trans('service_request::service_request.options.workdept_approve_search'))->id('ser_workdept_approve')->raw() !!} {!! Form::select('search[service_requests.divisionid]')->options(['' => 'All'] + Company::divisions())->id('ser_divisionid')->raw() !!} {!! Form::select('search[service_requests.created_by_user]')->options(['' => 'All'] + Company::users())->id('created_by_user')->raw() !!} {!! Form::text('search[to_sublocation]')->raw() !!}
{!! trans('service_request::service_request.label.status') !!} {!! trans('service_request::service_request.label.request_no') !!} {!! trans('service_request::service_request.label.request_date') !!} Priority Sub LocationTo SublocationSub Work Job Description Department Work Department Technician {!! trans('service_request::service_request.label.requested_by') !!} Turn Around Time Preferred Date & Time {!! trans('service_request::service_request.label.workorder_no') !!} {!! trans('service_request::service_request.label.workorder_status') !!} Estimated Time in Mins. Consumed Time Hold Time Reopen Ref No. Criticality Type Dept Approval Work Dept Approval Division Created By Supplier {!! trans('service_request::service_request.label.asset_id') !!} Asset Status Request Type Source
{!! Form::select('search[service_requests.status][]')->options(['' => 'All'] + trans('service_request::service_request.options.status'))->raw() !!} {!! Form::number('search[service_requests.id]')->min(0)->raw() !!}{!! Form::text('search[request_no]')->raw()!!}{!! Form::text('search[service_requests.created_at][from]')->addClass('datepick')->placeholder('From')->style('width: 45%;')->id('from_date')->raw() !!} {!! Form::text('search[service_requests.created_at][to]')->addClass('datepick_enddate')->placeholder('To')->style('width: 45%;')->id('to_date')->raw() !!} {!! Form::select('search[service_requests.job_priority]')->options(['' => 'All'] + trans('service_request::service_request.options.job_priority'))->id('ser_job_priority')->raw() !!} {!! Form::select('search[service_requests.sublocationid]')->id('sublocationid')->raw() !!}{!! Form::text('search[to_sublocation]')->raw() !!}{!! Form::select('search[service_requests.sub_work]')->options(['' => 'All'] + PmCali::ShowSubWork())->id('sub_work')->raw() !!} {!! Form::text('search[service_requests.job_description]')->id('ser_job_description')->raw() !!} {!! Form::select('search[service_requests.departmentid]')->options(['' => 'All'] + Department::departments())->id('departmentid')->raw() !!} {!! Form::select('search[service_requests.workdepartmentid]')->options(['' => 'All'] + WorkDepartment::work_departments())->id('workdepartmentid')->raw() !!} {!! Form::select('search[technician_id]')->id('assigned_user')->raw() !!} {!! Form::select('search[service_requests.requested_by]')->options(['' => 'All'] + Company::employees())->id('ser_asset_id')->raw() !!} {!! Form::text('search[service_requests.workorder_no]')->id('ser_workorderno')->raw() !!} {!! Form::text('search[service_requests.workorder_status]')->raw() !!} {!! Form::text('search[estimated_time]')->id('ser_estimated_time')->raw() !!} {!! Form::text('search[consumed_time_seconds]')->raw() !!} {!! Form::text('search[hold_time]')->raw() !!} {!! Form::text('search[service_requests.reopen_id]')->raw() !!} {!! Form::select('search[service_requests.criticality_type]')->options(['' => 'All'] + trans('assets::asset.options.criticality_type'))->raw() !!} {!! Form::select('search[service_requests.dept_approve]')->options(['' => 'All'] + trans('service_request::service_request.options.dept_approve_search'))->id('ser_dept_approve')->raw() !!} {!! Form::select('search[service_requests.workdept_approve]')->options(['' => 'All'] + trans('service_request::service_request.options.workdept_approve_search'))->id('ser_workdept_approve')->raw() !!} {!! Form::select('search[service_requests.divisionid]')->options(['' => 'All'] + Company::divisions())->id('ser_divisionid')->raw() !!} {!! Form::select('search[service_requests.created_by_user]')->options(['' => 'All'] + Company::users())->id('created_by_user')->raw() !!} {!! Form::select('search[service_requests.asset_id]')->addClass('js-selectt2')->options([])->id('ser_assetid')->raw() !!} {!! Form::select('search[service_requests.asset_status]')->options(['' => 'All'] + trans('service_request::service_request.options.asset_status'))->id('ser_assetid')->raw() !!} {!! Form::select('search[service_requests.request_type]')->options(['' => 'All'] + trans('service_request::service_request.options.request_type'))->id('ser_request_type')->raw() !!} {!! Form::select('search[service_requests.source]')->options(['' => 'All'] + trans('service_request::service_request.options.source'))->id('ser_source')->raw() !!}
@stop @section('script') @stop @section('style') @stop