Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034304Retail ModulesMulti UPC/EAN for Productpublic2016-10-26 13:332017-01-30 10:07
migueldejuana 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
 
marvintm
No
No
0034304: Filter by MultiUPC remotely in Search tab is not working
Filter by MultiUPC remotely in Search tab is not working.
We didn't consider MultiUPC filter to be able to work remotely when we are using SEARCH tab.
Even more, for filtering by MultiUPC in Search tab locally, we are overridimg addWhereFilter method and that is wrong.
- Open ERP
- Go to Product window, select Adhesive body warmers and open MultiUPC subtap
- Enter a code, "6665"
- Set preference "Enable Remote for Product" to Y
- Open Web POS
- Tap on SEARCH tab
- Write in the input field the code "6665"
- ERROR: No products appear in the list
No tags attached.
related to design defect 0034471 acknowledged Retail [HGVOL] make multiupc model compatible with remote model 
related to defect 0035022 closed ranjith_qualiantech_com Changing “Default Tab for Web POS” field of a terminal from Scan or Browse, to Search option, causes an error. 
Issue History
2016-10-26 13:33migueldejuanaNew Issue
2016-10-26 13:33migueldejuanaAssigned To => Retail
2016-10-26 13:33migueldejuanaOBNetwork customer => No
2016-10-26 13:33migueldejuanaTriggers an Emergency Pack => No
2016-10-26 13:39migueldejuanaStatusnew => scheduled
2017-01-18 14:28ranjith_qualiantech_comRelationship addedrelated to 0034471
2017-01-24 16:03ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-01-25 10:03marvintmRelationship addedrelated to 0035022
2017-01-27 06:30hgbotCheckin
2017-01-27 06:30hgbotNote Added: 0093857
2017-01-27 06:32hgbotCheckin
2017-01-27 06:32hgbotNote Added: 0093858
2017-01-27 09:32hgbotCheckin
2017-01-27 09:32hgbotNote Added: 0093868
2017-01-27 09:33ranjith_qualiantech_comStatusscheduled => resolved
2017-01-27 09:33ranjith_qualiantech_comResolutionopen => fixed
2017-01-30 10:07marvintmReview Assigned To => marvintm
2017-01-30 10:07marvintmNote Added: 0093917
2017-01-30 10:07marvintmStatusresolved => closed

Notes
(0093857)
hgbot   
2017-01-27 06:30   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 95a3c853e6b949acc7edf202f5dff56efe917f08
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jan 27 10:58:56 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/95a3c853e6b949acc7edf202f5dff56efe917f08 [^]

Related to issue 34304 : Modified whereFilter to add wherclause in hooks

* Refactored nameFilterTypes to avoid multiple calls

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0093858)
hgbot   
2017-01-27 06:32   
Repository: erp/pmods/org.openbravo.retail.multiupc
Changeset: 769f7c46a40cef9d2f1a8a64ec578e2cdc0ba4f0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jan 27 11:01:15 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.multiupc/rev/769f7c46a40cef9d2f1a8a64ec578e2cdc0ba4f0 [^]

Related to issue 34304 : Added hook for Product Search instead of extend

---
M web/org.openbravo.retail.multiupc/js/extendUPCSearch.js
---
(0093868)
hgbot   
2017-01-27 09:32   
Repository: tools/automation/pi-mobile
Changeset: 2ffc892b1011be88aa55db95fb8d1d1e1f19d878
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jan 27 13:32:28 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2ffc892b1011be88aa55db95fb8d1d1e1f19d878 [^]

Verifies issue 34304 : Added automated test 'I34304_VerifyMultiUPCOnSearch'

---
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupc/I34304_VerifyMultiUPCOnSearch.java
---
(0093917)
marvintm   
2017-01-30 10:07   
Changes have been reviewed and are correct, they are important to prevent some client-side errors from happening, and also improve the way the module is constructed. However, the module still doesn't support remote search properly. There is a separate issue in which we will keep track of the progress on that part from now on:

https://issues.openbravo.com/view.php?id=34471 [^]