Openbravo Issue Tracking System - Retail Modules | |||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||
0036175 | Retail Modules | Web POS | public | 2017-06-05 11:30 | 2017-12-13 11:33 | ||||||||||||||||||||||||||||
Reporter | egoitz | ||||||||||||||||||||||||||||||||
Assigned To | ebecerra | ||||||||||||||||||||||||||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||
Target Version | Fixed in Version | RR17Q4 | |||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||
Review Assigned To | marvintm | ||||||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||||||
Regression level | |||||||||||||||||||||||||||||||||
Regression date | |||||||||||||||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||
Summary | 0036175: Perforamnce problems loading the master data for discounts. | ||||||||||||||||||||||||||||||||
Description | On environment with a lot of product characteristics, the load of the DiscountFiltercharactaritic model takes long. | ||||||||||||||||||||||||||||||||
Steps To Reproduce | -Login on webpos on an environment with a big amount of characteristics *The query of the DiscountFiltercharactaritic model takes long. | ||||||||||||||||||||||||||||||||
Proposed Solution | ON modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/master/DiscountFilterCharacteristic.java replace hql += " left join c.characteristic.productCharacteristicValueList cvl "; with hql += " left join c.characteristic.characteristicValueList cvl "; and hql += " and m_isparent_ch_value(cvl.characteristicValue.id, c.chValue.id, c.characteristic.id) != -1 "; with hql += " and m_isparent_ch_value(cvl.id, c.chValue.id, c.characteristic.id) != -1 "; Also edit the file modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/master/DiscountFilterCharacteristicProperties.java by replacing add(new HQLProperty("distinct(coalesce(c.id,cvl.characteristicValue.id))", "id")); with add(new HQLProperty("distinct(coalesce(c.id,cvl.id))", "id")); and add(new HQLProperty("cvl.characteristicValue.id", "chValue")); with add(new HQLProperty("cvl.id", "chValue")); | ||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||
Tags | Performance | ||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||
2017-06-05 11:30 | egoitz | New Issue | |||||||||||||||||||||||||||||||
2017-06-05 11:30 | egoitz | Assigned To | => Retail | ||||||||||||||||||||||||||||||
2017-06-05 11:30 | egoitz | Resolution time | => 1497909600 | ||||||||||||||||||||||||||||||
2017-06-05 11:30 | egoitz | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||
2017-06-26 08:40 | marvintm | Resolution time | 1497909600 => 1499637600 | ||||||||||||||||||||||||||||||
2017-06-29 10:32 | marvintm | Proposed Solution updated | |||||||||||||||||||||||||||||||
2017-07-04 13:14 | hgbot | Checkin | |||||||||||||||||||||||||||||||
2017-07-04 13:14 | hgbot | Note Added: 0097836 | |||||||||||||||||||||||||||||||
2017-07-04 13:14 | hgbot | Status | new => resolved | ||||||||||||||||||||||||||||||
2017-07-04 13:14 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||
2017-07-04 13:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/31e4ae9b1728a4afcccb7c391392124513dcdb2f [^] | ||||||||||||||||||||||||||||||
2017-07-06 08:46 | marvintm | Assigned To | Retail => ebecerra | ||||||||||||||||||||||||||||||
2017-07-06 08:46 | marvintm | Status | resolved => new | ||||||||||||||||||||||||||||||
2017-07-06 08:46 | marvintm | Resolution | fixed => open | ||||||||||||||||||||||||||||||
2017-07-06 08:47 | marvintm | Status | new => scheduled | ||||||||||||||||||||||||||||||
2017-07-06 08:47 | marvintm | Status | scheduled => resolved | ||||||||||||||||||||||||||||||
2017-07-06 08:47 | marvintm | Fixed in Version | => RR17Q4 | ||||||||||||||||||||||||||||||
2017-07-06 08:47 | marvintm | Resolution | open => fixed | ||||||||||||||||||||||||||||||
2017-07-07 09:16 | marvintm | Review Assigned To | => marvintm | ||||||||||||||||||||||||||||||
2017-07-07 09:16 | marvintm | Status | resolved => closed | ||||||||||||||||||||||||||||||
2017-12-13 11:33 | malsasua | Tag Attached: Performance | |||||||||||||||||||||||||||||||
2022-11-11 13:08 | ngarcia | Relationship added | related to 0050860 |
Notes | |||||
|
|||||
|
|