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

{{"Rubros por estudainte"}}


{{ 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 referncia:') }}
{{ 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. Repòrte:') }}
{{ Form::select('report', array('' => 'Seleccione','1'=>'Estudiantes','2'=>'Formas de pago por nivel','3'=>'Formas de pago por sección', '4'=>'Estudiantes resumido'), '', array('class'=>'form-control', 'id'=>'report')) }}


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