Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033057Retail ModulesRetail Configurationpublic2016-05-25 23:092017-03-08 18:04
xplacesc 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
RR16Q1.2 
RR17Q2 
marvintm
No
0033057: Variants marked as Best Sellers are not listed in Web POS
If you mark a variant product as a best seller, it does not appear as a "Best Seller" in Web POS
1) Create a generic product with a variant characteristic
2) Generate variants
3) Associate variants to the store assortment and mark one of these variants as "Best Seller"
4) In Web POS, this product does not appear under the "Best Seller" category
No tags attached.
related to defect 0036242 closed ranjith_qualiantech_com Variants marked as Best Sellers are not listed in Web POS with the bestseller module 
related to defect 0037520 closed ranjith_qualiantech_com Performance problem in remote mode when filter by best sellers category 
Issue History
2016-05-25 23:09xplacescNew Issue
2016-05-25 23:09xplacescAssigned To => Retail
2016-05-25 23:09xplacescTriggers an Emergency Pack => No
2017-01-23 14:30ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-01-23 14:30ranjith_qualiantech_comStatusnew => scheduled
2017-02-06 12:51hgbotCheckin
2017-02-06 12:51hgbotNote Added: 0094077
2017-02-06 12:53hgbotCheckin
2017-02-06 12:53hgbotNote Added: 0094078
2017-02-06 12:53hgbotStatusscheduled => resolved
2017-02-06 12:53hgbotResolutionopen => fixed
2017-02-06 12:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a4cb31917b2fa2f5c76d192c895f53bbac34a46d [^]
2017-02-06 12:54hgbotCheckin
2017-02-06 12:54hgbotNote Added: 0094079
2017-03-08 18:04marvintmReview Assigned To => marvintm
2017-03-08 18:04marvintmStatusresolved => closed
2017-03-08 18:04marvintmFixed in Version => RR17Q2
2017-06-13 12:57SandrahuguetRelationship addedrelated to 0036242
2017-12-20 10:00SandrahuguetRelationship addedrelated to 0037520

Notes
(0094077)
hgbot   
2017-02-06 12:51   
Repository: erp/pmods/org.openbravo.retail.sampledata
Changeset: de174fc8416eb6bcc0dd959adb875b1e1348baaa
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Feb 06 17:21:11 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/de174fc8416eb6bcc0dd959adb875b1e1348baaa [^]

Related to issue 33057 : Adding data for Generic Product 'Thermal t-shirt'

* Update Stock to 'Y' and added product price

---
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCT.xml
M referencedata/sampledata/The_White_Valley_Group/M_PRODUCTPRICE.xml
---
(0094078)
hgbot   
2017-02-06 12:53   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a4cb31917b2fa2f5c76d192c895f53bbac34a46d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Feb 06 17:21:52 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a4cb31917b2fa2f5c76d192c895f53bbac34a46d [^]

Fixes issue 33057 : Changed Product property to show best seller for Generic Product

* If Variant product is set as best seller in backoffice, its respective Generic product should be displayed as "best seller"

---
M src/org/openbravo/retail/posterminal/master/ProductProperties.java
---
(0094079)
hgbot   
2017-02-06 12:54   
Repository: tools/automation/pi-mobile
Changeset: 17c9e54eea952105103a28c5a71982a1f37dca53
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Feb 06 17:21:38 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/17c9e54eea952105103a28c5a71982a1f37dca53 [^]

Verifies issue 33057 : Added automated test 'I33057_VerifyGenericProductsAsBestSeller'

* Added products pack test to suite

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/products/AllProductTests.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/products/I33057_VerifyGenericProductsAsBestSeller.java
---