Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040607Retail ModulesWeb POSpublic2019-04-12 09:352019-05-07 17:14
malsasua 
rqueralta 
normalmajoralways
closedfixed 
5
 
RR19Q3 
marvintm
Production - Confirmed Stable
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/897b4cfc2dd6#l55.7 [^]
No
0040607: 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.
depends on backport 0040803RR19Q2 closed rqueralta Login can not be completed with user without access to Cashup 
depends on backport 0040804RR19Q1.2 closed rqueralta Login can not be completed with user without access to Cashup 
png error.png (132,433) 2019-04-12 09:35
https://issues.openbravo.com/file_download.php?file_id=12861&type=bug
png
Issue History
2019-04-12 09:35malsasuaNew Issue
2019-04-12 09:35malsasuaAssigned To => Retail
2019-04-12 09:35malsasuaFile Added: error.png
2019-04-12 09:35malsasuaResolution time => 1556920800
2019-04-12 09:35malsasuaTriggers an Emergency Pack => No
2019-04-22 21:44rqueraltaAssigned ToRetail => rqueralta
2019-04-22 21:45rqueraltaStatusnew => scheduled
2019-04-29 14:23malsasuaRegression level => Production - Confirmed Stable
2019-05-02 17:10malsasuaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=18701#r18701
2019-05-03 20:34rqueraltaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/897b4cfc2dd6#l55.7 [^]
2019-05-06 03:50hgbotCheckin
2019-05-06 03:50hgbotNote Added: 0111486
2019-05-06 03:50hgbotStatusscheduled => resolved
2019-05-06 03:50hgbotResolutionopen => fixed
2019-05-06 03:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f66284f140889dc67d4f9d9d80644cec19c2807c [^]
2019-05-06 10:06guilleaerReview Assigned To => guilleaer
2019-05-06 10:06guilleaerStatusresolved => closed
2019-05-06 10:06guilleaerFixed in Version => RR19Q3
2019-05-07 15:54rqueraltaStatusclosed => new
2019-05-07 15:54rqueraltaResolutionfixed => open
2019-05-07 15:54rqueraltaFixed in VersionRR19Q3 =>
2019-05-07 15:55rqueraltaStatusnew => scheduled
2019-05-07 15:55rqueraltaStatusscheduled => resolved
2019-05-07 15:55rqueraltaResolutionopen => fixed
2019-05-07 15:55rqueraltaFixed in Version => RR19Q3
2019-05-07 17:14marvintmReview Assigned Toguilleaer => marvintm
2019-05-07 17:14marvintmStatusresolved => closed

Notes
(0111486)
hgbot   
2019-05-06 03:50   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f66284f140889dc67d4f9d9d80644cec19c2807c
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Fri May 03 14:02:01 2019 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f66284f140889dc67d4f9d9d80644cec19c2807c [^]

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