Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042817Retail ModulesWeb POSpublic2020-01-13 13:102020-01-21 09:42
gorka_gil 
gorka_gil 
normaltrivialalways
closedfixed 
5
 
RR20Q2 
guilleaer
Production - Confirmed Stable
RR19Q3
No
0042817: 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.
depends on backport 0042818RR20Q1 closed gorka_gil terminal log: clicks in keypad numbers don't concatenate 
depends on backport 0042819RR19Q4.2 closed gorka_gil terminal log: clicks in keypad numbers don't concatenate 
depends on backport 0042820RR19Q3.3 closed gorka_gil terminal log: clicks in keypad numbers don't concatenate 
Issue History
2020-01-13 13:10gorka_gilNew Issue
2020-01-13 13:10gorka_gilAssigned To => gorka_gil
2020-01-13 13:10gorka_gilTriggers an Emergency Pack => No
2020-01-13 13:17gorka_gilRegression level => Production - Confirmed Stable
2020-01-13 13:17gorka_gilRegression introduced in release => RR19Q3
2020-01-13 13:17gorka_gilSeverityminor => trivial
2020-01-13 13:52gorka_gilStatusnew => scheduled
2020-01-13 14:10hgbotCheckin
2020-01-13 14:10hgbotNote Added: 0116797
2020-01-13 14:10hgbotStatusscheduled => resolved
2020-01-13 14:10hgbotResolutionopen => fixed
2020-01-13 14:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bbc564e78678db10734b525bc22edbe635123bd8 [^]
2020-01-21 09:42guilleaerReview Assigned To => guilleaer
2020-01-21 09:42guilleaerStatusresolved => closed
2020-01-21 09:42guilleaerFixed in Version => RR20Q2

Notes
(0116797)
hgbot   
2020-01-13 14:10   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bbc564e78678db10734b525bc22edbe635123bd8
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Mon Jan 13 14:06:56 2020 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bbc564e78678db10734b525bc22edbe635123bd8 [^]

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

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