A draft settlement {{ $draftSettlement->settlement_number }} already exists for this Goods Issue. After adding items here, you must edit that draft settlement manually to include the new items, otherwise they will be excluded from the reconciliation.
Note: This Goods Issue has already been posted. New items added here will be posted automatically (a separate journal entry will be created for the supplementary stock movement).
| Line | Product | Qty Issued | UOM | Unit Cost | Total Value | Type |
|---|---|---|---|---|---|---|
| {{ $existingItem->line_no }} | {{ $existingItem->product->product_name ?? '-' }} | {{ number_format($existingItem->quantity_issued, 2) }} | {{ $existingItem->uom->uom_name ?? '-' }} | {{ number_format($existingItem->unit_cost, 2) }} | {{ number_format($existingItem->total_value, 2) }} | @if ($existingItem->is_supplementary) Supplementary @else Original @endif |