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

View Revisions: Issue #29442 All Revisions ] 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
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
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