{{ __('View requisition lines and their purchase order status.') }}
| Number | Requested By | Priority | Status | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $requisitionNumber }}
{{ $requisition->approval_flow_label }} |
{{ $requisition->created_by }} | @php $priorityClasses = match ($requisition->priority) { 'Very Urgent' => 'bg-red-100 text-red-700 border-red-200', 'Urgent' => 'bg-orange-100 text-orange-700 border-orange-200', default => 'bg-green-100 text-green-700 border-green-200', }; @endphp {{ $requisition->priority }} | @if ($requisition->po_lines == 0) Awaiting @elseif($requisition->po_lines < $requisition->total_lines) Partially Created @else Created @endif | |||||||||||||||||||||||||||
|
@if (isset($lines[$requisitionNumber]))
No lines found for this
requisition.
@endif
|
||||||||||||||||||||||||||||||
| No requisition lines found. | ||||||||||||||||||||||||||||||