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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0032873
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2016-05-05 12:372016-06-17 14:39
ReporterVictorVillarView Statuspublic 
Assigned Tojorge-garcia 
PriorityurgentResolutionfixedFixed in VersionRR16Q3
StatusclosedFix in branchFixed in SCM revision89ae499ba562
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0032873: [SER QA 1058] The Enter key in an external keyboard is not working

DescriptionThe Enter key in an external keyboard is not working
Steps To ReproduceLog in in the Terminal.
  Select a product.
  Edit the Line and click in Quantity.
  Press 8 number and press the Enter key in the external keyboard.

Realise that the only thing that you are doing s add more 8.

The enter key in the key board is not working as the Enter in the keypad
TagsSER-QA
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0033095 closedjorge-garcia [SERQA 1193] Duplicated input on the POS keyboard with External Input enabled 

-  Notes
(0087063)
hgbot (developer)
2016-06-07 15:23

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 89ae499ba5628736457fd187babef831b3ae0069
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon May 30 16:58:36 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/89ae499ba5628736457fd187babef831b3ae0069 [^]

Fixed issue 32873: [SER QA 1058] The Enter key in an external keyboard is
not working

All external inputs (external keyboard, barcode scanner, etc) are disabled if
the check of Use External Input is unchecked in the backend.

In some windows of WebPOS, even if the Use External Input is checked, the
use of external inputs are forbidden.

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---
(0087064)
hgbot (developer)
2016-06-07 15:23

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4caf2476203604e2f0064b5a3361c0e67ba0b517
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Jun 06 17:18:31 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4caf2476203604e2f0064b5a3361c0e67ba0b517 [^]

Related to issue 32873: [SER QA 1058] The Enter key in an external keyboard is
not working

Re-enable to use the external input in two windiow:
* Payment window.
* Receipt Discounts window.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/ticketdiscount.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0087065)
hgbot (developer)
2016-06-07 15:24

Repository: tools/automation/pi-mobile
Changeset: 2d1c9b21dbf7f57a79790fd9cde1e80458f7019a
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue May 31 11:20:28 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2d1c9b21dbf7f57a79790fd9cde1e80458f7019a [^]

Related to issue 32873: [SER QA 1058] The Enter key in an external keyboard is
not working

Some changes requires to be changed due to this fix.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/DelKeyDownMultipleLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I23951_Max20KeyStrokes.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I30162_MissingKeyStrokesOnEdit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I30168_BackspaceShouldNotNavigateBack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32878_CheckDeleteKeyOnReceipt.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/externalInput/ExternalInputForbiddenInPaymentWindow.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/payButton/I27506_PayButtonEnablingDisabling.java
---
(0087143)
marvintm (manager)
2016-06-09 17:40

The ENTER key works correctly, and the restriction to use the external keyboard only if the configuration is set is also correct. However, currently there is a message which is shown when the keyboard is disabled, and key presses are done.

The message itself is hardcoded in the code, and this is wrong. However, instead of moving it to a message entry, I would prefer to just remove it, as I think it's not needed, and only creates confusion.
(0087246)
hgbot (developer)
2016-06-14 12:04

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 0e433c5b483651e761e830b2957a641d44955fd8
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jun 14 08:53:32 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0e433c5b483651e761e830b2957a641d44955fd8 [^]

Related to issue 32873: [SER QA 1058] The Enter key in an external keyboard is
not working

Delete warning messages.

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---

- Issue History
Date Modified Username Field Change
2016-05-05 12:37 VictorVillar New Issue
2016-05-05 12:37 VictorVillar Assigned To => Retail
2016-05-05 12:37 VictorVillar Resolution time => 1463608800
2016-05-05 12:37 VictorVillar Triggers an Emergency Pack => No
2016-05-05 12:37 VictorVillar Tag Attached: SER-QA
2016-05-05 15:59 Orekaria Status new => acknowledged
2016-05-30 11:55 VictorVillar Resolution time 1463608800 => 1465509600
2016-05-30 13:13 jorge-garcia Status acknowledged => scheduled
2016-05-30 13:13 jorge-garcia Assigned To Retail => jorge-garcia
2016-06-07 15:23 hgbot Checkin
2016-06-07 15:23 hgbot Note Added: 0087063
2016-06-07 15:23 hgbot Status scheduled => resolved
2016-06-07 15:23 hgbot Resolution open => fixed
2016-06-07 15:23 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/89ae499ba5628736457fd187babef831b3ae0069 [^]
2016-06-07 15:23 hgbot Checkin
2016-06-07 15:23 hgbot Note Added: 0087064
2016-06-07 15:24 hgbot Checkin
2016-06-07 15:24 hgbot Note Added: 0087065
2016-06-09 17:40 marvintm Note Added: 0087143
2016-06-09 17:40 marvintm Status resolved => new
2016-06-09 17:40 marvintm Resolution fixed => open
2016-06-09 17:40 marvintm Status new => scheduled
2016-06-10 11:40 VictorVillar Relationship added related to 0033095
2016-06-14 12:04 hgbot Checkin
2016-06-14 12:04 hgbot Note Added: 0087246
2016-06-14 12:05 jorge-garcia Status scheduled => resolved
2016-06-14 12:05 jorge-garcia Fixed in Version => RR16Q3
2016-06-14 12:05 jorge-garcia Resolution open => fixed
2016-06-17 14:39 marvintm Review Assigned To => marvintm
2016-06-17 14:39 marvintm Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker