Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030858 | Retail Modules | Web POS | public | 2015-09-17 12:00 | 2015-09-23 12:53 |
|
Reporter | guilleaer | |
Assigned To | mtaal | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR15Q4 | |
Merge Request Status | |
Review Assigned To | guilleaer |
OBNetwork customer | No |
Support ticket | |
Regression level | Coding ( Testing ) |
Regression date | 2015-08-26 |
Regression introduced in release | pi |
Regression introduced by commit | 1a8ea6b63dd2dbbbc138120af402f0939eb8efdf |
Triggers an Emergency Pack | No |
|
Summary | 0030858: Customer window buttons (A-C)(D-F)... are not working fine |
Description | 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. |
Steps To Reproduce | 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. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0029764 | | closed | guillermogil | WebPOS. Search Customer. Enable to search by 'Search Key' | caused by | defect | 0030703 | RR15Q4 | closed | mtaal | Remote customer search adds results to previous search result, does not show no results label, also search remote with SearchKey |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-09-17 12:00 | guilleaer | New Issue | |
2015-09-17 12:00 | guilleaer | Assigned To | => Retail |
2015-09-17 12:00 | guilleaer | OBNetwork customer | => No |
2015-09-17 12:00 | guilleaer | Triggers an Emergency Pack | => No |
2015-09-17 12:02 | mtaal | Assigned To | Retail => mtaal |
2015-09-17 23:37 | mtaal | Regression level | => Coding ( Testing ) |
2015-09-17 23:37 | mtaal | Regression date | => 2015-08-26 |
2015-09-17 23:37 | mtaal | Regression introduced in release | => pi |
2015-09-17 23:37 | mtaal | Regression introduced by commit | => 1a8ea6b63dd2dbbbc138120af402f0939eb8efdf |
2015-09-17 23:37 | mtaal | Note Added: 0080475 | |
2015-09-17 23:37 | mtaal | Relationship added | caused by 0029764 |
2015-09-18 10:56 | mtaal | Relationship added | caused by 0030703 |
2015-09-19 14:05 | hgbot | Checkin | |
2015-09-19 14:05 | hgbot | Note Added: 0080512 | |
2015-09-19 14:05 | hgbot | Status | new => resolved |
2015-09-19 14:05 | hgbot | Resolution | open => fixed |
2015-09-19 14:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5e6ad0d94a84a0a2c759124e9bc567f2da35d9d8 [^] |
2015-09-21 16:11 | mtaal | Review Assigned To | => guilleaer |
2015-09-21 18:40 | guilleaer | Note Added: 0080547 | |
2015-09-21 18:40 | guilleaer | Status | resolved => closed |
2015-09-21 18:40 | guilleaer | Fixed in Version | => RR15Q4 |
2015-09-23 12:53 | hgbot | Checkin | |
2015-09-23 12:53 | hgbot | Note 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
---
|
|
|
|
|
|
(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
---
|
|