Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0030320
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2015-07-06 17:382015-07-17 09:02
ReporterngarciaView Statuspublic 
Assigned Toguillermogil 
PriorityurgentResolutionfixedFixed in VersionRR15Q3
StatusclosedFix in branchFixed in SCM revision8dcb2696726c
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0030320: Web POS action create and edit customers preference not taken into account in touchscreens

DescriptionWeb POS action create and edit customers preference not taken into account in touchscreens
Steps To ReproduceIn 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 SolutionInstead of using this.setDisabled(); use this.setDisabled(true);
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (developer)
2015-07-17 09:02

Tested and reviewed in 976cfed505b7

- Issue History
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 Triggers an Emergency Pack => No
2015-07-06 17:38 ngarcia Issue Monitored: networkb
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
Powered by Mantis Bugtracker