Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034594Retail ModulesWeb POSpublic2016-11-22 11:362016-12-27 14:10
jorgewederago 
ranjith_qualiantech_com 
highminoralways
closedfixed 
5
 
RR17Q1 
guilleaer
No
0034594: When changing the activate status from a combo if you refresh the POS it's still being displayed
If you load the webPOS with a combo activate and once is loaded you go to the backend and change it to activate = false and then you refresh the webPOS again, the combo still there.

This only happens with combos, it works fine with products. It might be needed to check two family combos too.
Create a combo or use an existing one. It must be activate.
Load the WebPOS and look for it
Go back to backend and swith the activate status to false
Load the WebPOS again.
No tags attached.
Issue History
2016-11-22 11:36jorgewederagoNew Issue
2016-11-22 11:36jorgewederagoAssigned To => Retail
2016-11-22 11:36jorgewederagoTriggers an Emergency Pack => No
2016-11-30 10:13jorge-garciaStatusnew => scheduled
2016-11-30 10:13jorge-garciaAssigned ToRetail => jorge-garcia
2016-12-02 14:46jorge-garciaAssigned Tojorge-garcia => ranjith_qualiantech_com
2016-12-09 09:12hgbotCheckin
2016-12-09 09:12hgbotNote Added: 0092232
2016-12-09 09:12hgbotStatusscheduled => resolved
2016-12-09 09:12hgbotResolutionopen => fixed
2016-12-09 09:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/61b6338bc72ced5c46828e08063db496ee5eaaf2 [^]
2016-12-14 15:40hgbotCheckin
2016-12-14 15:40hgbotNote Added: 0092353
2016-12-22 16:48marvintmNote Added: 0092949
2016-12-22 16:48marvintmStatusresolved => new
2016-12-22 16:48marvintmResolutionfixed => open
2016-12-23 06:47ranjith_qualiantech_comStatusnew => scheduled
2016-12-27 13:24hgbotCheckin
2016-12-27 13:24hgbotNote Added: 0093020
2016-12-27 13:24hgbotStatusscheduled => resolved
2016-12-27 13:24hgbotResolutionopen => fixed
2016-12-27 13:24hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/61b6338bc72ced5c46828e08063db496ee5eaaf2 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fb6dfdf198c829b6535318c21ad42ef4195c2ea6 [^]
2016-12-27 14:10guilleaerReview Assigned To => guilleaer
2016-12-27 14:10guilleaerStatusresolved => closed
2016-12-27 14:10guilleaerFixed in Version => RR17Q1

Notes
(0092232)
hgbot   
2016-12-09 09:12   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 61b6338bc72ced5c46828e08063db496ee5eaaf2
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Dec 09 13:38:51 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/61b6338bc72ced5c46828e08063db496ee5eaaf2 [^]

Fixed issue 34594 : Added active attribute to Product Category, Product discount Properties

---
M src/org/openbravo/retail/posterminal/master/Category.java
M src/org/openbravo/retail/posterminal/master/CategoryTree.java
M src/org/openbravo/retail/posterminal/master/CategoryTreeProperties.java
M src/org/openbravo/retail/posterminal/master/ProductDiscProperties.java
---
(0092353)
hgbot   
2016-12-14 15:40   
Repository: tools/automation/pi-mobile
Changeset: 500decfe88717410e0ed2c7498867b3a62d8dc8d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Dec 14 20:10:10 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/500decfe88717410e0ed2c7498867b3a62d8dc8d [^]

Verifies issue 34594 : Added automated test 'I34594_VerifyComboListOnLoad'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/terminals/WebPOSCategoryTreeTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/categorytree/BrowseCategoryList.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/categorytree/BrowseCategoryTree.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/categorytree/BrowseCategoryTreeExpandChildren.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/categorytree/BrowseCategoryTreeExpandOther.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/categorytree/BrowseCategoryTreeKeyboard.java
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/I34594_VerifyComboListOnLoad.java
---
(0092949)
marvintm   
2016-12-22 16:48   
With the current change, the incremental refresh is not working correctly for the virtual categories generated from discounts. Currently, those categories are always sent, instead of being sent only when they are changed. The reason for this wrong behavior is that the incrementalRefreshCriteria expression was deleted from the query.
(0093020)
hgbot   
2016-12-27 13:24   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fb6dfdf198c829b6535318c21ad42ef4195c2ea6
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Dec 27 10:36:13 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fb6dfdf198c829b6535318c21ad42ef4195c2ea6 [^]

Fixes issue 34594 : Modified Query for Product Category of Discounts

* Added incrementalUpdateCriteria to Query

---
M src/org/openbravo/retail/posterminal/master/Category.java
M src/org/openbravo/retail/posterminal/master/CategoryTree.java
---