Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #29442 Back to Issue ]
Summary 0029442: The validate upc process on the validator picking list process takes long when there are thousends of rows on the picking
Revision 2015-03-30 09:27 by alostale
Steps To Reproduce Having warehouse picking list module installed

-Create a sales order with 3000 lines and ensure that there is stock for all the lines.
-create the picking list for that order from the process on the order window.
-Click on the validate process in Warehouse Picking window
-Enter the upc code of the last product of the picking list
-click on validate
*It takes long to find the product and put the focus on it.
Revision 2015-03-30 09:27 by alostale
Description If you have a picking list with thousends of lines and you enter a upc code on the validation process, when clicking validate it takes long to show the product if the code belongs to a product on last positions of the grid.

Most of the time is spent on the following js method isc.OBPickValidateProcessGrid.updateQuantity:

      this.scrollCellIntoView(rowNum, null, true, true);
Revision 2015-03-30 08:42 by alostale
Steps To Reproduce -Create a sales order with 3000 lines and ensure that there is stock for all the lines.
-create the picking list for that order from the process on the order window.
-Click on the validate process
-Enter the upc code of the last product of the picking list
-click on validate
*It takes long to find the product and put the focus on it.
Revision 2015-03-30 08:42 by alostale
Description If you have a picking list with thousends of lines and you enter a upc code on the validation process, when clicking validate it takes long to show the product if the code belongs to a product on last positions of the grid.

MOst of the time is spent on the following method:

      this.scrollCellIntoView(rowNum, null, true, true);


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker