ITRACOM BURUNDI

Bon de transfert d'articles

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' }}

Articles à transférer

@php $total = 0; @endphp @foreach($details as $index => $detail) @php $total += $detail->pt_detail; @endphp @endforeach
Code article Désignation Référence Quantité Prix unitaire (FBu) Total (FBu)
{{ $index + 1 }} {{ $detail->code_article ?? '--' }} {{ $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, ',', ' ') }}
TOTAL {{ number_format($total, 0, ',', ' ') }} FBu