Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048684Retail ModulesWeb POSpublic2022-02-28 14:042022-03-28 09:04
malsasua 
ranjith_qualiantech_com 
highmajorsometimes
closedfixed 
5
 
RR22Q2 
No
0048684: Huge terminal log json
In a customer, a huge terminal log was created in the POS, and it was not synced because below error is returned:

... is too long, it has length 12010244, the maximum allowed length is 10000000

Below, you can find the json generated:
https://drive.google.com/file/d/1pU_fVSbxrJxoDo4UxFh9yLfv5QU_tVPc/view?usp=sharing [^]
n/a
No tags attached.
related to defect 0040500 closed ranjith_qualiantech_com Corrupted message in TerminalLog 
related to defect 0045168 closed prakashmurugesan88 The POS is generating a huge terminal log record 
Issue History
2022-02-28 14:04malsasuaNew Issue
2022-02-28 14:04malsasuaAssigned To => Retail
2022-02-28 14:04malsasuaTriggers an Emergency Pack => No
2022-02-28 14:07malsasuaRelationship addedrelated to 0040500
2022-03-02 09:15malsasuaRelationship addedrelated to 0045168
2022-03-08 19:13malsasuaNote Added: 0135563
2022-03-18 11:46ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2022-03-18 11:46ranjith_qualiantech_comStatusnew => scheduled
2022-03-21 10:23ranjith_qualiantech_comFile Added: 48684_DKT_mobilecore_dev.diff
2022-03-22 07:05ranjith_qualiantech_comNote Added: 0135906
2022-03-22 07:05ranjith_qualiantech_comStatusscheduled => resolved
2022-03-22 07:05ranjith_qualiantech_comResolutionopen => fixed
2022-03-24 06:35ranjith_qualiantech_comStatusresolved => new
2022-03-24 06:35ranjith_qualiantech_comResolutionfixed => open
2022-03-24 06:35ranjith_qualiantech_comStatusnew => scheduled
2022-03-24 10:42hgbotNote Added: 0135993
2022-03-28 09:04hgbotResolutionopen => fixed
2022-03-28 09:04hgbotStatusscheduled => closed
2022-03-28 09:04hgbotNote Added: 0136084
2022-03-28 09:04hgbotFixed in Version => RR22Q2
2022-03-28 09:04hgbotNote Added: 0136085
2022-03-28 09:27ranjith_qualiantech_comFile Deleted: 48684_DKT_mobilecore_dev.diff

Notes
(0135563)
malsasua   
2022-03-08 19:13   
a new case:
https://drive.google.com/file/d/1dH1ujApZLO9L_pkGbKiwrI8r7TZWzKVT/view?usp=sharing [^]
(0135906)
ranjith_qualiantech_com   
2022-03-22 07:05   
Issue occurs in SCO only when user doing long press tab button and no focusable element present(other than "focusKeeper" input element).
To fix it, If Previous event and current event are same, skip the log event (for Tab event only)

Attach the diff (48684_DKT_mobilecore_dev.diff)
(0135993)
hgbot   
2022-03-24 10:42   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/347 [^]
(0136084)
hgbot   
2022-03-28 09:04   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/347 [^]
(0136085)
hgbot   
2022-03-28 09:04   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 614cb2e1044dd782e49b27aee293a5ba9210026e
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 24-03-2022 15:10:15
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/614cb2e1044dd782e49b27aee293a5ba9210026e [^]

Fixed ISSUE-48684: Replace Last LogEntry if previous and current tab event are same

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