Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013602 | Openbravo ERP | 07. Sales management | public | 2010-06-10 09:29 | 2010-09-13 12:38 |
|
Reporter | networkb | |
Assigned To | adrianromero | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40MP12 | |
Target Version | 2.40MP13 | Fixed in Version | 2.50MP21 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013602: Inhomogeneous behavior of searchers |
Description | Searching by "Document No" is case sensitive and searching by "Order Reference" is not case sensitive in, for example, Invoice window.
All fields in Search button should not be case sensitive. |
Steps To Reproduce | 1. Go to Sales Management || Transactions || Sales Invoice || Header :
create record with documentno=300004gh and Order Reference=gh
2. Press Search button and try to find with documentno=%GH --> no record obtained
3. Press Search button and try to find with orderreference=%GH --> 1 record obtained |
Proposed Solution | make all fields in serachers not case sensitive |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0013611 | 2.40MP13 | closed | adrianromero | Inhomogeneous behavior of searchers |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-10 09:29 | networkb | New Issue | |
2010-06-10 09:29 | networkb | Assigned To | => adrianromero |
2010-06-10 09:29 | networkb | OBNetwork customer | => Yes |
2010-06-10 09:30 | networkb | version | 2.50MP18 => 2.40MP12 |
2010-06-10 09:30 | networkb | Target Version | 2.50MP21 => 2.40MP13 |
2010-06-10 16:10 | adrianromero | Status | new => scheduled |
2010-06-10 16:10 | adrianromero | fix_in_branch | => pi |
2010-06-10 16:10 | adrianromero | Issue cloned | 0013611 |
2010-06-10 16:10 | adrianromero | Relationship added | depends on 0013611 |
2010-07-20 16:13 | rgoris | Note Added: 0029410 | |
2010-07-20 16:13 | rgoris | Note Edited: 0029410 | bug_revision_view_page.php?bugnote_id=0029410#r601 |
2010-07-20 18:26 | hgbot | Checkin | |
2010-07-20 18:26 | hgbot | Note Added: 0029417 | |
2010-07-20 18:26 | hgbot | Status | scheduled => resolved |
2010-07-20 18:26 | hgbot | Resolution | open => fixed |
2010-07-20 18:26 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/60bba5a759097cfab14a8ca6cc94d37d965a0968 [^] |
2010-07-20 18:31 | adrianromero | Note Added: 0029418 | |
2010-07-24 22:54 | hudsonbot | Checkin | |
2010-07-24 22:54 | hudsonbot | Note Added: 0029543 | |
2010-08-19 10:16 | psarobe | Note Added: 0030137 | |
2010-08-19 10:16 | psarobe | Status | resolved => closed |
2010-08-19 10:16 | psarobe | Fixed in Version | => 2.50MP21 |
2010-09-13 12:38 | anonymous | sf_bug_id | 0 => 3065152 |
Notes |
|
(0029410)
|
rgoris
|
2010-07-20 16:13
|
|
Make all fields not-case-sensitive is how it should be.
|
|
|
(0029417)
|
hgbot
|
2010-07-20 18:26
|
|
Repository: erp/devel/pi
Changeset: 60bba5a759097cfab14a8ca6cc94d37d965a0968
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Jul 20 18:24:14 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/60bba5a759097cfab14a8ca6cc94d37d965a0968 [^]
Fixes issue 0013602: Inhomogeneous behavior of searchers
It has been made all fields case insesitive
---
M src/org/openbravo/reference/ui/UIReferenceUtility.java
---
|
|
|
|
* Testing of the issue
Searching by documentno or orderreference have exactly the same behavior. Searching by any kind of field is always case insesitive.
* Other areas affected.
It only has been modified the case sensitive search behavior for fields called "documentno" and "value" any other search behaves the same |
|
|
|
|
|
|
|