Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038843Retail ModulesWeb POSpublic2018-06-26 16:432018-07-27 15:33
anderaranguren 
rqueralta 
urgentmajoralways
closedfixed 
5
pi 
RR18Q4 
marvintm
No
0038843: UPC/EAN field does not support "-" character
UPC/EAN field does not support "-" character
-Go to the backoffice to 'Product' window
-Add a product with a UPC/EAN containing '-'
-Go to the Web POS
-Try to type the UPC/EAN
-Realise that when you type '-' the previous characters are deleted
No tags attached.
related to defect 0026151RR14Q3 closed szapata UPC/EAN field does not support "-" character 
Issue History
2018-06-26 16:43anderarangurenNew Issue
2018-06-26 16:43anderarangurenAssigned To => Retail
2018-06-26 16:43anderarangurenTriggers an Emergency Pack => No
2018-06-26 16:50anderarangurenResolution time => 1531778400
2018-06-26 16:50anderarangurenRegression introduced in release => pi
2018-06-26 16:50anderarangurenPriorityhigh => immediate
2018-06-26 16:51anderarangurenRelationship addedrelated to 0026151
2018-06-26 17:03eugeniIssue Monitored: eugeni
2018-07-06 21:58rqueraltaAssigned ToRetail => rqueralta
2018-07-06 21:58rqueraltaStatusnew => scheduled
2018-07-12 11:41anderarangurenRegression introduced in releasepi =>
2018-07-12 11:41anderarangurenPriorityimmediate => urgent
2018-07-18 15:04hgbotCheckin
2018-07-18 15:04hgbotNote Added: 0105781
2018-07-18 15:04hgbotStatusscheduled => resolved
2018-07-18 15:04hgbotResolutionopen => fixed
2018-07-18 15:04hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b56621bf6325f272b41f8e111c9309b6b86bb759 [^]
2018-07-26 10:00hgbotCheckin
2018-07-26 10:00hgbotNote Added: 0105953
2018-07-26 10:00marvintmReview Assigned To => marvintm
2018-07-26 10:00marvintmStatusresolved => closed
2018-07-26 10:00marvintmFixed in Version => RR18Q4
2018-07-27 15:33hgbotCheckin
2018-07-27 15:33hgbotNote Added: 0105992

Notes
(0105781)
hgbot   
2018-07-18 15:04   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: b56621bf6325f272b41f8e111c9309b6b86bb759
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Tue Jul 17 14:10:16 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b56621bf6325f272b41f8e111c9309b6b86bb759 [^]

Fixed issue 38843: UPC/EAN field does not support "-" character

- To allow write or not minus and plus characters a new preference was "Web POS
Allow minus/plus characters in UPCEAN codes" added with default value 'N'

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---
(0105953)
hgbot   
2018-07-26 10:00   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 62771930acc248db7a27c8bd22e432214f22c280
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jul 26 09:59:55 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/62771930acc248db7a27c8bd22e432214f22c280 [^]

Related to issue 38843. Use hasPermission API. Ensure preference is also used in the '+' flow.

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---
(0105992)
hgbot   
2018-07-27 15:33   
Repository: tools/automation/pi-mobile
Changeset: 8088c565fa415d5c1a3d7609fdfcc7bc1a72e13b
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Jul 18 12:13:14 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8088c565fa415d5c1a3d7609fdfcc7bc1a72e13b [^]

Related to issue 38843: added automated test

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I38843_VerifyUPC_EANFieldCharacterSupport.java
---