Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030858Retail ModulesWeb POSpublic2015-09-17 12:002015-09-23 12:53
guilleaer 
mtaal 
normalmajoralways
closedfixed 
5
 
RR15Q4 
guilleaer
Coding ( Testing )
2015-08-26
pi
1a8ea6b63dd2dbbbc138120af402f0939eb8efdf
No
0030858: Customer window buttons (A-C)(D-F)... are not working fine
Customer window buttons (A-C)(D-F)... are not working fine.

When user press A-Z the user expect to see customers which starts by A like "Arturo Montoro" but it is not shown.

S-V button seems to be working fine
W-Z button behavior is strange because it shows some results but the they are hidden very fast.
1. Login in web POS (https://livebuilds.openbravo.com/retail_stable_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1#login [^])
2. Open customer windows
3. Withou filter press the magnifier button and you will see that there are customers which starts with letter A
4. press Button (in the left side) A-C
5. No results are shown
6. If you press S-V button it seems to work fine
7. If you press the last button (W-Z) then some results are displayed and the hidden.
No tags attached.
caused by feature request 0029764 closed guillermogil WebPOS. Search Customer. Enable to search by 'Search Key' 
caused by defect 0030703RR15Q4 closed mtaal Remote customer search adds results to previous search result, does not show no results label, also search remote with SearchKey 
Issue History
2015-09-17 12:00guilleaerNew Issue
2015-09-17 12:00guilleaerAssigned To => Retail
2015-09-17 12:00guilleaerTriggers an Emergency Pack => No
2015-09-17 12:02mtaalAssigned ToRetail => mtaal
2015-09-17 23:37mtaalRegression level => Coding ( Testing )
2015-09-17 23:37mtaalRegression date => 2015-08-26
2015-09-17 23:37mtaalRegression introduced in release => pi
2015-09-17 23:37mtaalRegression introduced by commit => 1a8ea6b63dd2dbbbc138120af402f0939eb8efdf
2015-09-17 23:37mtaalNote Added: 0080475
2015-09-17 23:37mtaalRelationship addedcaused by 0029764
2015-09-18 10:56mtaalRelationship addedcaused by 0030703
2015-09-19 14:05hgbotCheckin
2015-09-19 14:05hgbotNote Added: 0080512
2015-09-19 14:05hgbotStatusnew => resolved
2015-09-19 14:05hgbotResolutionopen => fixed
2015-09-19 14:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5e6ad0d94a84a0a2c759124e9bc567f2da35d9d8 [^]
2015-09-21 16:11mtaalReview Assigned To => guilleaer
2015-09-21 18:40guilleaerNote Added: 0080547
2015-09-21 18:40guilleaerStatusresolved => closed
2015-09-21 18:40guilleaerFixed in Version => RR15Q4
2015-09-23 12:53hgbotCheckin
2015-09-23 12:53hgbotNote Added: 0080580

Notes
(0080475)
mtaal   
2015-09-17 23:37   
Issue is caused by regression commit, by adding the searchkey as a filter the _filter column starts with the searchkey value, so the alphabetical search on the left will search on the basis of the searchkey.

Previously this was the name/identifier.
(0080512)
hgbot   
2015-09-19 14:05   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5e6ad0d94a84a0a2c759124e9bc567f2da35d9d8
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Sep 18 12:00:14 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5e6ad0d94a84a0a2c759124e9bc567f2da35d9d8 [^]

Fixes issue 30858: Customer window buttons (A-C)(D-F)... are not working fine
Use identifier in case of letter-search, prevent not empty to be shown incorrectly

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customersadvancedsearch.js
---
(0080547)
guilleaer   
2015-09-21 18:40   
Code reviewed and tested
(0080580)
hgbot   
2015-09-23 12:53   
Repository: tools/automation/pi-mobile
Changeset: 0a5c6fa6c5543aec3aab4c286e95a0f3d7fb63e9
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Sep 18 12:02:28 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0a5c6fa6c5543aec3aab4c286e95a0f3d7fb63e9 [^]

Related to issue 30858: Customer window buttons (A-C)(D-F)... are not working fine
Added testcase

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sampledata/I30858_SearchCustomer.java
---