@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("sales-order-processing")}}
# | {{__("Item Image")}} | {{__("item")}} | {{__("quantity")}} | {{__("vouchered-quantity")}} | {{__("quantity-in-stock")}} | {{__("reserved-quantity")}} | {{__("book-quantity")}} | {{__("production-quantity")}} | {{__("production-line")}} | {{__('notes')}} |
---|---|---|---|---|---|---|---|---|---|---|
{{++$serial_number}} |
@if(!is_null($item->item->getFirstMediaFile("Items")))
|
{{$item->item_name}} |
|
|
@if($item->count > 1)
@endif
booked_quantity == 0 && $item->produced_quantity == 0) value="{{$item->qty_to_book}}" @else value="{{$item->booked_quantity}}" @endif @if($item->quantity == $item->vouchered_quantity) disabled @endif> | booked_quantity == 0 && $item->produced_quantity == 0) value="{{$item->qty_to_produce}}" @else value="{{$item->produced_quantity}}" @endif @if($item->quantity == $item->vouchered_quantity) disabled @endif> | quantity == $item->vouchered_quantity) readonly @endif> |