Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035530Retail ModulesWeb POSpublic2017-02-28 16:062017-05-03 14:25
Sandrahuguet 
ranjith_qualiantech_com 
urgentminorhave not tried
closedfixed 
20Community Appliance
 
RR16Q4.3RR16Q4.3 
guilleaer
Production - QA Approved
RR16Q4
No
0035530: Characteristics values are not shown in tree mode
Characteristics values are not shown in tree mode
In the backend:
-Go to Product Characteristic window
-Select 'Use' category
-Create a new value -> name: Alpine, summary level: true
-Select tree view and drag and drop "Alpine Skiing, Ski Touring" and "Alpine Skiing, Snowboarding" inside "Alpine"

Log in WebPOS
-Tap on search
-Tap on Use characteristic, notice that characteristic values are not shown in tree mode
No tags attached.
blocks defect 0035381 closed ranjith_qualiantech_com Characteristics values are not shown in tree mode 
Issue History
2017-03-15 13:00marvintmTypedefect => backport
2017-03-15 13:00marvintmTarget Version => RR16Q4.3
2017-03-17 14:26SandrahuguetSummaryCharacteristics values are not shown in tree mode => Characteristic treenode information is redundant in remote mode for products
2017-03-17 14:28SandrahuguetSummaryCharacteristic treenode information is redundant in remote mode for products => Characteristics values are not shown in tree mode
2017-03-31 12:26hgbotCheckin
2017-03-31 12:26hgbotNote Added: 0095758
2017-03-31 12:26hgbotStatusscheduled => resolved
2017-03-31 12:26hgbotResolutionopen => fixed
2017-03-31 12:26hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q4.3/org.openbravo.retail.posterminal/rev/0394f94d13dfe3601cc2066487e2a4a9126bb978 [^]
2017-03-31 12:26hgbotCheckin
2017-03-31 12:26hgbotNote Added: 0095759
2017-04-19 10:19guilleaerNote Added: 0096060
2017-04-19 10:19guilleaerStatusresolved => new
2017-04-19 10:19guilleaerResolutionfixed => open
2017-04-19 10:19guilleaerStatusnew => scheduled
2017-04-19 11:23guilleaerNote Added: 0096063
2017-04-20 08:48hgbotCheckin
2017-04-20 08:48hgbotNote Added: 0096076
2017-04-20 08:48hgbotStatusscheduled => resolved
2017-04-20 08:48hgbotResolutionopen => fixed
2017-04-20 08:48hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR16Q4.3/org.openbravo.retail.posterminal/rev/0394f94d13dfe3601cc2066487e2a4a9126bb978 [^] => http://code.openbravo.com/retail/backports/3.0RR16Q4.3/org.openbravo.retail.posterminal/rev/cc62250c299c41d0d965104313bdf1789ee31c0d [^]
2017-04-20 08:48hgbotCheckin
2017-04-20 08:48hgbotNote Added: 0096077
2017-04-20 09:53guilleaerReview Assigned To => guilleaer
2017-04-20 09:53guilleaerStatusresolved => closed
2017-04-20 09:53guilleaerFixed in Version => RR16Q4.3
2017-04-25 10:37hgbotCheckin
2017-04-25 10:37hgbotNote Added: 0096153
2017-04-25 12:38hgbotCheckin
2017-04-25 12:38hgbotNote Added: 0096155
2017-05-03 14:24hgbotCheckin
2017-05-03 14:24hgbotNote Added: 0096347
2017-05-03 14:24hgbotCheckin
2017-05-03 14:24hgbotNote Added: 0096349
2017-05-03 14:25hgbotCheckin
2017-05-03 14:25hgbotNote Added: 0096351
2017-05-03 14:25hgbotCheckin
2017-05-03 14:25hgbotNote Added: 0096352

Notes
(0095758)
hgbot   
2017-03-31 12:26   
Repository: retail/backports/3.0RR16Q4.3/org.openbravo.retail.posterminal
Changeset: 0394f94d13dfe3601cc2066487e2a4a9126bb978
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Mar 31 15:54:12 2017 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4.3/org.openbravo.retail.posterminal/rev/0394f94d13dfe3601cc2066487e2a4a9126bb978 [^]

Fixes issue 35530 : Added Tree level for Product Characteristics

* Refactored Code (Duplicate DAL queries replaced with childrenList)
* Removed Tree Node Query for Remote Mode
* If Child(which also children) is selected and searched, then if we open the popup Children should not be shown for the selected child

---
M src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
M src/org/openbravo/retail/posterminal/master/CharacteristicValueProperties.java
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
M web/org.openbravo.retail.posterminal/js/model/characteristicvalue.js
---
(0095759)
hgbot   
2017-03-31 12:26   
Repository: retail/backports/3.0RR16Q4.3/pi-mobile
Changeset: 9ad0ddaff88af8cd613d45eec5f2ceaba5d21a4a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Mar 31 15:54:16 2017 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4.3/pi-mobile/rev/9ad0ddaff88af8cd613d45eec5f2ceaba5d21a4a [^]

Verifies issue 35530 : Added automated test 'I35530_VerifyProductCharacteristicsTree'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductSelectCharacteristic.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree_HV.java
---
(0096060)
guilleaer   
2017-04-19 10:19   
It seems that the fix is not working fine in rthis version
(0096063)
guilleaer   
2017-04-19 11:23   
It was not working because I created the "parent" in a different organization. Apart from that looks like incremental refresh is not working fine
(0096076)
hgbot   
2017-04-20 08:48   
Repository: retail/backports/3.0RR16Q4.3/org.openbravo.retail.posterminal
Changeset: cc62250c299c41d0d965104313bdf1789ee31c0d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Apr 20 12:17:23 2017 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4.3/org.openbravo.retail.posterminal/rev/cc62250c299c41d0d965104313bdf1789ee31c0d [^]

Fixes issue 35530 : Added Incremental Refresh for Product Characteristics

---
M src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
---
(0096077)
hgbot   
2017-04-20 08:48   
Repository: retail/backports/3.0RR16Q4.3/pi-mobile
Changeset: 01b23d5b54432c5e61673ad23999bcd7416ccd58
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Apr 20 12:17:29 2017 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4.3/pi-mobile/rev/01b23d5b54432c5e61673ad23999bcd7416ccd58 [^]

Verifies issue 35530 : Modified automated test 'I35530_VerifyProductCharacteristicsTree' for Incremental refresh

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree.java
---
(0096153)
hgbot   
2017-04-25 10:37   
Repository: retail/backports/3.0RR16Q4.3/pi-mobile
Changeset: 46d0a8a73795019911a85045e09dc7038f0366a4
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Apr 25 10:24:17 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4.3/pi-mobile/rev/46d0a8a73795019911a85045e09dc7038f0366a4 [^]

Related to issue 35530 : Modified automated test 'I35530_VerifyProductCharacteristicsTree_HV'

Fix test to work in 16Q4.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree_HV.java
---
(0096155)
hgbot   
2017-04-25 12:38   
Repository: retail/backports/3.0RR16Q4.3/pi-mobile
Changeset: 2358bfdc9e3b21878453f3d377afddb341138a4b
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Apr 25 12:37:41 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4.3/pi-mobile/rev/2358bfdc9e3b21878453f3d377afddb341138a4b [^]

Related to issue 35530 : Removed automated test 'I35530_VerifyProductCharacteristicsTree_HV'

Remove test until it's fixed by the author.

---
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree_HV.java
---
(0096347)
hgbot   
2017-05-03 14:24   
Repository: tools/automation/pi-mobile
Changeset: 9ad0ddaff88af8cd613d45eec5f2ceaba5d21a4a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Mar 31 15:54:16 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9ad0ddaff88af8cd613d45eec5f2ceaba5d21a4a [^]

Verifies issue 35530 : Added automated test 'I35530_VerifyProductCharacteristicsTree'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductSelectCharacteristic.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree_HV.java
---
(0096349)
hgbot   
2017-05-03 14:24   
Repository: tools/automation/pi-mobile
Changeset: 01b23d5b54432c5e61673ad23999bcd7416ccd58
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Apr 20 12:17:29 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/01b23d5b54432c5e61673ad23999bcd7416ccd58 [^]

Verifies issue 35530 : Modified automated test 'I35530_VerifyProductCharacteristicsTree' for Incremental refresh

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree.java
---
(0096351)
hgbot   
2017-05-03 14:25   
Repository: tools/automation/pi-mobile
Changeset: 46d0a8a73795019911a85045e09dc7038f0366a4
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Apr 25 10:24:17 2017 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/46d0a8a73795019911a85045e09dc7038f0366a4 [^]

Related to issue 35530 : Modified automated test 'I35530_VerifyProductCharacteristicsTree_HV'

Fix test to work in 16Q4.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree_HV.java
---
(0096352)
hgbot   
2017-05-03 14:25   
Repository: tools/automation/pi-mobile
Changeset: 2358bfdc9e3b21878453f3d377afddb341138a4b
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Apr 25 12:37:41 2017 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2358bfdc9e3b21878453f3d377afddb341138a4b [^]

Related to issue 35530 : Removed automated test 'I35530_VerifyProductCharacteristicsTree_HV'

Remove test until it's fixed by the author.

---
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35530_VerifyProductCharacteristicsTree_HV.java
---