@extends('layout.sidebar') @section('content') @section('title','Sincronización de datos') {{ Form::hidden('months', action('SchoolYearController@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('SafiController@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('CarnetController@postPrintCarnets'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}

{{"SINCRONIZACIÓN CON SAFI"}}


{{ Form::label('serial_scy','* 1. Año Lectivo:',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control')) }}
{{ 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_crs','* 3. Nivel:',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('serial_crs', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_crs')) }}
{{ Form::label('serial_month','* 4. Mes de referncia:',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('serial_month', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_month')) }}
{{ Form::label('serial_pcg','* 5. Tipo de rubro:',array('class'=>'col-md-6 control-label')) }}
{{ Form::select('serial_pcg', array('' => 'Seleccione','1'=>'Académicos','2'=>'No académicos'), '', array('class'=>'form-control', 'id'=>'serial_pcg')) }}

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