Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0036426 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| backport | [Retail Modules] Web POS | major | always | 2017-06-05 11:30 | 2017-09-15 13:33 | |||
| Reporter | egoitz | View Status | public | |||||
| Assigned To | ebecerra | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | RR17Q3 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | 8f39a4bef406 | ||||
| Projection | none | ETA | none | Target Version | RR17Q3 | |||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | marvintm | |||||||
| OBNetwork customer | OBPS | |||||||
| Support ticket | 47012 | |||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0036426: 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"));  | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
		  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] 
			 | 
||||||||
  | 
||||||||
  		Notes	 | 
|
| 
				(0098798) hgbot (developer) 2017-09-04 11:43  | 
	
		Repository: retail/backports/3.0RR17Q3/org.openbravo.retail.posterminal Changeset: 8f39a4bef406b12a7e370bc8f2bfb21438d0c66e Author: Eduardo Becerra <ebec70 <at> yahoo.com> Date: Thu Jun 29 12:32:14 2017 +0200 URL: http://code.openbravo.com/retail/backports/3.0RR17Q3/org.openbravo.retail.posterminal/rev/8f39a4bef406b12a7e370bc8f2bfb21438d0c66e [^] Fixed issue 36426: Optimize loading the master data for discounts --- M src/org/openbravo/retail/posterminal/master/DiscountFilterCharacteristic.java M src/org/openbravo/retail/posterminal/master/DiscountFilterCharacteristicProperties.java ---  | 
  Issue History	 | 
|||
| Date Modified | Username | Field | Change | 
| 2017-07-06 08:47 | marvintm | Type | defect => backport | 
| 2017-07-06 08:47 | marvintm | Target Version | => RR17Q3 | 
| 2017-09-04 11:43 | hgbot | Checkin | |
| 2017-09-04 11:43 | hgbot | Note Added: 0098798 | |
| 2017-09-04 11:43 | hgbot | Status | scheduled => resolved | 
| 2017-09-04 11:43 | hgbot | Resolution | open => fixed | 
| 2017-09-04 11:43 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/31e4ae9b1728a4afcccb7c391392124513dcdb2f [^] => http://code.openbravo.com/retail/backports/3.0RR17Q3/org.openbravo.retail.posterminal/rev/8f39a4bef406b12a7e370bc8f2bfb21438d0c66e [^] | 
| 2017-09-15 13:33 | marvintm | Review Assigned To | => marvintm | 
| 2017-09-15 13:33 | marvintm | Status | resolved => closed | 
| 2017-09-15 13:33 | marvintm | Fixed in Version | => RR17Q3 | 
| Copyright © 2000 - 2009 MantisBT Group |