Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032658Retail ModulesWeb POSpublic2016-04-12 09:412016-04-22 12:52
guillermogil 
migueldejuana 
immediatecriticalalways
closedfixed 
30Professional Appliance
RR16Q1 
RR15Q4.6RR15Q4.6 
marvintm
Production - Confirmed Stable
No
0032658: WebPOS is Loading all ProductPrices even if MultiPricelist is not activated
WebPOS is Loading all ProductPrices even if MultiPricelist is not activated.
On environments with a high volume data it makes totally imposible to login.
More than 30 minutes and still not loaded.
Login on the ERP on 16Q1
Deactivate MultiPricelist preference for terminal MPL
Login on Terminal MPL

Product Prices are still loaded
Review the preference in order to load only if needed
No tags attached.
blocks defect 0032652 closed migueldejuana WebPOS is Loading all ProductPrices even if MultiPricelist is not activated 
Issue History
2016-04-12 17:04migueldejuanaTypedefect => backport
2016-04-12 17:04migueldejuanaTarget Version => RR15Q4.6
2016-04-18 13:14hgbotCheckin
2016-04-18 13:14hgbotNote Added: 0085702
2016-04-18 13:15hgbotCheckin
2016-04-18 13:15hgbotNote Added: 0085703
2016-04-18 13:15hgbotStatusscheduled => resolved
2016-04-18 13:15hgbotResolutionopen => fixed
2016-04-18 13:15hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q4.6/org.openbravo.retail.posterminal/rev/4e384a493fbb92e4b9ff8b590b0d09dbe0f33d09 [^]
2016-04-22 12:52marvintmReview Assigned To => marvintm
2016-04-22 12:52marvintmStatusresolved => closed
2016-04-22 12:52marvintmFixed in Version => RR15Q4.6

Notes
(0085702)
hgbot   
2016-04-18 13:14   
Repository: retail/backports/3.0RR15Q4.6/org.openbravo.mobile.core
Changeset: 3eecd9f41fc5a014e63c2d34adefc0ed4bac07b4
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Apr 18 13:13:39 2016 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q4.6/org.openbravo.mobile.core/rev/3eecd9f41fc5a014e63c2d34adefc0ed4bac07b4 [^]

Issue 0032658: WebPOS is Loading all ProductPrices even if MultiPricelist is not activated

- Do not update lastUpdatedTimestamp value if there is no data

: Enter commit message. Lines beginning with 'HG:' are removed.

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
---
(0085703)
hgbot   
2016-04-18 13:15   
Repository: retail/backports/3.0RR15Q4.6/org.openbravo.retail.posterminal
Changeset: 4e384a493fbb92e4b9ff8b590b0d09dbe0f33d09
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Apr 18 13:15:11 2016 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q4.6/org.openbravo.retail.posterminal/rev/4e384a493fbb92e4b9ff8b590b0d09dbe0f33d09 [^]

Fixed issue 0032658: WebPOS is Loading all ProductPrices even if MultiPricelist is not activated

- If preference is disabled, do not load prices lits and product prices

---
M src/org/openbravo/retail/posterminal/master/PriceList.java
M src/org/openbravo/retail/posterminal/master/ProductPrice.java
---