@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
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('USE_UE')=='1') @if ($bonReception->unite_expedition == "1") @endif @endif @if ($bonReception->statut!=3) @if(Session::get('FOURNISSEURS_RECEPTION_SIMULER_FO')=='1') @endif @endif @foreach( $lignesBonReception as $ligneBonReception) @if ($ligneBonReception->id_ligne_commande_fournisseur != 0) @else @endif @if($ligneBonReception->id_ligne_commande_fournisseur != 0) @else @endif @if($ligneBonReception->id_ligne_commande_fournisseur != 0) @else @endif @if($ligneBonReception->operateur == 0) @else @endif @if(Session::get('USE_UE')=='1') @if($bonReception->unite_expedition == "1") @if ($ligneBonReception->id_ligne_commande_fournisseur != 0) @else @endif @endif @endif @if ($bonReception->statut!=3) @if(Session::get('FOURNISSEURS_RECEPTION_SIMULER_FO')=='1') @if ($ligneBonReception->id_ligne_commande_fournisseur != 0) @else @endif @endif @endif @endforeach
Produit commandé Référence produit Désignation Emplacement Quantité commandée Reste à recevoir Quantité réceptionnée(prévisionnelle) Quantité réceptionnée(réelle) OpérateurN°UE Simuler saisie FO
@if ($ligneBonReception->id_ligne_commande_fournisseur == 0) Non @else Oui @endif {{$ligneBonReception->ligneCommandeFournisseur->produit->reference}}{{$ligneBonReception->produit->reference}}{{$ligneBonReception->ligneCommandeFournisseur->produit->designation}}{{$ligneBonReception->produit->designation}}{{$ligneBonReception->Emplacement->libelle}} {{(float) $ligneBonReception->quantite_commander}} {{(float) $ligneBonReception->ligneCommandeFournisseur->quantite_commander- $ligneBonReception->ligneCommandeFournisseur->quantite_receptionner }}{{ (float) $ligneBonReception->quantite_reste_receptionnee}}{{ (float) $ligneBonReception->quantite_receptionner}} {{ (float)$ligneBonReception->qteReceptionnerFO}}{{$ligneBonReception->Operateur->nom}} {{$ligneBonReception->Operateur->prenom}}
Retour
@endsection