Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0020972 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Retail Modules] Web POS | minor | always | 2012-07-09 23:09 | 2012-07-30 18:11 | |||
Reporter | rgoris | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0020972: Allow rapid quantity entry using keyboards | |||||||
Description | Currently, if the user wants to change the quantity of a product to 5 (that was just scanned for example), the user has to do the following: 5 and then the QUANTITY button on the onscreen keyboard QUANTITY button, then 5, then Enter on the onscreen keyboard However, for keyboard users, there is no fast way to do so. If they are not using a touch screen, they will need to use a mouse to click the QUANTITY button. Even worse, a real keyboard Enter does not submit the value that is shown in the field, so QUANTITY, 5 (keyboard), Enter (Keyboard) does not work. This is a productivity killer. | |||||||
Steps To Reproduce | Use physical keyboard, type 5 Hit enter --> UPC code is entered (not nice) Use onscreen keyboard, tap QUANTITY Use physical keyboard, type 5 Hit enter --> UPC code is entered (not nice) | |||||||
Proposed Solution | 1) Make sure Enter on the real keyboard does the same as Enter on the onscreen keyboard 2) By default, when a user does (number) + enter, this should change the quantity of the selected line item. Currently it tries to enter a UPC code. This last action is less common and a user can easily do: UPC/EAN button, number, enter. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0050459) adrianromero (manager) 2012-07-10 15:59 |
It has been implemented this way: number + (enter) is always a barcode search, the reason is that barcode scanners always type the barcode followed by a return carriage. Any of the proposed solutions will make barcode scanner show an strange behaviour. To implement this behaviour proposed we need to distinguish when an amount entered is a barcode and when is a quantity or an amount. |
Issue History | |||
Date Modified | Username | Field | Change |
2012-07-09 23:09 | rgoris | New Issue | |
2012-07-09 23:09 | rgoris | Assigned To | => adrianromero |
2012-07-10 15:59 | adrianromero | Note Added: 0050459 | |
2012-07-30 18:10 | rgoris | Status | new => scheduled |
2012-07-30 18:10 | rgoris | fix_in_branch | => pi |
2012-07-30 18:10 | rgoris | Status | scheduled => resolved |
2012-07-30 18:10 | rgoris | Resolution | open => fixed |
2012-07-30 18:10 | rgoris | Status | resolved => closed |
2012-07-30 18:11 | rgoris | Relationship added | related to 0021007 |
Copyright © 2000 - 2009 MantisBT Group |