Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036387Retail ModulesWeb POSpublic2017-07-03 13:012018-05-18 14:43
nataliag 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
RR18Q3 
marvintm
No
0036387: Quantity and Price buttons should be disabled in Scan Mode
When user is in scan mode and accidentally press the Quantity or the Price button and scans a product, the UPC of the product is set as the quantity or price of the last scanned product.

 
1- Log in POS terminal and create a new ticket.
2- Scan a product.
3- Press the quantity button
4- Scan another product.
5- The quantity of the product scanned in step 2 is set as the UPC of the last product scanned which use to be a large number.
No tags attached.
Issue History
2017-07-03 13:01nataliagNew Issue
2017-07-03 13:01nataliagAssigned To => Retail
2017-07-03 13:01nataliagTriggers an Emergency Pack => No
2018-05-16 15:12jorge-garciaStatusnew => scheduled
2018-05-16 15:12jorge-garciaAssigned ToRetail => jorge-garcia
2018-05-17 16:58hgbotCheckin
2018-05-17 16:58hgbotNote Added: 0104568
2018-05-17 16:59hgbotCheckin
2018-05-17 16:59hgbotNote Added: 0104569
2018-05-17 16:59hgbotStatusscheduled => resolved
2018-05-17 16:59hgbotResolutionopen => fixed
2018-05-17 16:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cc1b4c242339409c9091b5c31a7d52f28e704ba3 [^]
2018-05-18 14:43marvintmReview Assigned To => marvintm
2018-05-18 14:43marvintmStatusresolved => closed
2018-05-18 14:43marvintmFixed in Version => RR18Q3

Notes
(0104568)
hgbot   
2018-05-17 16:58   
Repository: tools/automation/pi-mobile
Changeset: 0db346663192b2c6c538b0ce035baa7811d19c3e
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu May 17 10:30:44 2018 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0db346663192b2c6c538b0ce035baa7811d19c3e [^]

Verifies issue 36387: Quantity and Price buttons should be disabled in Scan
Mode

Added new test I36387_VerifyPopupShownOnMaximumExceeded.

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/externalInput/I36387_VerifyPopupShownOnMaximumExceeded.java
---
(0104569)
hgbot   
2018-05-17 16:59   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: cc1b4c242339409c9091b5c31a7d52f28e704ba3
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu May 17 08:42:25 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cc1b4c242339409c9091b5c31a7d52f28e704ba3 [^]

Fixed issue 36387: Quantity and Price buttons should be disabled in Scan
Mode

This commit includes:
  * Definition of two new properties.
  * Implement the logic to show a popup in case the value using keyboard
    exceeded the limit establish by preferences.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
---