Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0006856 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 00. Application dictionary | major | always | 2009-01-12 18:44 | 2009-04-21 12:36 | |||
Reporter | networkb | View Status | public | |||||
Assigned To | shuehner | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 11857 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.35MP10 | SCM revision | ||||||
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 | 0006856: "To" value (in numeric fields) in search pop-ups is not taken into account in generated windows | |||||||
Description | When a column in Tables and Columns, defined as Numeric, and it is checked as Filter column, the application shows two values in seach pop-up: from and to. If a value is put in "From" field, the application filters the grid using this value. But if a value is entered in "To" field, the application ignores this value and the grid is not filtered by this value. | |||||||
Steps To Reproduce | Go to "Tables and column", and search C_Order. Check GrandTotal column as Filter column Compile order window Go to Sales Order window, and open seach pop-up. Two values will be shown (Grand Total Amount From, and To). Enter a value in "To" field. The application does not filter using this value. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|
(0012131) shuehner (administrator) 2009-01-12 20:21 |
Problem is that the search popup renders from/to fields for a lot of reference-types, but ModelSQLGeneration does generate filtering code for the second field for the date-datatype only. This does not only affect fields of type Amount (as described in the issue) but all fields which have a to-filter-field (<=) and are not date-fields. |
(0012158) svnbot (viewer) 2009-01-13 19:34 |
Repository: openbravo Revision: 11857 Author: huehner Date: 2009-01-13 19:34:37 +0100 (Tue, 13 Jan 2009) Fixed 6856 Fixes "To" value (in numeric fields) in search pop-ups is not taken into account in generated windows by syncing the list of field which have a "To" value between Popup display generation and sql generation --- U trunk/src/org/openbravo/erpCommon/utility/ModelSQLGeneration.java --- https://dev.openbravo.com/websvn/openbravo/?rev=11857&sc=1 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2009-01-12 18:44 | networkb | New Issue | |
2009-01-12 18:44 | networkb | Assigned To | => rafaroda |
2009-01-12 18:44 | networkb | sf_bug_id | 0 => 2501944 |
2009-01-12 18:44 | networkb | OBNetwork customer | => Yes |
2009-01-12 18:44 | networkb | Regression testing | => No |
2009-01-12 19:13 | rafaroda | Status | new => scheduled |
2009-01-12 19:13 | rafaroda | Assigned To | rafaroda => shuehner |
2009-01-12 19:13 | rafaroda | fix_in_branch | => trunk |
2009-01-12 20:21 | shuehner | Note Added: 0012131 | |
2009-01-13 19:34 | svnbot | Checkin | |
2009-01-13 19:34 | svnbot | Note Added: 0012158 | |
2009-01-13 19:34 | svnbot | Status | scheduled => resolved |
2009-01-13 19:34 | svnbot | Resolution | open => fixed |
2009-01-13 19:34 | svnbot | svn_revision | => 11857 |
2009-04-21 12:36 | psarobe | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |