Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032592 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2016-04-05 10:55 | 2016-04-20 16:29 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | migueldejuana | |||||||
Priority | high | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | Fixed in SCM revision | c3143eef9c51 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | RR16Q1 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0032592: product characteristics filters is not working with a big data | |||||||
Description | in a environment with a big volume data: >6.000 products >67.000 product characteristic values when you try to filter the sencond time, the "loading window" is displayed and never is hidden | |||||||
Steps To Reproduce | in environment with >6.000 products >67.000 product characteristic values . go to search tab . click in one product characteristict (for example, color) . select one color (for example, blue) . click in done . click in color again . unselect the color blue . click in done loading window is displayed and never is hidden (see video) | |||||||
Proposed Solution | verify the remote data code to see if there are improvements that could be applied to the standard flow. e.g: in the queries: - change 'in's by 'exists' - add indexes where missing | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() ![]() ![]() | |||||||
![]() |
|||||||||||||||||||||||||||||||||
|
![]() |
|
(0085499) migueldejuana (viewer) 2016-04-07 16:59 |
There is also a problem of performance in Search tab with high number of characteristics. |
(0085576) hgbot (developer) 2016-04-12 16:55 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 5e2d617c1c91301dc672b12468808748ea11e998 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Thu Apr 07 13:29:58 2016 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5e2d617c1c91301dc672b12468808748ea11e998 [^] Fixed issue 0032592: product characteristics filters is not working with a big data - Show loading... also in characteristics table in Search tab --- M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js --- |
(0085577) hgbot (developer) 2016-04-12 16:55 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: c3143eef9c51acbb7aa020f8c1c7991d79394655 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Thu Apr 07 13:30:55 2016 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c3143eef9c51acbb7aa020f8c1c7991d79394655 [^] Fixed issue 0032592: product characteristics filters is not working with a big data -Add an index to product characteristic table to improve search perfomance --- M web/org.openbravo.retail.posterminal/js/model/productcharacteristicvalue.js --- |
(0085636) hgbot (developer) 2016-04-14 16:46 |
Repository: retail/backports/3.0RR16Q1.1/org.openbravo.mobile.core Changeset: 4704f9b291bcd3c29dc63680d04130b91b537c75 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Thu Apr 14 16:46:21 2016 +0200 URL: http://code.openbravo.com/retail/backports/3.0RR16Q1.1/org.openbravo.mobile.core/rev/4704f9b291bcd3c29dc63680d04130b91b537c75 [^] Fixes issue 32644, backport of issue 32592: product characteristics filters is not working with a big data - Show loading... also in characteristics table in Search tab --- M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js --- |
(0085638) hgbot (developer) 2016-04-14 16:48 |
Repository: retail/backports/3.0RR16Q1.1/org.openbravo.retail.posterminal Changeset: fc1dc424c701db990073bb6008b048e4bef80347 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Thu Apr 14 16:47:42 2016 +0200 URL: http://code.openbravo.com/retail/backports/3.0RR16Q1.1/org.openbravo.retail.posterminal/rev/fc1dc424c701db990073bb6008b048e4bef80347 [^] Fixes issue 32644, backport of issue 32592: product characteristics filters is not working with a big data -Add an index to product characteristic table to improve search perfomance --- M web/org.openbravo.retail.posterminal/js/model/productcharacteristicvalue.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2016-04-05 10:55 | malsasua | New Issue | |
2016-04-05 10:55 | malsasua | Assigned To | => Retail |
2016-04-05 10:55 | malsasua | OBNetwork customer | => Yes |
2016-04-05 10:55 | malsasua | Resolution time | => 1460239200 |
2016-04-05 10:55 | malsasua | Triggers an Emergency Pack | => No |
2016-04-05 10:57 | malsasua | File Added: filtros.ogv | |
2016-04-05 11:40 | Orekaria | Proposed Solution updated | |
2016-04-05 11:40 | Orekaria | Status | new => acknowledged |
2016-04-05 11:45 | Orekaria | Relationship added | related to 0032498 |
2016-04-06 16:54 | Orekaria | Status | acknowledged => scheduled |
2016-04-06 16:54 | Orekaria | Assigned To | Retail => migueldejuana |
2016-04-06 19:42 | migueldejuana | File Added: issue32592CoreforMd.diff | |
2016-04-06 19:43 | migueldejuana | File Added: issue32592PosterminalforMd.diff | |
2016-04-07 16:59 | migueldejuana | Note Added: 0085499 | |
2016-04-11 12:14 | migueldejuana | Status | scheduled => resolved |
2016-04-11 12:14 | migueldejuana | Status | resolved => new |
2016-04-11 12:14 | migueldejuana | Status | new => scheduled |
2016-04-12 16:55 | hgbot | Checkin | |
2016-04-12 16:55 | hgbot | Note Added: 0085576 | |
2016-04-12 16:55 | hgbot | Status | scheduled => resolved |
2016-04-12 16:55 | hgbot | Resolution | open => fixed |
2016-04-12 16:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5e2d617c1c91301dc672b12468808748ea11e998 [^] |
2016-04-12 16:55 | hgbot | Checkin | |
2016-04-12 16:55 | hgbot | Note Added: 0085577 | |
2016-04-12 16:55 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5e2d617c1c91301dc672b12468808748ea11e998 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c3143eef9c51acbb7aa020f8c1c7991d79394655 [^] |
2016-04-13 16:41 | malsasua | Relationship added | related to 0032609 |
2016-04-14 16:46 | hgbot | Checkin | |
2016-04-14 16:46 | hgbot | Note Added: 0085636 | |
2016-04-14 16:48 | hgbot | Checkin | |
2016-04-14 16:48 | hgbot | Note Added: 0085638 | |
2016-04-20 16:29 | marvintm | Review Assigned To | => marvintm |
2016-04-20 16:29 | marvintm | Status | resolved => closed |
2016-04-20 16:29 | marvintm | Fixed in Version | => pi |
Copyright © 2000 - 2009 MantisBT Group |