Dispatch & Issue Delivery Note

Order #{{ $order->order_number }} • Customer: {{ $order->customer->name }}

Cancel

Costume Pieces Being Dispatched ({{ $order->allocations->count() }})

@foreach($order->allocations as $alloc) @php $unit = $alloc->rentalUnit; @endphp
{{ $unit->unit_code }} {{ $unit->product->name }}
Verified ({{ ucfirst($unit->condition) }})
@endforeach

Important Audit Rule:

Clicking confirm will generate an official Delivery Note number, lock the document snapshot, and transition the physical costume pieces to On Rent status in the rack inventory.

Cancel