Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030257Retail ModulesWeb POSpublic2015-06-26 11:512015-09-04 10:10
guillermogil 
guillermogil 
normalminorN/A
closedfixed 
5
 
RR15Q4 
mtaal
No
0030257: Hide characteristics on WebPOS
Give the possibility to hide some product characteristics on Search Panel of WebPOS
N/A
No tags attached.
depends on defect 0030256 closed guillermogil Product Characteristics table is not refreshed on WebPOS 
diff mobileCore.diff (4,098) 2015-06-26 11:53
https://issues.openbravo.com/file_download.php?file_id=8234&type=bug
diff posterminal.diff (10,941) 2015-06-26 11:53
https://issues.openbravo.com/file_download.php?file_id=8235&type=bug
Issue History
2015-06-26 11:51guillermogilNew Issue
2015-06-26 11:51guillermogilAssigned To => Retail
2015-06-26 11:51guillermogilTriggers an Emergency Pack => No
2015-06-26 11:53guillermogilFile Added: mobileCore.diff
2015-06-26 11:53guillermogilFile Added: posterminal.diff
2015-08-20 09:03guillermogilAssigned ToRetail => guillermogil
2015-08-20 09:03guillermogilReview Assigned To => marvintm
2015-08-20 09:04guillermogilRelationship addeddepends on 0030256
2015-08-26 11:59hgbotCheckin
2015-08-26 11:59hgbotNote Added: 0079750
2015-08-26 11:59hgbotStatusnew => resolved
2015-08-26 11:59hgbotResolutionopen => fixed
2015-08-26 11:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fc90677c7303f1427860f3326851eadf03b26cb6 [^]
2015-08-26 12:00hgbotCheckin
2015-08-26 12:00hgbotNote Added: 0079751
2015-08-26 12:00hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fc90677c7303f1427860f3326851eadf03b26cb6 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b29b4924cd6bf1d9044d6165375126382b79dd28 [^]
2015-09-01 14:13mtaalNote Added: 0079996
2015-09-01 14:14mtaalReview Assigned Tomarvintm => mtaal
2015-09-01 14:14mtaalNote Added: 0079997
2015-09-01 14:14mtaalStatusresolved => closed
2015-09-01 14:14mtaalFixed in Version => RR15Q4
2015-09-04 10:10hgbotCheckin
2015-09-04 10:10hgbotNote Added: 0080083

Notes
(0079750)
hgbot   
2015-08-26 11:59   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fc90677c7303f1427860f3326851eadf03b26cb6
Author: Jonathan Bueno <jonathan.bueno <at> openbravo.com>
Date: Wed Aug 26 11:58:50 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fc90677c7303f1427860f3326851eadf03b26cb6 [^]

Fixed issue 0030257: Hide characteristics on WebPOS

added the option to hide characteristics from the products

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/retail/posterminal/master/ProductCharacteristicProperties.java
M web/org.openbravo.retail.posterminal/js/model/productcharacteristic.js
A src-db/database/model/modifiedTables/M_CHARACTERISTIC.xml
---
(0079751)
hgbot   
2015-08-26 12:00   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: b29b4924cd6bf1d9044d6165375126382b79dd28
Author: Jonathan Bueno <jonathan.bueno <at> openbravo.com>
Date: Wed Aug 26 12:00:24 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b29b4924cd6bf1d9044d6165375126382b79dd28 [^]

Fixed issue 0030257: Hide characteristics on WebPOS

added the option to hide characteristics from the products

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0079996)
mtaal   
2015-09-01 14:13   
Documented here:
http://wiki.openbravo.com/wiki/Retail:Web_POS_User_Guide#Searching [^]
(0079997)
mtaal   
2015-09-01 14:14   
Reviewed
(0080083)
hgbot   
2015-09-04 10:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e9933ad9366f91c6c8db7b3e719bb6fefa1192ae
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Fri Sep 04 10:09:48 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e9933ad9366f91c6c8db7b3e719bb6fefa1192ae [^]

Related to issue 30562. Related to issue 30257. Filter hidden characteristics.

It is possible to flag a characteristic as hidden in the Web POS. These
characteristics shouldn't be loaded to the WebPOS.

---
M src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
M src/org/openbravo/retail/posterminal/master/ProductCharacteristicValue.java
---