Openbravo Issue Tracking System - Retail Modules
View Issue Details
0021232Retail ModulesWeb POSpublic2012-07-27 11:232012-12-26 16:34
rgoris 
adrianromero 
highmajoralways
closedfixed 
5
 
RMP18 
No
0021232: Implement auto-filter when typing product search keywords
As per Paolo Juvara by email:

In Openbravo 3 we have instant search both for filters in the grid (if you type a filter criteria, the system initiate a search as you type) and in the selector (for example, if you start typing a partial customer name the system starts suggesting customers that match that partial list and the list becomes increasingly smaller as you type).

In Web POS we do not have that same capability:
In the customer search you need to enter your criteria and press search
The same in the product search
This reduced interactivity provides less feedback to users and makes the searches more time consuming (if you misspell an name, it takes an explicit search to discover the error).

It would seem that search auto-completion / instant search is very important for POS users and I do not see any conceptual reasons not to have it. Considering that the data is already cached in the device it should be very fast to retrieve it.
N/A
No tags attached.
diff issue21232.diff (4,866) 2012-12-17 10:57
https://issues.openbravo.com/file_download.php?file_id=5847&type=bug
Issue History
2012-07-27 11:23rgorisNew Issue
2012-07-27 11:23rgorisAssigned To => adrianromero
2012-12-17 10:57migueldejuanaFile Added: issue21232.diff
2012-12-20 10:09hgbotCheckin
2012-12-20 10:09hgbotNote Added: 0055100
2012-12-20 10:09hgbotStatusnew => resolved
2012-12-20 10:09hgbotResolutionopen => fixed
2012-12-20 10:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0d759b4efb1e351d895e7e5c79e4ed58626dc27f [^]
2012-12-26 16:34guilleaerNote Added: 0055218
2012-12-26 16:34guilleaerStatusresolved => closed
2012-12-26 16:34guilleaerFixed in Version => RMP18

Notes
(0055100)
hgbot   
2012-12-20 10:09   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0d759b4efb1e351d895e7e5c79e4ed58626dc27f
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Dec 20 10:09:17 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0d759b4efb1e351d895e7e5c79e4ed58626dc27f [^]

Fixed issue 21232: Auto-filter in input fields

---
M web/org.openbravo.retail.posterminal/js/components/businesspartner.js
M web/org.openbravo.retail.posterminal/js/components/commonbuttons.js
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
M web/org.openbravo.retail.posterminal/js/components/searchproducts.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customersadvancedsearch.js
---
(0055218)
guilleaer   
2012-12-26 16:34   
tested & verified