@extends('app') @section('content') {!! Html::script('assets/js/jsPDF/jspdf.js') !!} {!! Html::script('assets/js/jsPDF/dist/jspdf.min.js') !!} {!! Html::script('assets/js/jsPDF/jsPDF-AutoTable/dist/jspdf.plugin.autotable.js') !!}

Le détail du bon de réception

@if(Session::has('msgAdd'))
{!! session('msgAdd') !!}
@endif @if(Session::has('msgExist'))
{!! session('msgExist') !!}
@endif
@if($bonReception->statut == 2 || $bonReception->statut==1 ) Valider la réception @endif
id_commande > 0) value="{{$bonReception->commandeFounisseur->num_commande_fournisseur}}" @endif readonly >
id_commande > 0) @if ($bonReception->commandeFounisseur->fournisseur != null ||$bonReception->commandeFounisseur->fournisseur != '') value="{{$bonReception->commandeFounisseur->Fournisseur->societe}}" @endif @endif readonly >
@if (Session::get('STOCK_ENTITE')=='1')
entite != null) @if ($bonReception->entite->libelle_entite != null) value="{{ $bonReception->entite->type_entite }} / {{ $bonReception->entite->num_entite }} / {{ $bonReception->entite->libelle_entite }}" @else value="{{ $bonReception->entite->type_entite }} / {{ $bonReception->entite->num_entite }} " @endif @endif readonly >
@endif
statut==0 ) value="En attente réception" @elseif($bonReception->statut==2 || $bonReception->statut == 1)value="En attente validation" @elseif($bonReception->statut==3) value="Validé" @endif required readonly >
@if(Session::get('USE_UE')=='1') @if ($bonReception->unite_expedition == "1")

@endif @endif



@if(Session::get('USE_UE')=='1') @if ($bonReception->unite_expedition == "1") @if($bonReception->statut == 2 || $bonReception->statut==1 )
@endif







@endif @endif
@if (Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == '1') @endif @if ($bonReception->statut!=3) @if(Session::get('FOURNISSEURS_RECEPTION_SIMULER_FO')=='1') @endif @endif @foreach( $collection as $ligneBonReception) @if (Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == '1') @endif @if($ligneBonReception['operateur'] == 0) @else @endif @if ($bonReception['statut']!=3) @if(Session::get('FOURNISSEURS_RECEPTION_SIMULER_FO')=='1') @endif @endif @endforeach
N°UERéférence produit Désignation Emplacement Quantité Reste à recevoir Quantité réceptionnée(prévisionnelle) Quantité réceptionnée(réelle) Opérateur N° de série Simuler saisie FO
{{$ligneBonReception['sscc']}}{{$ligneBonReception['produit']['reference']}} {{$ligneBonReception['produit']['designation']}} {{$ligneBonReception['Emplacement']['libelle']}} {{ (float)$ligneBonReception['quantite_commander']}} {{ (float)$ligneBonReception['quantite_reste_receptionnee']}} {{ (float)$ligneBonReception['quantite_receptionner']}} {{ (float)$ligneBonReception['qteReceptionnerFO'] }} {{$ligneBonReception['Operateur']['nom']}} {{$ligneBonReception['Operateur']['prenom']}}
Retour
@endsection