@extends('layout.sidebar') @section('content')

Reportes

{{ HTML::script('js/gradeReport/index.js') }} {{ Form::hidden('profiles', action('GradeReportsController@getProfiles', array()), array('id'=>'profiles')) }} {{ Form::hidden('sectios', action('GradeReportsController@getSections', array()), array('id'=>'sectios')) }} {{ Form::hidden('levels', action('GradeReportsController@getLevels', array()), array('id'=>'levels')) }} {{ Form::hidden('periods', action('GradeReportsController@getPeriods', array()), array('id'=>'periods')) }} {{ Form::hidden('subPeriods', action('GradeReportsController@getSubPeriods', array()), array('id'=>'subPeriods')) }} {{ Form::hidden('entries', action('EntrySimulatedGradeController@getEntriesByCourse', array()), array('id'=>'entries')) }} {{ Form::hidden('studentsByCourse', action('GradeReportsController@getStudentsByCourse', array()), array('id'=>'studentsByCourse')) }} {{ Form::hidden('reportCardMethod', action('GradeReportsController@getReportCardMethod', array()), array('id'=>'reportCardMethod')) }} {{ Form::hidden('postStudentAveragesByPeriod', action('GradeReportsController@postStudentAveragesByPeriod', array()), array('id'=>'postStudentAveragesByPeriod')) }} {{ Form::hidden('projectSubjects', action('GradeReportsController@getProjectSubjects', array()), array('id'=>'projectSubjects')) }} {{ Form::hidden('averagesPeriodProject', action('GradeReportsController@getAveragesPeriodProject', array()), array('id'=>'averagesPeriodProject')) }} {{ Form::hidden('simulatedGrades', action('GradeReportsController@postSimulatedGrades', array()), array('id'=>'simulatedGrades')) }} {{ Form::hidden('urlSearchStudent', action('GradeReportsController@postStudentSearch', array()), array('id'=>'urlSearchStudent')) }} {{ Form::hidden('urlStudentInfo', action('GradeReportsController@postStudentInformation', array()), array('id'=>'urlStudentInfo')) }}
@if(strpos($schoolSetup->options,'SHOW_SUBPERIOD_REPORT_CARD')!== false)
{{ Form::open(array('class'=>'form-signin','id'=>'gradeReport_subperiod')) }}
{{ Form::label('serial_scy','1. Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentScy,array('class'=>'form-control')) }}

@if(count($user_profile)==1) {{ Form::hidden('hasProfiles',1, array('id'=>'hasProfiles')) }} @else {{ Form::hidden('hasProfiles',0, array('id'=>'hasProfiles')) }}
@endif
{{ Form::label('section','2. Sección:') }}
{{ Form::select('section',array('','--SELECCIONE--'),'',array('class'=>'form-control')) }}

{{ Form::label('course','3. Curso:') }}
{{ Form::select('course',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}

{{ Form::label('period','4. Periodo:') }}
{{ Form::select('period',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}

{{ Form::label('sub_period','5. Parcial:') }}
{{ Form::select('sub_period',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}


{{Form::close()}}
@endif @if(strpos($schoolSetup->options,'SHOW_PERIOD_REPORT_CARD')!==false)
{{ Form::open(array('class'=>'form-signin','id'=>'gradeReport_period')) }}
{{ Form::label('serial_scy_period','1. Año Lectivo:') }}
{{ Form::select('serial_scy_period',$schoolYearsPeriod,$currentScy,array('class'=>'form-control','title'=>'El cumpo "Año lectivo" es obligatorio')) }}

@if(count($user_profile)==1) {{ Form::hidden('hasProfiles_period',1, array('id'=>'hasProfiles')) }} @else {{ Form::hidden('hasProfiles_period',0, array('id'=>'hasProfiles')) }}
@endif
{{ Form::label('section_period','2. Sección:') }}
{{ Form::select('section_period',array('','--SELECCIONE--'),'',array('class'=>'form-control')) }}

{{ Form::label('course_period','3. Curso:') }}
{{ Form::select('course_period',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}

{{ Form::label('period_period','4. Periodo:') }}
{{ Form::select('period_period',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}


@if($schoolSetup->serial_sst == 9)
@else @endif
Generar Reporte
{{Form::close()}}
@endif @if(strpos($schoolSetup->options,'SHOW_PAI_REPORT_CARD')!==false)
{{ Form::open(array('class'=>'form-signin','id'=>'gradeReport_period_pai')) }}
{{ Form::label('serial_scy_period_pai','1. Año Lectivo:') }}
{{ Form::select('serial_scy_period_pai',$schoolYearsPeriod,$currentScy,array('class'=>'form-control','title'=>'El campo "Año lectivo" es obligatorio')) }}

@if(count($user_profile)==1) {{ Form::hidden('hasProfiles_period_pai',1, array('id'=>'hasProfiles')) }} @else {{ Form::hidden('hasProfiles_period_pai',0, array('id'=>'hasProfiles')) }}
@endif
{{ Form::label('section_period_pai','2. Sección:') }}
{{ Form::select('section_period_pai',array('','--SELECCIONE--'),'',array('class'=>'form-control')) }}

{{ Form::label('course_period_pai','3. Curso:') }}
{{ Form::select('course_period_pai',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}

{{ Form::label('period_period_pai','4. Periodo:') }}
{{ Form::select('period_period_pai',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}


{{Form::close()}}
@endif
{{ Form::label('serial_scy_period_student','1. Año Lectivo:') }}
{{ Form::select('serial_scy_period_student',$schoolYears,$currentScy,array('class'=>'form-control','title'=>'El cumpo "Año lectivo" es obligatorio')) }}

{{ Form::label('studentLabel','2. Estudiante:',array('for'=>'studentLabel','class'=>'control-label')) }}
{{ Form::text('txtStudent', '', array('class' => 'form-control', 'placeholder' => 'Nombre del estudiante', 'autocomplete' => 'off', 'id' => 'txtStudent')) }}
{{ Form::hidden('serial_std_search','',array('id' => 'serial_std_search')) }}



{{-- comento notas previstas --}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--{{ Form::open(array('class'=>'form-signin','id'=>'gradeReport_simulated_grades')) }}--}} {{--
--}} {{--
--}} {{--{{ Form::label('serial_scy_simulated_grades','1. Año Lectivo:') }}--}} {{--
--}} {{--
--}} {{--{{ Form::select('serial_scy_simulated_grades',$schoolYears,$currentScy,array('class'=>'form-control','title'=>'El campo "Año lectivo" es obligatorio')) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::label('usr_profile_simulated_grades','*. Seleccione Perfil:') }}--}} {{--
--}} {{--
--}} {{--{{ Form::select('usr_profile_simulated_grades',$user_profile,$selected,array('class'=>'form-control')) }}--}} {{--
--}} {{--
--}} {{--@if(count($user_profile)==1)--}} {{--{{ Form::hidden('hasProfiles_simulated_grades',1, array('id'=>'hasProfiles')) }}--}} {{--@else--}} {{--{{ Form::hidden('hasProfiles_simulated_grades',0, array('id'=>'hasProfiles')) }}--}} {{--
--}} {{--@endif--}} {{--
--}} {{--
--}} {{--{{ Form::label('section_simulated_grades','2. Sección:') }}--}} {{--
--}} {{--
--}} {{--{{ Form::select('section_simulated_grades',array('','--SELECCIONE--'),'',array('class'=>'form-control')) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::label('course_simulated_grades','3. Curso:') }}--}} {{--
--}} {{--
--}} {{--{{ Form::select('course_simulated_grades',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--{{ Form::label('entries_simulated_grade','4. Entradas:') }}--}} {{--
--}} {{--
--}} {{--{{ Form::select('entries_simulated_grade',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--Generar Reporte--}} {{--
--}} {{--
--}} {{--{{Form::close()}}--}} {{--
--}} {{--
--}} {{--
--}}
@stop()