Openbravo Issue Tracking System - Modules
View Issue Details
0053811ModulesAdvanced Warehouse Operationspublic2023-10-31 01:392023-12-07 15:09
axelmercado 
AtulOpenbravo 
urgentcriticalalways
closedfixed 
5
 
 
0053811: Performance problem in AWO, synchronization and slow scanning with bulky inventories.
When you have a lot of stock of different products in the same slot, it generates performance problems in the terminal such as synchronization errors, slow scanning, etc.
Important: To reproduce in livebuilds it is necessary to have a lot of stock in the same slot with different products (more than 3000 lines).

Demo video in Test customer environment:https://www.youtube.com/watch?v=cCBGyWHvBYA. [^]

Request credentials if login is required.
No tags attached.
related to design defect 0051247 closed mtaal Openbravo ERP [RM-4352] Can't confirm big inventory counts 
has duplicate defect 0054085 closed AtulOpenbravo Retail Modules Performance issue : Make an Inventory with many lines, can't go back online 
related to defect 0054121 closed AtulOpenbravo Openbravo ERP IC issues when we take confirm action with many lines 
related to design defect 0054123 new AtulOpenbravo Openbravo ERP IC with many lines crashes after updating multiple lines in a row 
Issue History
2023-10-31 01:39axelmercadoNew Issue
2023-10-31 01:39axelmercadoAssigned To => Triage Omni WMS
2023-10-31 06:55PracticsIssue Monitored: Practics
2023-11-09 15:12axelmercadoPriorityhigh => urgent
2023-11-09 15:12axelmercadoSeveritymajor => critical
2023-11-09 18:04mtaalAssigned ToTriage Omni WMS => ludmila_ursu
2023-11-14 10:37mtaalAssigned Toludmila_ursu => mtaal
2023-11-20 11:19mtaalAssigned Tomtaal => AtulOpenbravo
2023-11-28 20:49hgbotNote Added: 0157772
2023-12-07 11:38hgbotResolutionopen => fixed
2023-12-07 11:38hgbotStatusnew => closed
2023-12-07 11:38hgbotNote Added: 0158004
2023-12-07 11:38hgbotNote Added: 0158005
2023-12-07 15:07rafarodaRelationship addedrelated to 0054085
2023-12-07 15:09rafarodaRelationship addedrelated to 0051247
2023-12-13 15:00rafarodaRelationship addedrelated to 0054121
2023-12-13 15:00rafarodaRelationship addedrelated to 0054123
2023-12-18 11:20AtulOpenbravoRelationship replacedhas duplicate 0054085

Notes
(0157772)
hgbot   
2023-11-28 20:49   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/195 [^]
(0158004)
hgbot   
2023-12-07 11:38   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: 0b5ccc8b4087490f07976b86533f949e281e83bb
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 07-12-2023 10:38:02
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/0b5ccc8b4087490f07976b86533f949e281e83bb [^]

Fixes BUG-0053811:Performance problem in AWO, synchronization and slow scanning with bulky inventories.

**Prevent synchronization of IC lines for change in lineIndex property when sorting the lines by adding it to linePropertiesToIgnore
**Avoid cleanup of synchronization info for such lines
**Add lineIndex property in ignoreProperties for Inventory Count model.
**Add lineIdex property when adding IC Lines from back end as loading IC from ongoing documents introduces a new property lineIndex when sorting lines based on Storage Bin travel sequence, Storage Bin Search Key, Product Search Key. This will avoid trigerring synchronizartion of lines as it is already ignored property.

---
M web/org.openbravo.warehouse.advancedwarehouseoperations/app/model/business-object/inventory-count/InventoryCount.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/inventorycount/obawo-inventorycount-model.js
---
(0158005)
hgbot   
2023-12-07 11:38   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/195 [^]