@extends('layout.sidebar') @section('content') @section('title','Profesor') {{ Form::hidden('hdnResponsabilitiesInstitutions', action('ScaleResponsabilitiesInstitutionController@getResponsabilitiesInstitution', array()), array('id'=>'hdnResponsabilitiesInstitutions')) }} {{ Form::hidden('hdnTeacherScale', action('EmployeeController@getScale', array()), array('id'=>'hdnTeacherScale')) }} {{ Form::hidden('hdnTeacherTraining', action('EmployeeController@getTraining', array()), array('id'=>'hdnTeacherTraining')) }} {{ Form::hidden('hdnObservations', action('EmployeeController@getObservations', array()), array('id'=>'hdnObservations')) }} {{ Form::hidden('hdnTeacherPublications', action('EmployeeController@getPublication', array()), array('id'=>'hdnTeacherPublications')) }} {{ Form::hidden('hdnTeacherdivAcknowledgement', action('EmployeeController@getAcknowledgement', array()), array('id'=>'hdnTeacherdivAcknowledgement')) }} {{ Form::hidden('hdnTeacherdivPersonalData', action('EmployeeController@getPersonalData', array()), array('id'=>'hdnTeacherdivPersonalData')) }} {{ Form::hidden('hdnSaveEmployeeResponsabilities', action('EmployeeController@postSaveEmployeeResponsabilities', array()), array('id'=>'hdnSaveEmployeeResponsabilities')) }} {{ Form::hidden('hdnPeriodClassByScaleCodification', action('ScaleCodificationController@getPeriodClassByScaleCodification', array()), array('id'=>'hdnPeriodClassByScaleCodification')) }} {{ Form::hidden('hdnSaveAcademiCharge', action('EmployeeController@postSaveEmployeeAcademicCharge', array()), array('id'=>'hdnSaveAcademiCharge')) }} {{ Form::hidden('hdnSaveTimeDedication', action('EmployeeController@postSaveEmployeeTimeDedication', array()), array('id'=>'hdnSaveTimeDedication')) }} {{ Form::hidden('hdnAddEmployeeResponsabilities', action('EmployeeController@getEmployeeResponsabilitiesToAdd', array()), array('id'=>'hdnAddEmployeeResponsabilities')) }} {{ Form::hidden('hdnLoadEmployeeResponsabilities', action('EmployeeController@getEmployeeResponsabilities', array()), array('id'=>'hdnLoadEmployeeResponsabilities')) }} {{ Form::hidden('hdnLoadEmployeeDegree', action('EmployeeController@getEmployeeDegree', array()), array('id'=>'hdnLoadEmployeeDegree')) }} {{Form::hidden('scy_enable_scale',!$enbleScale ? 'NO' : 'YES',array('id'=>'scy_enable_scale')) }}

AÑO LECTIVO {{$currenSchoolYear->name_scy}}

NUEVA BÚSQUEDA

FORMULARIO ESCALAFÓN DOCENTE


{{Form::text('id_emp',($employee->last_name_emp.' '.$employee->first_name_emp) .' '. ($employee->status_emp=='INACTIVE'?'(INACTIVO)':' '),array('class'=>"form-control",'readonly')) }} {{Form::hidden('serial_emp',$employee->serial_emp ,array('class'=>"form-control",'id'=>'serial_emp')) }}
@if($schoolSetup->serial_sst==9)
{{Form::text('type',implode(', ',$typeEmployeeSpanish) ,array('class'=>"form-control",'readonly')) }}
@endif
{{Form::select('serial_scd',$scalesCodifications,$academicCharge->serial_scd,array('class'=>"form-control",'id'=>'serial_scd',(!$enbleScale)? 'disabled' : '')) }}
{{Form::select('serial_scp',$scalePeriods,$academicCharge->serial_scc,array('class'=>"form-control",'id'=>'serial_scp',(!$enbleScale)? 'disabled' : '')) }}
@foreach($timeDedications as $timeDedication)
serial_std === $timeDedication->serial_std) checked @endif/>
@endforeach


@if(strpos($currenSchoolYear->activities_scy, 'HIDE_SCLAE_POINTS')!==false)
@else
@endif
{{ Form::open(array('url' => action('RecalculateEmployeeScaleController@postGenerateReport'), 'class' => 'form-signin', 'method' => 'POST','id'=>'')) }} {{Form::hidden('serial_scy',$currenSchoolYear->serial_scy ,array('class'=>"form-control",'id'=>'serial_scy')) }} @if(strpos($currenSchoolYear->activities_scy, 'HIDE_SCLAE_POINTS')===false) @endif {{Form::close()}}
{{ HTML::style('css/common/feature-table.css') }} {{ HTML::style('css/common/eyelash.css') }} {{ HTML::style('css/common/radioCheckboxStyles.css') }} {{ HTML::style('packages/bootstrap-select/css/bootstrap-select.min.css') }} {{ HTML::style('css/employee/index.css') }} {{ HTML::script('packages/bootstrap-select/js/bootstrap-select.min.js') }} {{ HTML::script('packages/bootstrap-select/js/i18n/defaults-es_CL.min.js') }} {{ HTML::script('packages/filestyle/js/filestyle.min.js') }} {{ HTML::script('js/employee/loads/employee.js') }} @stop