@include('forms.fbncheader') @include('forms.fdatatables') {!! Html::style('css/datepicker3.css') !!} {!! Html::script('js/bootstrap-datepicker.js') !!}
{!! Html::image("img/entreprise_cotisations.png", "Cotisations", array( 'width'=>'120px','maxwidth'=>'10%', "style"=>"padding:4px" )) !!}

Cotisations

{!! Form::open(['url' => '/recouvrement/cotisation_saisie_filtre', 'class' => 'form-horizontal', 'method' => 'POST']) !!} Filtre
{!! Form::hidden('employeur_id2', $employeur_id, ['id' => 'employeur_id2']) !!} {!! Form::label('employeur_nom', 'Employeur' ) !!} {!! Form::text('employeur_nom', $employeur_nom, ['placeholder' => 'Employeur', 'class' => 'form-control' , 'id' => 'employeur_nom','style'=>'background:whitesmoke']) !!}
{!! Form::label('annes', 'Exercice' ) !!} {!! Form::select('exercice',$exercices,$exercice, [ 'id' => 'exercice_id','class' => 'form-control selectpicker', 'data-width' => "100%",'style' => 'font-weight:bold;background:whitesmoke' ] ) !!}
{!! Form::label('mois_debut', ' ou Encaissements du  ') !!}
{!! Form::text('mois_debut', isset($mois_debut)?$mois_debut:$mois_debut, ['placeholder' => 'Mois Début', 'size'=>'8', 'class' => 'form-control']) !!}
{!! Form::label('mois_fin', 'au',['style'=>'padding:0px;']) !!}
{!! Form::text('mois_fin', isset($mois_fin)?$mois_fin:$mois_fin, ['placeholder' => 'Mois Fin', 'size'=>'8','class' => 'form-control']) !!}
{!! Form::label('lettrage', 'Lettrage') !!} {!! Form::select('lettrage',['T'=>'Tout','N'=>'Non lettrées','L'=>'Lettrées'],$lettrage, [ 'id' => 'lettrage','class' => 'form-control selectpicker', 'data-width' => "100%",'style' => 'font-weight:bold;background:whitesmoke' ] ) !!}
{!! Form::submit('Filtrer', ['class' => 'btn btn-info'])!!}
{!! Form::close() !!}
@if($employeur_id)
SOLDE au 31/12/{!! (($annee_solde=="*")?date('Y'):$annee_solde)-1 !!} : 
{!! number_format($t_total["an"], 0, ',', ' ') !!}
SOLDE au {!! date('d/m/Y') !!} : 
{!! number_format($t_total["soldejour"], 0, ',', ' ') !!}
@if($user->can("COT_AJO") || $user->HasRole("ADMINISTRATEUR")) @if(Session::get('menu')== "recouvrement")
Nouvelle Cotisation
@endif @endif @if($user->can("COT_ENC") || $user->HasRole("ADMINISTRATEUR")) @if((Session::get('menu')== "comptabilite") || (Session::get('menu')== "recouvrement"))
Nouveau Règlement
@endif @endif
@endif
@if($employeur_id) {!! Form::open(['url' => 'recouvrement/cotisations_lettrage/'.$employeur_id.'/'.$exercice, 'method' => 'PUT']) !!} {!! form::hidden('checkboxes',$checkboxes,['id'=>'checkboxes']) !!} {!! form::hidden('checklist','',['id'=>'checklist']) !!}
@if($employeur_id=='TOUS') @endif @if($lettrage!="N") @endif @if($employeur_id=='TOUS') @endif @if($lettrage!="N") @endif @foreach ($cotisations as $cotisation)
  N°EmployeurEx Date TypeCotis Opé. Pmt CLR CCPF Débit Crédit Mois NbMois NbSal BdPu BdPr DatDépôt DatEncaisLettrageObservations