Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040115Retail ModulesWeb POSpublic2019-01-30 10:312019-02-15 14:23
Leyre 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR19Q1RR19Q1 
marvintm
No
0040115: 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 => RR19Q1
2019-02-12 12:59hgbotCheckin
2019-02-12 12:59hgbotNote Added: 0109708
2019-02-12 12:59hgbotCheckin
2019-02-12 12:59hgbotNote Added: 0109710
2019-02-12 13:27hgbotCheckin
2019-02-12 13:27hgbotNote Added: 0109720
2019-02-12 13:27hgbotCheckin
2019-02-12 13:27hgbotNote Added: 0109721
2019-02-12 13:27hgbotStatusscheduled => resolved
2019-02-12 13:27hgbotResolutionopen => fixed
2019-02-12 13:27hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/7b053ff818892def02e4a743ce5800e29510c418 [^] => http://code.openbravo.com/retail/backports/3.0RR19Q1/org.openbravo.mobile.core/rev/ff63ccfb65142c964db0c959368aff076ba2cf89 [^]
2019-02-15 14:23marvintmReview Assigned To => marvintm
2019-02-15 14:23marvintmStatusresolved => closed
2019-02-15 14:23marvintmFixed in Version => RR19Q1

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

Related to issue 40115 : Applied New Java Formatting

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

Related to issue 40115 : Applied New Java Formatting

---
M src/org/openbravo/mobile/core/login/MobileCoreLoginHandler.java
---
(0109720)
hgbot   
2019-02-12 13:27   
Repository: retail/backports/3.0RR19Q1/org.openbravo.retail.posterminal
Changeset: 4cce9150b35bc7571c870a3e8e327b5023bfe2ea
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 12 17:29:36 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR19Q1/org.openbravo.retail.posterminal/rev/4cce9150b35bc7571c870a3e8e327b5023bfe2ea [^]

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

* Refactored to avoid NULL Exception

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

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