@extends('layout.sidebar') @section('content') @section('title','Rubros por estudiante') {{ Form::hidden('months', action('ReportTravelPaymentConceptsController@getInvoiceMonth', array()), array('id'=>'months')) }} {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptionsall', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptionsall', array()), array('id'=>'courses')) }} {{ Form::hidden('students', action('ReportTravelPaymentConceptsController@getStudents', array()), array('id'=>'students')) }} {{ Form::hidden('paymentConceptGroups', action('ReportTravelPaymentConceptsController@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('formatstudents', action('TravelFormatController@getFormatStudens', array()), array('id'=>'formatstudents')) }} {{ Form::open(array('url' => action('ReportTravelPaymentConceptsController@postCompleteReport', array()), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}

{{"Rubros por estudiante"}}


{{ Form::label('serial_scy','* 1. Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control')) }}

{{ Form::label('serial_month','* 2. Mes de referencia:') }}
{{ Form::select('serial_month', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_month')) }}

{{ Form::label('serial_pcg','* 3. Tipo de rubro:') }}
{{ Form::select('serial_pcg', array('' => 'Seleccione','1'=>'Académicos','2'=>'No académicos'), '', array('class'=>'form-control', 'id'=>'serial_pcg')) }}

{{ Form::label('report','* 4. Reporte:') }}
{{ Form::select('report', array('1'=>'Estudiantes'), '1', array('class'=>'form-control', 'id'=>'report')) }}


{{Form::close()}} {{ HTML::style('css/common/eyelash.css') }} {{ HTML::script('js/paymentstm/report/travelStatusDebts/index.js') }} @stop