Openbravo Issue Tracking System - Retail Modules
View Issue Details
0046983Retail ModulesWeb POSpublic2021-06-03 18:002021-06-15 16:58
salvador_campanella 
gorka_gil 
normalmajoralways
closedfixed 
5
 
RR21Q3 
Production - Confirmed Stable
2019-12-10
RR20Q2
https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/088a9d68dc5263197274ad0c3c1b2592137a44a2 [^]
No
0046983: The terminal log is not recording some actions
The terminal log is not recording some actions

ggi edit:
The problem is when pressing many consecutives keys,
for each consecutive key pressed it deletes one line of the terminal log.
Example:
Write with keyboard: hello
It will delete the last 4 entries of the terminal log (4 instead 5 lines, because first key doesn't have the problem)
This case has been reviewed with Gorka Gil in the nor-test instance.

- Find a product
- select gdt_test as business partner
- click en total button
- select more.. button
- select credit as the payment method
- finish the transaction

Result: in the terminal log not appear the steps
- select more.. button
- select credit as the payment method
- finish the transaction

NOR
depends on backport 0047121RR21Q2.1 closed gorka_gil Retail Modules The terminal log is not recording some actions 
depends on backport 0047122RR21Q1.4 closed gorka_gil Retail Modules The terminal log is not recording some actions 
depends on backport 0047124TAP closed gorka_gil POS2 The terminal log is not recording some actions 
Issue History
2021-06-03 18:00salvador_campanellaNew Issue
2021-06-03 18:00salvador_campanellaAssigned To => Retail
2021-06-03 18:00salvador_campanellaFile Added: missingSteps.png
2021-06-03 18:00salvador_campanellaTriggers an Emergency Pack => No
2021-06-03 18:01salvador_campanellaResolution time => 1624485600
2021-06-11 12:47rafarodaTag Attached: NOR
2021-06-11 14:09gorka_gilAssigned ToRetail => gorka_gil
2021-06-11 14:09gorka_gilStatusnew => acknowledged
2021-06-11 14:10gorka_gilStatusacknowledged => scheduled
2021-06-11 14:11gorka_gilSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=22717#r22717
2021-06-14 17:02gorka_gilRegression level => Production - Confirmed Stable
2021-06-14 17:02gorka_gilRegression date => 2019-12-10
2021-06-14 17:02gorka_gilRegression introduced in release => RR20Q2
2021-06-14 17:02gorka_gilRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/088a9d68dc5263197274ad0c3c1b2592137a44a2 [^]
2021-06-14 17:03gorka_gilStatusscheduled => acknowledged
2021-06-14 17:09gorka_gilStatusacknowledged => scheduled
2021-06-14 17:17gorka_gilDescription Updatedbug_revision_view_page.php?rev_id=22729#r22729
2021-06-14 17:23hgbotNote Added: 0129480
2021-06-15 16:24salvador_campanellaFile Deleted: missingSteps.png
2021-06-15 16:25salvador_campanellaFile Added: newImagen.png
2021-06-15 16:58hgbotNote Added: 0129520
2021-06-15 16:58hgbotResolutionopen => fixed
2021-06-15 16:58hgbotStatusscheduled => closed
2021-06-15 16:58hgbotFixed in Version => RR21Q3
2021-06-15 16:58hgbotNote Added: 0129521
2021-06-16 12:58salvador_campanellaFile Deleted: newImagen.png

Notes
(0129480)
hgbot   
2021-06-14 17:23   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/235 [^]
(0129520)
hgbot   
2021-06-15 16:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/235 [^]
(0129521)
hgbot   
2021-06-15 16:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 103a16728a6f87e01a8eaec8930ebc800a212790
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 2021-06-15T12:29:46+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/103a16728a6f87e01a8eaec8930ebc800a212790 [^]

Fixes ISSUE-46983: fix terminal log missing lines when concatenating keystrokes

---
M web-test/model/business-object/terminal-log/TerminalLog-StateAction-Addkey.test.js
M web/org.openbravo.mobile.core/app/model/business-object/terminal-log/actions/AddKey.js
---