{{-- shipment-schedule-dev.blade.php --}}
{{-- Title Bar --}} Wholesale Shipment Schedule {{-- Save Indicators --}} @can('finance:update') {{-- Invoice Button --}} @endcan {{-- Other Actions --}}
hasMorePages()) onclick="confirm('This will select every item matching the filters, even if they are not yet loaded on this page. Continue?') || event.stopImmediatePropagation()" @endif>Select All
{{-- Bootstrap 5 Modern Filters --}}
{{-- Top Line: View and Dates --}}
@if(empty($this->view))
FROM
@endif
TO
{{-- Middle Line: All Other Filters --}}
{{-- Bottom Line: Search, Columns, Clear --}}
{{-- Main Content --}}
{{-- Alert Messages --}}
@if (Session::get('message')) @endif @if($errors->all()) @endif
{{-- Data Table --}}
@csrf @if($this->columns['Season']) @endif @if($this->columns['Factory']) @endif @if($this->columns['Customer']) @endif @if($this->columns['Order No']) @endif @if($this->columns['Style']) @endif @if($this->columns['Description']) @endif @if($this->columns['Colour']) @endif @if($this->columns['Image']) @endif @if($this->columns['Sizes']) @endif @if($this->columns['Total Qty']) @endif @if($this->columns['Total Shipped']) @endif @if($this->columns['Sealer Sample']) @endif @if($this->columns['Shipment Sample']) @endif @if($this->columns['ExFty']) @endif @if($this->columns['Revised ExFty']) @endif @if($this->columns['Customer exFty']) @endif @if($this->columns['Customer Into w/h']) @endif @if($this->columns['Total CMT']) @endif @if($this->columns['Total Sale']) @endif @if($this->columns['Transport Budget']) @endif @if($this->columns['Incoterms']) @endif @if($this->columns['Truck']) @endif @if($this->columns['Collection']) @endif @if($this->columns['Customs ERN']) @endif @if($this->columns['Shipped']) @endif @if($this->columns['RT Invoice']) @endif @if($this->columns['RT Invoice']) @endif @if(!empty($chunks)) @foreach (array_slice($chunks, 0, $page) as $chunk) @endforeach @endif
Drop#SeasonFactoryCustomerOrder NoStyleDescriptionColourImageSizesTotal QtyTotal ShippedSealer
Sample
Shipment
Sample
First ExFtyRevised ExFtyCustomer exFtyCustomer Into w/hTotal CostTotal SaleTransport BudgetIncotermsTruckCollectionCustoms ERNShippedInvoicesFinance Notes
@if ($this->hasMorePages())
{{-- Early prefetch sentinel to keep a 1-chunk buffer --}}
Loading more records...
@endif
@can('order:create') @endcan {{-- Footer --}} {{-- {{ $drops->links() }} --}}