Shipped drops will appear here grouped by invoice
| Drop | PO | Style | Colour | Image | Sizes | Qty | Shipped | Ship Date | Notes | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #{{ $drop->id }} | {{ $order?->customer_po ?? '—' }} |
@if($design)
RT{{ $design->id }}
@endif
@if($style?->customer_ref)
{{ $style->customer_ref }}
@endif
|
{{ $colourway?->name ?? '—' }} |
@if($colourway?->thumb_url)
@endif
|
Size Quantities
|
{{ number_format($totalQty) }} | {{ number_format($totalShipped ?: $totalQty) }} | @if($drop->shipped_date) {{ $drop->shipped_date->format('d M Y') }} @else — @endif | @if($drop->fn_notes) {{ Str::limit($drop->fn_notes, 25) }} @else — @endif | |||||||||
| Group Totals: | {{ number_format($group['total_qty']) }} | {{ number_format($group['total_shipped']) }} | ||||||||||||||||
Try adjusting your search or filters
@if($this->activeFiltersCount > 0) @endif| Drop @if($sortBy === 'id') @endif | Season | Customer | PO | Style | Description | Colour | Image | Sizes | Qty | Shipped | Ex-Fty @if($sortBy === 'exfty') @endif | Shipped | Invoice | Notes | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id] ?? false)> | {{-- Drop ID --}}#{{ $drop->id }} | {{-- Season --}}{{ $order?->season?->description ?? '—' }} | {{-- Customer --}}{{ $order?->customer?->name ?? '—' }} | {{-- PO --}}{{ $order?->customer_po ?? '—' }} | {{-- Style --}}
@if($design)
RT{{ $design->id }}
@endif
@if($style?->customer_ref)
{{ $style->customer_ref }}
@endif
|
{{-- Description --}}
{{ Str::limit($design?->description, 30) ?? '—' }} | {{-- Colour --}}{{ $colourway?->name ?? '—' }} | {{-- Image --}}
@if($colourway?->thumb_url)
|
{{-- Sizes Editor --}}
@foreach($drop->sizes->sortBy('size.order')->unique('sizes_id') as $dropSize)
@if($dropSize->size)
{{ $dropSize->size->name }}
{{ (int)$dropSize->qty }}
@endif
@endforeach
{{-- Dropdown editor --}}
Size Quantities
|
{{-- Total Qty --}}
{{ number_format($totalQty) }} | {{-- Shipped Qty --}}{{ number_format($totalShipped) }} | {{-- Ex-Fty Date --}}
$refs.dateInput.focus())"
class="css-editable-cell {{ $status['class'] === 'overdue' ? 'css-overdue' : '' }}">
@if($drop->exfty)
{{ $drop->exfty->format('d M Y') }}
@else
Set date
@endif
id }}, value)"
@keydown.enter="editing = false; $wire.updateExfty({{ $drop->id }}, value)"
@keydown.escape="editing = false"
>
|
{{-- Shipped Toggle --}}
id }}.window="checked = false" @shipped-set-{{ $drop->id }}.window="checked = true" wire:key="shipped-toggle-{{ $drop->id }}"> | {{-- Invoice Group --}}@if($drop->invoiceGroup) {{ $drop->invoiceGroup->reference }} @else — @endif | {{-- Finance Notes --}}
$refs.notesInput.focus())"
class="css-editable-cell css-notes-cell">
@if($drop->fn_notes)
{{ Str::limit($drop->fn_notes, 20) }}
@else
Add note
@endif
id }}, value)"
@keydown.enter="editing = false; $wire.updateFnNotes({{ $drop->id }}, value)"
@keydown.escape="editing = false"
>
|
|||||||||
Assigning {{ $this->selectedCount }} drop(s) to an invoice group