Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020214 | Openbravo ERP | B. User interface | public | 2012-04-05 20:11 | 2012-04-20 12:37 |
|
Reporter | jvazquez | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP11 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020214: Column filter for null dates does not work |
Description | If you enter # in a date column in order to look for null values, it does not work and as your hit enter, the # dissapears. |
Steps To Reproduce | Navigate to any window with a date column/field on it and enter #. Hit enter to filter results. Filtering does not work. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | org.openbravo.test.issue20214.zip (4,627) 2012-04-16 11:44 https://issues.openbravo.com/file_download.php?file_id=5133&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-04-05 20:11 | jvazquez | New Issue | |
2012-04-05 20:11 | jvazquez | Assigned To | => dbaz |
2012-04-05 20:11 | jvazquez | Modules | => Core |
2012-04-05 20:11 | jvazquez | OBNetwork customer | => No |
2012-04-05 22:55 | dbaz | Assigned To | dbaz => AugustoMauch |
2012-04-10 19:09 | jvazquez | Note Added: 0047451 | |
2012-04-16 10:57 | hgbot | Checkin | |
2012-04-16 10:57 | hgbot | Note Added: 0047578 | |
2012-04-16 10:57 | hgbot | Status | new => resolved |
2012-04-16 10:57 | hgbot | Resolution | open => fixed |
2012-04-16 10:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/11bda20002ae824cb32563cb7e595c9563334510 [^] |
2012-04-16 11:44 | AugustoMauch | Note Added: 0047580 | |
2012-04-16 11:44 | AugustoMauch | Status | resolved => new |
2012-04-16 11:44 | AugustoMauch | Resolution | fixed => open |
2012-04-16 11:44 | AugustoMauch | File Added: org.openbravo.test.issue20214.zip | |
2012-04-16 11:44 | AugustoMauch | Status | new => scheduled |
2012-04-16 11:44 | AugustoMauch | fix_in_branch | => pi |
2012-04-16 11:45 | AugustoMauch | Status | scheduled => resolved |
2012-04-16 11:45 | AugustoMauch | Fixed in Version | => 3.0MP11 |
2012-04-16 11:45 | AugustoMauch | Resolution | open => fixed |
2012-04-16 11:47 | AugustoMauch | Note Added: 0047581 | |
2012-04-17 05:32 | hudsonbot | Checkin | |
2012-04-17 05:32 | hudsonbot | Note Added: 0047652 | |
2012-04-20 12:37 | alostale | Note Added: 0047785 | |
2012-04-20 12:37 | alostale | Status | resolved => closed |
Notes |
|
|
Hello,
from a user perspective, I should be able to filter date columns in order to get those which do not have a value (value is null). I don't know if we should keep it the same way we do it right now with regular columns (use #) or add a new value to the combo.
Regards,
Javier |
|
|
(0047578)
|
hgbot
|
2012-04-16 10:57
|
|
Repository: erp/devel/pi
Changeset: 11bda20002ae824cb32563cb7e595c9563334510
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Apr 16 10:54:41 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/11bda20002ae824cb32563cb7e595c9563334510 [^]
Fixes issue 20214: Date column filtering improved
Now it is possible to enter '#' and '!#' in the filter of the date columns to retrieve the records that do not have a value in that column and the records that do have a value, respectively.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
---
|
|
|
|
Reopened to attach a test module |
|
|
|
Test plan:
- Install attached module. It will add a non-mandatory date to the Unit of Measure header tab.
- Enter valid dates in some of the records.
- Enter '#' in the date column filter to select the records that do not have a value in that column, and '!#' to select the records that do have a value.
- Check that you can still enter a date (i.e. 010512) and a range of dates. |
|
|
|
|
|
|
Code reviewed and tested on pi@89690f42989
Additional executed tests, apart of test described in test plan:
-Filter by not null dates !#
-Ensure no regression by testing previously working filters:
*Concrete date
*Date from null, date to with value
*Date from with value, date to null |
|