Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040117Retail ModulesWeb POSpublic2019-01-30 10:312019-02-15 14:21
Leyre 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR18Q3.5RR18Q3.5 
marvintm
No
0040117: Can initiate login in a terminal with a user from another store, but it is blocked on loading
Can initiate login in a terminal with a user from another store, but it is blocked on loading
1. Go to a terminal of store VBS-1

2. User 'posets' does not exist for this terminal (give permission to another terminal for this user, for example 'CMS POS Terminal').

3. Anyway, do login in VBS-1 with user posets

4. Loading starts as if the user was about to log in, but then loading gets stuck
There should be the regular message of invalid username or password.

This works well in 18Q1 version.
No tags attached.
blocks defect 0040058 closed ranjith_qualiantech_com Can initiate login in a terminal with a user from another store, but it is blocked on loading 
Issue History
2019-02-04 09:26marvintmTypedefect => backport
2019-02-04 09:26marvintmTarget Version => RR18Q3.5
2019-02-12 12:59hgbotCheckin
2019-02-12 12:59hgbotNote Added: 0109712
2019-02-12 12:59hgbotCheckin
2019-02-12 12:59hgbotNote Added: 0109713
2019-02-12 13:25hgbotCheckin
2019-02-12 13:25hgbotNote Added: 0109717
2019-02-12 13:25hgbotCheckin
2019-02-12 13:25hgbotNote Added: 0109718
2019-02-12 13:25hgbotStatusscheduled => resolved
2019-02-12 13:25hgbotResolutionopen => fixed
2019-02-12 13:25hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/7b053ff818892def02e4a743ce5800e29510c418 [^] => http://code.openbravo.com/retail/backports/3.0RR18Q3.5/org.openbravo.mobile.core/rev/1b737cc4609af534cd7026d1ad796fdb0fbac808 [^]
2019-02-15 14:21marvintmReview Assigned To => marvintm
2019-02-15 14:21marvintmStatusresolved => closed
2019-02-15 14:21marvintmFixed in Version => RR18Q3.5

Notes
(0109712)
hgbot   
2019-02-12 12:59   
Repository: retail/backports/3.0RR18Q3.5/org.openbravo.retail.posterminal
Changeset: 82f5d77c2d8c2b063933ccd8b80eece54c556f65
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 12 17:28:06 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3.5/org.openbravo.retail.posterminal/rev/82f5d77c2d8c2b063933ccd8b80eece54c556f65 [^]

Related to issue 40117 : Applied New Java Formatting

---
M src/org/openbravo/retail/posterminal/POSLoginHandler.java
---
(0109713)
hgbot   
2019-02-12 12:59   
Repository: retail/backports/3.0RR18Q3.5/org.openbravo.mobile.core
Changeset: 3b1aa39c3dbc61ed31bacc802eea118a5deafce1
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 12 17:28:10 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3.5/org.openbravo.mobile.core/rev/3b1aa39c3dbc61ed31bacc802eea118a5deafce1 [^]

Related to issue 40117 : Applied New Java Formatting

---
M src/org/openbravo/mobile/core/login/MobileCoreLoginHandler.java
---
(0109717)
hgbot   
2019-02-12 13:25   
Repository: retail/backports/3.0RR18Q3.5/org.openbravo.retail.posterminal
Changeset: c7dbd7e2d171cdc08b15f6e14e61657e61d6fb27
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 12 17:30:00 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3.5/org.openbravo.retail.posterminal/rev/c7dbd7e2d171cdc08b15f6e14e61657e61d6fb27 [^]

Related to issue 40117 : Validate Login Defaults validation when login from POS

* Refactored to avoid NULL Exception

---
M src/org/openbravo/retail/posterminal/POSLoginHandler.java
---
(0109718)
hgbot   
2019-02-12 13:25   
Repository: retail/backports/3.0RR18Q3.5/org.openbravo.mobile.core
Changeset: 1b737cc4609af534cd7026d1ad796fdb0fbac808
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 12 17:30:05 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3.5/org.openbravo.mobile.core/rev/1b737cc4609af534cd7026d1ad796fdb0fbac808 [^]

Fixed issue 40117 : Added ADMessage to Validate Login Defaults when login

* If Login Validation fails, Proper Message should be shown to POS User

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/mobile/core/login/MobileCoreLoginHandler.java
---