Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042819Retail ModulesWeb POSpublic2020-01-13 13:102020-02-18 07:42
gorka_gil 
gorka_gil 
normaltrivialalways
closedfixed 
5
 
RR19Q4.2RR19Q4.2 
guilleaer
Production - Confirmed Stable
RR19Q3
No
0042819: 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 => RR19Q4.2
2020-01-13 14:15hgbotCheckin
2020-01-13 14:15hgbotNote Added: 0116799
2020-01-13 14:15hgbotStatusscheduled => resolved
2020-01-13 14:15hgbotResolutionopen => fixed
2020-01-13 14:15hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q4.2/org.openbravo.mobile.core/rev/554aeefdcdb828d4751bce3db71a14c434b7c52c [^]
2020-02-18 07:42guilleaerReview Assigned To => guilleaer
2020-02-18 07:42guilleaerStatusresolved => closed
2020-02-18 07:42guilleaerFixed in Version => RR19Q4.2

Notes
(0116799)
hgbot   
2020-01-13 14:15   
Repository: retail/backports/3.0RR19Q4.2/org.openbravo.mobile.core
Changeset: 554aeefdcdb828d4751bce3db71a14c434b7c52c
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Mon Jan 13 14:06:56 2020 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR19Q4.2/org.openbravo.mobile.core/rev/554aeefdcdb828d4751bce3db71a14c434b7c52c [^]

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

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