N° {{ $mouvement->numero_mouvement }}
| Date de transfert | {{ date('d/m/Y', strtotime($mouvement->date_mouvement)) }} |
| Stock source | {{ $mouvement->nom_stock_source }} ({{ $mouvement->code_stock_source }}) |
| Stock destinataire | {{ $mouvement->nom_stock_destinataire }} ({{ $mouvement->code_stock_destinataire }}) |
| Pièce justificative | {{ $mouvement->piece_justificative }} |
| Créé par | {{ $mouvement->createur_nom }} |
| Description | {{ $mouvement->description ?? 'Aucune description' }} |
| N° | Désignation | Référence | Qté | PU (FBu) | Total (FBu) | |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $detail->nom_article ?? 'N/A' }} | {{ $detail->reference_article ?? '--' }} | {{ number_format($detail->quantite_detail, 0, ',', ' ') }} | {{ number_format($detail->pu_detail, 0, ',', ' ') }} | {{ number_format($detail->pt_detail, 0, ',', ' ') }} | |
| Aucun article trouvé | ||||||
| TOTAL GÉNÉRAL | {{ number_format($totalGeneral, 0, ',', ' ') }} | |||||