Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030320Retail ModulesWeb POSpublic2015-07-06 17:382015-07-17 09:02
ngarcia 
guillermogil 
urgentmajoralways
closedfixed 
5
 
RR15Q3 
migueldejuana
No
0030320: Web POS action create and edit customers preference not taken into account in touchscreens
Web POS action create and edit customers preference not taken into account in touchscreens
In the backend:
   Set VallBlancaUser role as Manual
In POS (from a PC):
   Log in with vallBlanca user and check you can create a new customer (click on VBS-Customer and *New Customer)
In the backend:
   Define the 'Web POS action create and edit customers' preference to VallBlancaUser role (in order to have more priority than the one defined as System level)
In POS (from a PC):
   Log in with vallBlanca user and check you cannot create a new customer (click on VBS-Customerand check the *New Customer button is disabled)
In POS (from a touchscreen):
   Log in with vallBlanca user and check you can create a new customer although *New Customer button is shown in grey (click on VBS-Customer and *New Customer)
Instead of using this.setDisabled(); use this.setDisabled(true);
No tags attached.
Issue History
2015-07-06 17:38ngarciaNew Issue
2015-07-06 17:38ngarciaAssigned To => Retail
2015-07-06 17:38ngarciaTriggers an Emergency Pack => No
2015-07-06 17:38ngarciaIssue Monitored: networkb
2015-07-06 17:40ngarciaResolution time => 1439762400
2015-07-06 18:23guillermogilAssigned ToRetail => guillermogil
2015-07-07 04:55guillermogilReview Assigned To => marvintm
2015-07-07 04:55guillermogilIssue Monitored: marvintm
2015-07-07 04:55guillermogilProposed Solution updated
2015-07-07 05:42hgbotCheckin
2015-07-07 05:42hgbotNote Added: 0078686
2015-07-07 05:42hgbotStatusnew => resolved
2015-07-07 05:42hgbotResolutionopen => fixed
2015-07-07 05:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8dcb2696726c84b6ec8c3476e7a70089465fdb4e [^]
2015-07-07 07:41hgbotCheckin
2015-07-07 07:41hgbotNote Added: 0078687
2015-07-17 09:02migueldejuanaReview Assigned Tomarvintm => migueldejuana
2015-07-17 09:02migueldejuanaNote Added: 0078905
2015-07-17 09:02migueldejuanaStatusresolved => closed
2015-07-17 09:02migueldejuanaFixed in Version => RR15Q3

Notes
(0078686)
hgbot   
2015-07-07 05:42   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8dcb2696726c84b6ec8c3476e7a70089465fdb4e
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Tue Jul 07 08:24:56 2015 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8dcb2696726c84b6ec8c3476e7a70089465fdb4e [^]

Fixed issue 30320: Touchscreens does not disable new customer button

Is is currently using this.setDisabled(), with no parameter. That set disabled property as undefined and once it is clicked on a touchscreen it executes tap button normally.
It is needed to send the boolean parameter to set the status of disabled. In this case this.setDisabled(true)

---
M web/org.openbravo.retail.posterminal/js/components/bplocation.js
M web/org.openbravo.retail.posterminal/js/components/businesspartner.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customeraddress/customeraddrsearch.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customersadvancedsearch.js
---
(0078687)
hgbot   
2015-07-07 07:41   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fd960c34bb1bb2cec2f1966e54d320a3bcbd557b
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Tue Jul 07 11:11:34 2015 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fd960c34bb1bb2cec2f1966e54d320a3bcbd557b [^]

Related to issue 30320: Touchscreens does not disable new customer button

Fixed copyright year

---
M web/org.openbravo.retail.posterminal/js/components/bplocation.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customeraddress/customeraddrsearch.js
---
(0078905)
migueldejuana   
2015-07-17 09:02   
Tested and reviewed in 976cfed505b7