Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039366Retail ModulesWeb POSpublic2018-09-27 17:182018-10-16 15:23
Leyre 
jorge-garcia 
immediatemajoralways
closedfixed 
5
 
RR19Q1 
marvintm
Production - Confirmed Stable
2018-05-31
RR18Q2.1
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/76b04df18c4c746eb6c64dc621962f8d2aeb1dc1 [^]
No
0039366: Error in the preference "No Auto Incremental Load at Login"
Error in the preference "No Auto Incremental Load at Login"
1. Activate the preference "No Auto Incremental Load at Login"

2. Try to log in to the POS Terminal.

3. Log out.

4. Try again to log in to the POS Terminal.

** Verify that it is not possible to log in.

The data load stops in:

"Loading Incremental Data...
Reading Terminal properties"
No tags attached.
depends on backport 0039374RR18Q4 closed jorge-garcia Error in the preference "No Auto Incremental Load at Login" 
depends on backport 0039375RR18Q3.2 closed jorge-garcia Error in the preference "No Auto Incremental Load at Login" 
depends on backport 0039376RR18Q2.4 closed jorge-garcia Error in the preference "No Auto Incremental Load at Login" 
caused by defect 0038640 closed jorge-garcia POS is ready but master refresh process is running yet 
Issue History
2018-09-27 17:18LeyreNew Issue
2018-09-27 17:18LeyreAssigned To => Retail
2018-09-27 17:18LeyreResolution time => 1539813600
2018-09-27 17:18LeyreTriggers an Emergency Pack => No
2018-09-28 03:04rqueraltaAssigned ToRetail => rqueralta
2018-09-28 03:05rqueraltaStatusnew => scheduled
2018-09-28 08:20jorge-garciaAssigned Torqueralta => jorge-garcia
2018-09-28 11:10egoitzResolution time1539813600 => 1538344800
2018-09-28 11:49jorge-garciaNote Added: 0107066
2018-09-28 11:49jorge-garciaStatusscheduled => acknowledged
2018-09-28 11:52jorge-garciaRegression level => Production - Confirmed Stable
2018-09-28 11:52jorge-garciaRegression date => 2018-05-31
2018-09-28 11:52jorge-garciaRegression introduced in release => RR18Q2.1
2018-09-28 11:52jorge-garciaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/76b04df18c4c746eb6c64dc621962f8d2aeb1dc1 [^]
2018-09-28 11:53jorge-garciaRelationship addedcaused by 0038640
2018-09-28 11:53jorge-garciaStatusacknowledged => scheduled
2018-09-28 13:17egoitzIssue Monitored: egoitz
2018-10-01 16:13hgbotCheckin
2018-10-01 16:13hgbotNote Added: 0107089
2018-10-01 16:13hgbotStatusscheduled => resolved
2018-10-01 16:13hgbotResolutionopen => fixed
2018-10-01 16:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/48a81aeb6417330dffceee42c48f1f420801e061 [^]
2018-10-01 16:13hgbotCheckin
2018-10-01 16:13hgbotNote Added: 0107091
2018-10-01 18:49marvintmReview Assigned To => marvintm
2018-10-01 18:49marvintmStatusresolved => closed
2018-10-01 18:49marvintmFixed in Version => RR19Q1
2018-10-16 15:23hgbotCheckin
2018-10-16 15:23hgbotNote Added: 0107338

Notes
(0107066)
jorge-garcia   
2018-09-28 11:49   
Reopen issue to create backports
(0107089)
hgbot   
2018-10-01 16:13   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 48a81aeb6417330dffceee42c48f1f420801e061
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Sep 28 11:30:51 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/48a81aeb6417330dffceee42c48f1f420801e061 [^]

Fixed issue 39366: Error in the preference "No Auto Incremental Load at
Login"

The problem was caused due to some triggers we remove in 18Q3. These triggers
were replaced by callbacks to manage correctly the asynchronous calls.

In the specific flow reported in the issue, we miss to include the callback.

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0107091)
hgbot   
2018-10-01 16:13   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 17f5b01a5620280cb1ee37045c01d81b01f174ca
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Sep 28 11:32:09 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/17f5b01a5620280cb1ee37045c01d81b01f174ca [^]

Related to issue 39366: Error in the preference "No Auto Incremental Load at
Login"

Fix a possible error when the interval to decide if the incremental should be
done is being calculated.

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0107338)
hgbot   
2018-10-16 15:23   
Repository: tools/automation/pi-mobile
Changeset: c7dc432443b528c9b5bb8b6423fb1cbbdb83070e
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Oct 09 16:21:15 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c7dc432443b528c9b5bb8b6423fb1cbbdb83070e [^]

Related to issue 39366: added automated test

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I39366_VerifyLoginWithNoAutoIncrementalLoadAtLoginPref.java
---