Goods Received Notes — Release Notes v1.0.1
Goods Received Notes — Release Notes
Release date: 6 July 2026
Version: 1.0.1 (WMS patch) · Ailaaj One 1.4.5
Status: Live in production
Applies to: Replenish Stock → Procurement → Goods Received → Process GRN
What this release is
Large PO-based GRNs can list dozens or hundreds of line items. Staff had no quick way to narrow the table to a product they were actively receiving, and quantity entry defaulted to Unit even when receiving in packs.
This patch adds client-side filtering on the processing screen and sets Pack as the default entry mode for every loaded row.
Improvements
- Inline item filter. A search box above the items table filters already loaded lines by product name or SKU. Shows “Showing X of Y lines” while filtering; clear with × or by emptying the field. Does not change saved data — only what is visible in the table.
- Pack entry by default. New, PO-loaded, and restored draft rows start in Pack mode. Each row still has its own Unit / Pack toggle for staff who prefer unit entry on specific lines.
Technical notes
- Filter and pack default:
src/components/wms/goods-receiving/GRNItemsTable.tsx - Item hydration:
src/pages/wms/GRN/GRNProcessingPage.tsx
Known issues / notes
- Filter matches product name and SKU only (not batch number). Batch/expiry columns are unchanged.