Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0035381
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorhave not tried2017-02-28 16:062017-03-31 08:39
ReporterSandrahuguetView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisioneab8d7f56ff2
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression levelProduction - QA Approved
Regression date
Regression introduced in releaseRR16Q4
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0035381: Characteristics values are not shown in tree mode

DescriptionCharacteristics values are not shown in tree mode
Steps To ReproduceIn 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
TagsNo tags attached.
Attached Files? file icon out-5-10.ogv [^] (4,160,790 bytes) 2017-03-29 17:15

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0035529RR17Q1.1 closedranjith_qualiantech_com Characteristics values are not shown in tree mode 
depends on backport 0035530RR16Q4.3 closedranjith_qualiantech_com Characteristics values are not shown in tree mode 
related to defect 0035382 closedranjith_qualiantech_com Characteristic treenode information is redundant in remote mode for products 

-  Notes
(0094664)
Sandrahuguet (developer)
2017-02-28 16:09

Could be caused by https://issues.openbravo.com/view.php?id=33472 [^]
(0095372)
hgbot (developer)
2017-03-17 12:13

Repository: tools/automation/pi-mobile
Changeset: 7fccf7f3dc295c47b2900212481a5fc86d851695
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Mar 17 16:40:27 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7fccf7f3dc295c47b2900212481a5fc86d851695 [^]

Verifies issue 35381 : Added automated test 'I35381_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/I35381_VerifyProductCharacteristicsTree.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35381_VerifyProductCharacteristicsTree_HV.java
---
(0095373)
hgbot (developer)
2017-03-17 12:13

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0aea2c2f2ab69a3392e866df7df64a98729e0904
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Mar 17 16:42:04 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0aea2c2f2ab69a3392e866df7df64a98729e0904 [^]

Fixes issue 35381 : Added Tree level for Product Characteristics

* Refactored Code (Duplicate DAL queries replaced with childrenList)
* Removed Tree Node Query for Remote Mode

---
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
---
(0095556)
migueldejuana (developer)
2017-03-24 13:26

Create in sampledata new characteristic with several value levels to use it in tests
(0095656)
hgbot (developer)
2017-03-29 15:23

Repository: erp/pmods/org.openbravo.retail.sampledata
Changeset: 1fc2a19d0272c565341ada2a70511e8669c97ae9
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 29 18:52:38 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/1fc2a19d0272c565341ada2a70511e8669c97ae9 [^]

Related to issue 35381: Added Data for Charateristics Tree

* Added Charateristics Tree Structure for Color
  Blue
     Dark Blue
        High Dark Blue
        Low Dark Blue
     Light Blue
     Royal Blue

* Associate Products with Color Charateristics

---
M referencedata/sampledata/The_White_Valley_Group/AD_TREENODE.xml
M referencedata/sampledata/The_White_Valley_Group/M_CH_VALUE.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT_CH.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT_CH_VALUE.xml
---
(0095657)
hgbot (developer)
2017-03-29 15:23

Repository: tools/automation/pi-mobile
Changeset: 228118216d7483e7f1f385d49cf53068f94360c5
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 29 18:53:14 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/228118216d7483e7f1f385d49cf53068f94360c5 [^]

Verifies issue 35381 : Added automated test 'I35381_VerifyProductCharacteristicsTree'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35381_VerifyProductCharacteristicsTree.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductChangesCharacteristic.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductSelectCharacteristic.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35381_VerifyProductCharacteristicsTree_HV.java
---
(0095665)
migueldejuana (developer)
2017-03-29 17:15

See attached video.

After doing one filter using a "tree value", we can do another filter by below values of the selected value. Allowing that we get this 2 problems:

1. Second selected value doesn't appear in the label "Filtering by" but the filter is done.
2. Second selected value doesn't appear any more in the characteristic modal

Solution.

Do not allow to do a "second filter" in the same characteristic. This is what we do for regular characteristic values. If we select Capacity-->2L-4L and we we press Done, if we try to add different values for Capacity we are not able to do it.

Another solution is to fix mentioned 2 errors, but I would do above suggested solution.
(0095736)
hgbot (developer)
2017-03-30 18:47

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: eab8d7f56ff2885b64c405df209a0bdb3ba3ec76
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Mar 30 22:16:59 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/eab8d7f56ff2885b64c405df209a0bdb3ba3ec76 [^]

Fixes issue 35381 : Selections changes in Product Characteristics Tree level

* 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 web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
---
(0095740)
hgbot (developer)
2017-03-30 18:56

Repository: tools/automation/pi-mobile
Changeset: 97a503d6234e5462bf1d2f81b6e086aaefb61a45
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Mar 30 22:16:40 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/97a503d6234e5462bf1d2f81b6e086aaefb61a45 [^]

Verifies issue 35381 : Modified automated test 'I35381_VerifyProductCharacteristicsTree'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35381_VerifyProductCharacteristicsTree.java
---

- Issue History
Date Modified Username Field Change
2017-02-28 16:06 Sandrahuguet New Issue
2017-02-28 16:06 Sandrahuguet Assigned To => Retail
2017-02-28 16:06 Sandrahuguet Triggers an Emergency Pack => No
2017-02-28 16:09 Sandrahuguet Note Added: 0094664
2017-02-28 16:12 Sandrahuguet Regression level => Production - QA Approved
2017-02-28 16:12 Sandrahuguet Regression introduced in release => RR16Q4
2017-02-28 16:16 Sandrahuguet Priority normal => urgent
2017-02-28 17:04 Sandrahuguet Summary Characteristics buttons are not shown in tree mode => Characteristics values are not shown in tree mode
2017-02-28 17:04 Sandrahuguet Description Updated View Revisions
2017-02-28 17:04 Sandrahuguet Steps to Reproduce Updated View Revisions
2017-03-08 14:22 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2017-03-08 14:22 ranjith_qualiantech_com Status new => scheduled
2017-03-10 05:00 ranjith_qualiantech_com Relationship added related to 0035382
2017-03-15 13:00 marvintm Status scheduled => acknowledged
2017-03-15 13:00 marvintm Status acknowledged => scheduled
2017-03-17 12:13 hgbot Checkin
2017-03-17 12:13 hgbot Note Added: 0095372
2017-03-17 12:13 hgbot Checkin
2017-03-17 12:13 hgbot Note Added: 0095373
2017-03-17 12:13 hgbot Status scheduled => resolved
2017-03-17 12:13 hgbot Resolution open => fixed
2017-03-17 12:13 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0aea2c2f2ab69a3392e866df7df64a98729e0904 [^]
2017-03-24 13:26 migueldejuana Note Added: 0095556
2017-03-24 13:26 migueldejuana Status resolved => new
2017-03-24 13:26 migueldejuana Resolution fixed => open
2017-03-27 07:06 ranjith_qualiantech_com Status new => scheduled
2017-03-29 15:23 hgbot Checkin
2017-03-29 15:23 hgbot Note Added: 0095656
2017-03-29 15:23 hgbot Checkin
2017-03-29 15:23 hgbot Note Added: 0095657
2017-03-29 15:23 ranjith_qualiantech_com Status scheduled => resolved
2017-03-29 15:23 ranjith_qualiantech_com Resolution open => fixed
2017-03-29 17:15 migueldejuana Note Added: 0095665
2017-03-29 17:15 migueldejuana Status resolved => new
2017-03-29 17:15 migueldejuana Resolution fixed => open
2017-03-29 17:15 migueldejuana File Added: out-5-10.ogv
2017-03-30 11:40 ranjith_qualiantech_com Status new => scheduled
2017-03-30 18:47 hgbot Checkin
2017-03-30 18:47 hgbot Note Added: 0095736
2017-03-30 18:47 hgbot Status scheduled => resolved
2017-03-30 18:47 hgbot Resolution open => fixed
2017-03-30 18:47 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0aea2c2f2ab69a3392e866df7df64a98729e0904 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/eab8d7f56ff2885b64c405df209a0bdb3ba3ec76 [^]
2017-03-30 18:56 hgbot Checkin
2017-03-30 18:56 hgbot Note Added: 0095740
2017-03-31 08:39 migueldejuana Review Assigned To => migueldejuana
2017-03-31 08:39 migueldejuana Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker