| {{ $stock['num_entite'] }} |
{{ $stock['entite']['libelle_entite'] }} |
@if (isset($stock->ligneBonReceptionUe[0]))
@if (!empty($stock->ligneBonReceptionUe[0]))
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception != null)
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception != null)
{{ $stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception->contrat }}
@endif
@endif
@endif
@endif
|
@if (isset($stock->ligneBonReceptionUe[0]))
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception->commandeFounisseur != null)
{{$stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception->commandeFounisseur->num_commande_fournisseur }}
@endif
@endif
|
@if (isset($stock->ligneBonReceptionUe[0]))
@if (!empty($stock->ligneBonReceptionUe[0]))
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception != null)
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception != null)
{{ $stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception->facture }}
@endif
@endif
@endif
@endif
|
@if (isset($stock->ligneBonReceptionUe[0]))
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception->commandeFounisseur)
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception->commandeFounisseur->Fournisseur)
{{$stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception->commandeFounisseur->Fournisseur->societe }}
@endif
@endif
@endif
|
@if (isset($stock->ligneBonReceptionUe[0]))
@if (!empty($stock->ligneBonReceptionUe[0]))
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception != null)
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception != null)
{{ $stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception->num_document }}
@endif
@endif
@endif
@endif
|
{{ $stock->num_ue }} |
{{ $stock->emplacement->libelle }} |
@if($stock->produit != null){{ $stock->produit->reference }}@endif |
@if($stock->produit != null){{ $stock->produit->designation }}@endif |
@if($stock->produit != null) {{ $stock->produit->uniteMesure->libelle }}@endif
|
@if (!$stock->ligneBonReceptionn->isEmpty())
@if (!$stock->ligneBonReceptionn[0]->numeroSerie->isEmpty())
@php
$count = 1;
@endphp
@foreach ($stock->ligneBonReceptionn[0]->numeroSerie as $element)
@if ($element->statut == 0)
@if ($stock->quantite >= $count)
{{ $element->num_serie }};
@php
$count++;
@endphp
@endif
@endif
@endforeach
|
@else
|
@endif
@else
|
@endif
{{ $stock->quantite }} |
{{ $stock->quantite_utilisable }} |
{{ $stock->quantite_reelle }} |
{{ $stock->date_entree }} |
@if (isset($stock->ligneBonReceptionUe[0]))
@if (!empty($stock->ligneBonReceptionUe[0]))
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception != null)
@if ($stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception != null)
{{ $stock->ligneBonReceptionUe[0]->ligneBonReception->bonReception->date_creation }}
@endif
@endif
@endif
@endif
|
@endforeach