Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0024613 | Retail Modules | Web POS | public | 2013-08-28 13:03 | 2013-10-07 16:58 |
Reporter | jonalegriaesarte | ||||
Assigned To | umartirena | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | RMP25 | ||||
Target Version | RMP27 | Fixed in Version | RMP27 | ||
Merge Request Status | |||||
Review Assigned To | marvintm | ||||
OBNetwork customer | OBPS | ||||
Support ticket | 22856 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0024613: Search window in WebPOS is not working when the amount of business partners is large | ||||
Description | Search window in WebPOS is not working when the amount of business partners is large | ||||
Steps To Reproduce | With 10000 business partners try to search one in WebPOS. The window does not work | ||||
Proposed Solution | One of the issues, is the search for eg. customers (total bps > 10'000): when you do a search the table jumps to the last entry of the alphabetically sorted list. Users are used to see the first record of such a list on top. Possible solution: ----- BEGIN CODE ------ enyo.kind({ name: 'OB.UI.ScrollableTable', ....some code.... this.collection.on('add', function (model, prop, options) { this.$.tempty.hide(); this.$.tbody.show(); this._addModelToCollection(model, options.index); if (this.listStyle === 'list') { if (!this.selected) { model.trigger('selected', model); } } else if (this.listStyle === 'edit') { model.trigger('selected', model); } //Put scroller in the position of new item /* * BEGIN CHANGE * @author a.herzog */ //this.getScrollArea().scrollToControl(this.$.tbody.getComponents()[options.index]); this.getScrollArea().scrollToControl(this.$.tbody.getComponents()[0]); /* * END CHANGE */ }, this); ------ END CODE ------ | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-08-28 13:03 | jonalegriaesarte | New Issue | |||
2013-08-28 13:03 | jonalegriaesarte | Assigned To | => marvintm | ||
2013-08-28 13:03 | jonalegriaesarte | OBNetwork customer | => Yes | ||
2013-08-28 13:03 | jonalegriaesarte | Support ticket | => 22856 | ||
2013-08-28 13:03 | jonalegriaesarte | Triggers an Emergency Pack | => No | ||
2013-08-28 13:07 | marvintm | Note Added: 0060800 | |||
2013-09-03 18:32 | marvintm | Assigned To | marvintm => umartirena | ||
2013-09-11 20:01 | hgbot | Checkin | |||
2013-09-11 20:01 | hgbot | Note Added: 0061085 | |||
2013-09-11 20:01 | hgbot | Status | new => resolved | ||
2013-09-11 20:01 | hgbot | Resolution | open => fixed | ||
2013-09-11 20:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/1ad625e1ae55fbeab4717569d52a67d743bd23e8 [^] | ||
2013-09-17 16:58 | marvintm | Review Assigned To | => marvintm | ||
2013-09-17 16:58 | marvintm | Note Added: 0061199 | |||
2013-09-17 16:58 | marvintm | Status | resolved => closed | ||
2013-09-17 16:58 | marvintm | Fixed in Version | => RMP27 | ||
2013-10-04 09:33 | hgbot | Checkin | |||
2013-10-04 09:33 | hgbot | Note Added: 0061542 | |||
2013-10-04 09:33 | hgbot | Status | closed => resolved | ||
2013-10-04 09:33 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/1ad625e1ae55fbeab4717569d52a67d743bd23e8 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core-levelpricing/rev/1ad625e1ae55fbeab4717569d52a67d743bd23e8 [^] | ||
2013-10-07 16:58 | guilleaer | Note Added: 0061589 | |||
2013-10-07 16:58 | guilleaer | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|