Rev 36015 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 36016 2026-03-18 16:57:12
- Author: amit
- Log message:
- Optimize UI GRN flow: batch duplicate IMEI check and eliminate redundant DB calls
- Add selectActiveSerialNumbers batch query to check all IMEIs in 1 call instead of N
- Cache supplierWarehouse per PO (1 query per PO instead of per IMEI)
- Pass pre-loaded Item and InventoryWarehouse to addInventoryItem, skip re-fetching
- Add overloaded addInventoryItem(item, supplierWarehouse) to WarehouseService