Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040116Retail ModulesWeb POSpublic2019-01-30 10:312019-02-15 14:23
Leyre 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR18Q4.2RR18Q4.2 
marvintm
No
0040116: 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 => RR18Q4.2
2019-02-12 12:59hgbotCheckin
2019-02-12 12:59hgbotNote Added: 0109709
2019-02-12 12:59hgbotCheckin
2019-02-12 12:59hgbotNote Added: 0109711
2019-02-12 13:25hgbotCheckin
2019-02-12 13:25hgbotNote Added: 0109715
2019-02-12 13:25hgbotCheckin
2019-02-12 13:25hgbotNote Added: 0109716
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.0RR18Q4.2/org.openbravo.mobile.core/rev/9885c6119f19c43d211da74a71c25242a347a31e [^]
2019-02-15 14:23marvintmReview Assigned To => marvintm
2019-02-15 14:23marvintmStatusresolved => closed
2019-02-15 14:23marvintmFixed in Version => RR18Q4.2

Notes
(0109709)
hgbot   
2019-02-12 12:59   
Repository: retail/backports/3.0RR18Q4.2/org.openbravo.retail.posterminal
Changeset: 400b7690a4291acdfa005b549d12e79c2dedcdc9
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 12 17:27:59 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q4.2/org.openbravo.retail.posterminal/rev/400b7690a4291acdfa005b549d12e79c2dedcdc9 [^]

Related to issue 40116 : Applied New Java Formatting

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

Related to issue 40116 : Applied New Java Formatting

---
M src/org/openbravo/mobile/core/login/MobileCoreLoginHandler.java
---
(0109715)
hgbot   
2019-02-12 13:25   
Repository: retail/backports/3.0RR18Q4.2/org.openbravo.retail.posterminal
Changeset: 1a88336f57a4e6da09ad270fb393fd0d33d9127e
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 12 17:29:46 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q4.2/org.openbravo.retail.posterminal/rev/1a88336f57a4e6da09ad270fb393fd0d33d9127e [^]

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

* Refactored to avoid NULL Exception

---
M src/org/openbravo/retail/posterminal/POSLoginHandler.java
---
(0109716)
hgbot   
2019-02-12 13:25   
Repository: retail/backports/3.0RR18Q4.2/org.openbravo.mobile.core
Changeset: 9885c6119f19c43d211da74a71c25242a347a31e
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 12 17:29:53 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q4.2/org.openbravo.mobile.core/rev/9885c6119f19c43d211da74a71c25242a347a31e [^]

Fixed issue 40116 : 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
---