@extends('layouts.admin-simple') @section('title', 'Material Issue Report') @section('breadcrumb')
Material issues dispatched against material requests
| MR Number | Issue Date | Project | Division | Item Code | Description | Qty Issued | Issue Type | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $tx?->material_request_number ?? '-' }} | {{ $fulfillment->created_at->format('d M Y') }} | {{ Str::limit($projectDisplay, 30) }} | {{ $divisionName }} |
{{ $fulfillment->item?->item_code ?? '-' }}
|
{{ Str::limit($fulfillment->item?->item_description ?? '-', 35) }} | {{ number_format($fulfillment->quantity_fulfilled, 2) }} | @if(in_array($fulfillment->fulfillment_type, ['inventory', 'inventory_dispatch'])) Inventory Dispatch @elseif($fulfillment->fulfillment_type === 'direct_delivery') Direct Delivery @elseif(in_array($fulfillment->fulfillment_type, ['project_transfer', 'transfer', 'material_transfer'])) Project Transfer @else {{ ucfirst(str_replace('_', ' ', $fulfillment->fulfillment_type)) }} @endif | @if($tx) visibility @else - @endif |
receipt_long
No Material Issues FoundNo material issues match your current filters. |
||||||||