Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0030320 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2015-07-06 17:38 | 2015-07-17 09:02 | |||
Reporter | ngarcia | View Status | public | |||||
Assigned To | guillermogil | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR15Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 8dcb2696726c | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | migueldejuana | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | 37262 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0030320: Web POS action create and edit customers preference not taken into account in touchscreens | |||||||
Description | Web POS action create and edit customers preference not taken into account in touchscreens | |||||||
Steps To Reproduce | 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) | |||||||
Proposed Solution | Instead of using this.setDisabled(); use this.setDisabled(true); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0078686) hgbot (developer) 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 (developer) 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 (viewer) 2015-07-17 09:02 |
Tested and reviewed in 976cfed505b7 |
![]() |
|||
Date Modified | Username | Field | Change |
2015-07-06 17:38 | ngarcia | New Issue | |
2015-07-06 17:38 | ngarcia | Assigned To | => Retail |
2015-07-06 17:38 | ngarcia | OBNetwork customer | => Yes |
2015-07-06 17:38 | ngarcia | Triggers an Emergency Pack | => No |
2015-07-06 17:38 | ngarcia | Issue Monitored: networkb | |
2015-07-06 17:40 | ngarcia | Support ticket | => 37262 |
2015-07-06 17:40 | ngarcia | Resolution time | => 1439762400 |
2015-07-06 18:23 | guillermogil | Assigned To | Retail => guillermogil |
2015-07-07 04:55 | guillermogil | Review Assigned To | => marvintm |
2015-07-07 04:55 | guillermogil | Issue Monitored: marvintm | |
2015-07-07 04:55 | guillermogil | Proposed Solution updated | |
2015-07-07 05:42 | hgbot | Checkin | |
2015-07-07 05:42 | hgbot | Note Added: 0078686 | |
2015-07-07 05:42 | hgbot | Status | new => resolved |
2015-07-07 05:42 | hgbot | Resolution | open => fixed |
2015-07-07 05:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8dcb2696726c84b6ec8c3476e7a70089465fdb4e [^] |
2015-07-07 07:41 | hgbot | Checkin | |
2015-07-07 07:41 | hgbot | Note Added: 0078687 | |
2015-07-17 09:02 | migueldejuana | Review Assigned To | marvintm => migueldejuana |
2015-07-17 09:02 | migueldejuana | Note Added: 0078905 | |
2015-07-17 09:02 | migueldejuana | Status | resolved => closed |
2015-07-17 09:02 | migueldejuana | Fixed in Version | => RR15Q3 |
Copyright © 2000 - 2009 MantisBT Group |