ISAM KABBANI & PARTNERS FOR CONSTRUCTION & MAINT. CO. ( L.L.C )
Dubai: Dubai Investment Park, Jebel Ali Tel# 04 884 1522; Fax# 04 884 1523
E-mail : dubai@kcgemirates.ae; abudhabi@kcgemirates.ae Website : www.ikkgroup.com
SUPPLIER DELIVERY REPORT
GRN Number: {{ $operation->operation_number }}
Date: {{ $operation->operation_date->format('d/m/Y') }}
@if($operation->supplier)
Supplier: {{ $operation->supplier->name }}
@endif @if($operation->lpo_number)
LPO Number: {{ $operation->lpo_number }}
@endif @if($operation->delivery_note_number)
Delivery Note: {{ $operation->delivery_note_number }}
@endif
@forelse($operation->items as $index => $item) @empty @endforelse
Sr. Item Code Description Quantity Unit Unit Price Total Price
{{ $index + 1 }} {{ $item->item->item_code ?? 'NO-CODE' }} {{ $item->item->item_description ?? 'Unknown Item' }} {{ number_format($item->quantity_delivered, 0) }} {{ strtoupper($item->item->unit_of_measure ?? 'PCS') }} {{ number_format($item->unit_price, 2) }} {{ number_format($item->total_price, 2) }}
No items found
TOTAL: {{ number_format($operation->items->sum('quantity_delivered'), 0) }} {{ $operation->currency }} {{ number_format($operation->total_amount, 2) }}