Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042818Retail ModulesWeb POSpublic2020-01-13 13:102020-01-21 09:41
gorka_gil 
gorka_gil 
normaltrivialalways
closedfixed 
5
 
RR20Q1RR20Q1 
guilleaer
Production - Confirmed Stable
RR19Q3
No
0042818: terminal log: clicks in keypad numbers don't concatenate
Consecutive clicks on pos keypad number should concatenate into one terminal log entry,
But it is creating one entry per click.
- in web pos, in scan window, click '2','3','4' in the pos keypad with mouse.
- complete the ticket so terminal log data is syncrhonized
- open the terminal log window in backend and the last entries created,
will have 3 entries, one for '2', other for '3', and other for '4'.
When it should have one entry for the three
looks like the enyo structure of the keypad has change, needed to adapt the code to the new structure
No tags attached.
blocks defect 0042817 closed gorka_gil terminal log: clicks in keypad numbers don't concatenate 
Issue History
2020-01-13 13:52gorka_gilTypedefect => backport
2020-01-13 13:52gorka_gilTarget Version => RR20Q1
2020-01-13 14:18hgbotCheckin
2020-01-13 14:18hgbotNote Added: 0116800
2020-01-13 14:18hgbotStatusscheduled => resolved
2020-01-13 14:18hgbotResolutionopen => fixed
2020-01-13 14:18hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR20Q1/org.openbravo.mobile.core/rev/204b2f461da5c87525d0dd2106c4e411ae14d463 [^]
2020-01-21 09:41guilleaerReview Assigned To => guilleaer
2020-01-21 09:41guilleaerStatusresolved => closed
2020-01-21 09:41guilleaerFixed in Version => RR20Q1

Notes
(0116800)
hgbot   
2020-01-13 14:18   
Repository: retail/backports/3.0RR20Q1/org.openbravo.mobile.core
Changeset: 204b2f461da5c87525d0dd2106c4e411ae14d463
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Mon Jan 13 14:18:30 2020 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR20Q1/org.openbravo.mobile.core/rev/204b2f461da5c87525d0dd2106c4e411ae14d463 [^]

Fixes BUG-42818: terminal-log: fix numeric keypad clicks concatenation

---
M web/org.openbravo.mobile.core/source/utils/ob-terminal-log.js
---