@extends('layout.sidebar') @section('content') @section('title','Rubros por estudiante') {{ Form::hidden('months', action('InscriptionReportController@getInvoiceMonth', array()), array('id'=>'months')) }} {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptionsall', array()), array('id'=>'sections')) }} {{ Form::hidden('levles', action('LevelController@getActiveLevels', array()), array('id'=>'levles')) }} {{ Form::hidden('paymentConceptGroups', action('SafiController@getPaymentConceptGroups', array()), array('id'=>'paymentConceptGroups')) }} {{ Form::hidden('employees', action('TravelFormatController@getEmployees', array()), array('id'=>'employees')) }} {{ Form::hidden('savestudent', action('SafiController@postSaveStudent', array()), array('id'=>'savestudent')) }} {{ Form::hidden('studentspaid', action('InscriptionReportController@postStudentPaid', array()), array('id'=>'studentspaid')) }} {{ Form::open(array('url' => action('InscriptionReportController@postCompleteReport', array()), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}

{{"Reporte de inscripción"}}


{{ Form::label('serial_scy','* 1.'.Global_Functions::changeTitles('Año Lectivo').':',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control','id'=>'serial_scy')) }}
{{ Form::label('serial_set','* 2. Sección:',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('serial_set', array('' => '-Seleccione-'), '', array('class'=>'form-control', 'id'=>'serial_set')) }}
{{ Form::label('serial_lvl','* 3. Nivel:',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('serial_lvl', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_lvl')) }}
{{ Form::label('type_payids','* 4. Reporte:',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('type_payids', array('' => 'Seleccione','PAID'=>'Pagados','NOTPAIDS'=>'No pagados','ALL'=>'Todos'), '', array('class'=>'form-control', 'id'=>'type_payids')) }}
{{Form::close()}} {{ HTML::style('css/common/eyelash.css') }} {{ HTML::script('js/registrationProcessWizardUser/reports/inscriptionReport/index.js') }} @stop