Openbravo Issue Tracking System - Retail Modules
View Issue Details
0026730Retail ModulesWeb POSpublic2014-05-29 11:362014-06-11 10:56
xplacesc 
malsasua 
highmajoralways
closedfixed 
5
 
RR14Q3 
marvintm
No
0026730: Uncatched exception in POS when user has no permissions for initial float
When a user tries to login in a closed till and he/she has no permission for an initial float, an error appears in red and a pop-up saying:
"Current user/role has no access to class org.openbravo.retail.posterminal.term.CloseCashPayments"

1) close all stores
2) open a store
3) try to login with a user who has no permissions to register an initial float
1) eliminate the red message
2) Improve the pop-up message to avoid talking about a java class
No tags attached.
Issue History
2014-05-29 11:36xplacescNew Issue
2014-05-29 11:36xplacescAssigned To => malsasua
2014-05-29 11:36xplacescTriggers an Emergency Pack => No
2014-06-05 17:01hgbotCheckin
2014-06-05 17:01hgbotNote Added: 0067784
2014-06-05 17:01hgbotStatusnew => resolved
2014-06-05 17:01hgbotResolutionopen => fixed
2014-06-05 17:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/956eb7d30e0fc5cdb9e3ec0d9fcc30b994aa447c [^]
2014-06-05 17:03adrianromeroNote Added: 0067785
2014-06-11 10:56marvintmReview Assigned To => marvintm
2014-06-11 10:56marvintmStatusresolved => closed
2014-06-11 10:56marvintmFixed in Version => RR14Q3

Notes
(0067784)
hgbot   
2014-06-05 17:01   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 956eb7d30e0fc5cdb9e3ec0d9fcc30b994aa447c
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Jun 05 17:01:04 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/956eb7d30e0fc5cdb9e3ec0d9fcc30b994aa447c [^]

Fixes issue 0026730: Uncatched exception in POS when user has no permissions for initial float

---
M src/org/openbravo/retail/posterminal/term/CloseCashPayments.java
---
(0067785)
adrianromero   
2014-06-05 17:03   
Problem was that user that have permissions to open till but not to cashup. Open till window was checking incorrectly permissions for cash up.