Commission Shipment Schedule Select All Edit Qtys
@if(!$hideFilters)
@error('search') {{ $message }} @enderror
@endif
@if (Session::get('message')) @endif @if($errors->all()) @endif
@if($columns['Season']) @endif @if($columns['Factory']) @endif @if($columns['Customer']) @endif @if($columns['Order Issued']) @endif @if($columns['Order No']) @endif @if($columns['Style']) @endif @if($columns['Description']) @endif @if($columns['Colour']) @endif @if($columns['Image']) @endif @if($columns['Sizes']) @endif @if($columns['Total Qty']) @endif @if($columns['Total Shipped']) @endif @if($columns['Commission']) @endif @if($columns['Value With Discount']) @endif @if($columns['Value Without Discount']) @endif @if($columns['ExFty']) @endif @if($columns['Revised ExFty']) @endif @if($columns['Shipped']) @endif @if($columns['Notes For Finance']) @endif @if($columns['RT Invoice']) @endif @if($columns['Qty Invoiced']) @endif @if($columns['Finance Complete']) @endif @foreach($drops as $d => $drop) @if($columns['Season']) @endif @if($columns['Factory']) @endif @if($columns['Customer']) @endif @if($columns['Order Issued']) @endif @if($columns['Order No']) @endif @if($columns['Style']) @endif @if($columns['Description']) @endif @if($columns['Colour']) @endif @if($columns['Image']) @endif @if($columns['Sizes']) @endif @if($columns['Total Qty']) @endif @if($columns['Total Shipped']) @endif @if($columns['Commission']) @endif @if($columns['Value Without Discount']) @endif @if($columns['Value With Discount']) @endif @if($columns['ExFty']) @endif @if($columns['Revised ExFty']) @endif @if($columns['Shipped']) @endif @if($columns['Notes For Finance']) @endif @if($columns['RT Invoice']) @endif @if($columns['Qty Invoiced']) @endif @if($columns['Finance Complete']) @endif @endforeach
DropSeasonFactoryCustomerOrder IssuedOrder NoStyleDescriptionColourImageSizesTotal QtyTotal ShippedCommissionValue With DiscountValue Without DiscountExFtyRevised ExFtyShippedNotes For FinanceRT InvoiceQty InvoicedFinance Complete
{{ $drop->shipment_lines_id }}
{{ $drop->season }}{{ $drop->factory }}{{ $drop->customer }}{{ date("M-d", strtotime($drop->order_issued)) }}{{ $drop->customer_po }} RTD{{ $drop->designs_id }}
{{ $drop->customer_ref ?? "" }}
{{ Str::title($drop->description) }}{{ Str::title($drop->colour) }} @if(!empty($drop->img_thumb)) @endif @if(!empty($drop->sizes)) @foreach($drop->sizes as $size) @endforeach @foreach($drop->sizes as $s => $size) @endforeach @foreach($drop->sizes as $s => $size) @endforeach @foreach($drop->sizes as $size) @endforeach @foreach($drop->sizes as $size) @endforeach @foreach($drop->sizes as $size) @endforeach
{{ $size->size }}Total
Ordered @if((Gate::check('order:update') || Gate::check('finance:update')) && $editQtys) @else {{ $size->qty }}
@endif
Shipped @if((Gate::check('order:update') || Gate::check('finance:update')) && $editQtys) @else {{ $size->shipped_qty }}
@endif
Price ({{ $drop->cust_currency }}) @if(Gate::check('order:update') && $editQtys) @else {{ $size->price }} @endif
Discount (%) @if(Gate::check('order:update') && $editQtys) @else {{ $size->discount }} @endif
Commission (%) @if(Gate::check('order:update') && $editQtys) @else {{ $size->commission }} @endif
@endif
{{ $drop->total_qty }} {{ $drop->total_shipped }} {{ $drop->cust_currency }}{{ number_format($drop->commission, 2) }}{{ $drop->cust_currency }}{{ number_format($drop->valueDiscount, 2) }}{{ $drop->cust_currency }}{{ number_format($drop->value, 2) }} @if(!empty($drop->first_exfty)) {{ date_format(date_create($drop->first_exfty), "d/m/Y") }} @endif @if(!empty($drop->revised_exfty)) @can('order:update') @else {{ date_format(date_create($drop->revised_exfty), "d/m/Y") }} @endcan @else No Date @endif @can('order:update') @else shipped ? 'checked' : '' }}> @endcan @can('order:update') @else {{ $drop->fn_notes }} @endcan @can('finance:update') @else {{ $drop->rt_invoice }} @endcan @can('finance:update') @else {{ $drop->no_invoiced }} @endcan @can('finance:update') @else finance_complete ? 'checked' : '' }}> @endcan
{{ $drops->links() }}
{{-- ADD BULK EDIT..... --}}