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

Notes
(0116798)
hgbot   
2020-01-13 14:12   
Repository: retail/backports/3.0RR19Q3.3/org.openbravo.mobile.core
Changeset: 719837273adb3cc3d924d0e659dfd025d629f6f2
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.0RR19Q3.3/org.openbravo.mobile.core/rev/719837273adb3cc3d924d0e659dfd025d629f6f2 [^]

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

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