Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040803Retail ModulesWeb POSpublic2019-04-12 09:352019-05-09 09:14
malsasua 
rqueralta 
normalmajoralways
closedfixed 
5
 
RR19Q2RR19Q2 
marvintm
Production - Confirmed Stable
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/897b4cfc2dd6#l55.7 [^]
No
0040803: Login can not be completed with user without access to Cashup
doing login with one user that he has not got access to CashUp process, and clean cache has been done, login is not completed, with this error:

The Master Data loading process has encountered an error. The following model(s) could not be loaded: DataCloseCashPaymentMethod. Please check you internet connection and click reload to refresh the page. If the problem persists please contact your System Administrator.
in live - modules:
[BO]
- change demouser role to Cashier Vallblanca
- in preferences, remove permissions to Web POS window Cash Up

[POS]
- clean cache
- do login with user vallblanca
- complete a cashup -> logout is done
- do login with user demouser
Error is returned
No tags attached.
blocks defect 0040607 closed rqueralta Login can not be completed with user without access to Cashup 
Issue History
2019-05-07 15:55rqueraltaTypedefect => backport
2019-05-07 15:55rqueraltaTarget Version => RR19Q2
2019-05-07 23:17hgbotCheckin
2019-05-07 23:17hgbotNote Added: 0111552
2019-05-07 23:17hgbotStatusscheduled => resolved
2019-05-07 23:17hgbotResolutionopen => fixed
2019-05-07 23:17hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f66284f140889dc67d4f9d9d80644cec19c2807c [^] => http://code.openbravo.com/retail/backports/3.0RR19Q2/org.openbravo.retail.posterminal/rev/4a5d7f76d95aa95f6da3db0ce3228d0e2bbf4c18 [^]
2019-05-09 09:14marvintmReview Assigned Toguilleaer => marvintm
2019-05-09 09:14marvintmStatusresolved => closed
2019-05-09 09:14marvintmFixed in Version => RR19Q2

Notes
(0111552)
hgbot   
2019-05-07 23:17   
Repository: retail/backports/3.0RR19Q2/org.openbravo.retail.posterminal
Changeset: 4a5d7f76d95aa95f6da3db0ce3228d0e2bbf4c18
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Fri May 03 14:02:01 2019 -0400
URL: http://code.openbravo.com/retail/backports/3.0RR19Q2/org.openbravo.retail.posterminal/rev/4a5d7f76d95aa95f6da3db0ce3228d0e2bbf4c18 [^]

Fixed issue 40803: Login can not be completed with user without access to Cashup

- Removed "OBPOS_retail.cashup" preference for this model and seted
bypassPreferenceCheck in true to no check any preference value

---
M src/org/openbravo/retail/posterminal/term/CloseCashPayments.java
---