Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021987Openbravo ERPA. Platformpublic2012-10-18 09:352012-10-30 08:43
mtaal 
mtaal 
normalmajorhave not tried
closedfixed 
5
 
3.0MP173.0MP17 
alostale
Core
No
0021987: Implement grouping, multi-select filtering and summary functions
See this functionality:
http://wiki.openbravo.com/wiki/User_Interface_Introduction#Grid_Summaries [^]
http://wiki.openbravo.com/wiki/User_Interface_Introduction#Grouping [^]
http://wiki.openbravo.com/wiki/User_Interface_Introduction#Column_Filters [^]
http://wiki.openbravo.com/wiki/Project/Summary_Grouping_Filter_TestPlan [^]
No tags attached.
related to defect 00219923.0MP17 closed mtaal API Change: remove show summary field from field tab 
related to defect 0021994 closed mtaal System does not respond to Product Selector when editing a Goods Shipment 
Issue History
2012-10-18 09:35mtaalNew Issue
2012-10-18 09:35mtaalAssigned To => mtaal
2012-10-18 09:35mtaalModules => Core
2012-10-18 10:02hgbotCheckin
2012-10-18 10:02hgbotNote Added: 0053440
2012-10-18 10:02hgbotStatusnew => resolved
2012-10-18 10:02hgbotResolutionopen => fixed
2012-10-18 10:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ba911ec8d8ac81c949e973ad6043991c0ac05796 [^]
2012-10-18 10:02mtaalNote Added: 0053441
2012-10-18 10:02mtaalStatusresolved => new
2012-10-18 10:02mtaalResolutionfixed => open
2012-10-18 10:03mtaalReview Assigned To => alostale
2012-10-18 10:03mtaalStatusnew => scheduled
2012-10-18 10:03mtaalNote Added: 0053442
2012-10-18 10:03mtaalfix_in_branch => pi
2012-10-18 10:03mtaalNote Added: 0053443
2012-10-18 10:03mtaalStatusscheduled => resolved
2012-10-18 10:03mtaalFixed in Version => 3.0MP17
2012-10-18 10:03mtaalResolutionopen => fixed
2012-10-18 11:39mtaalRelationship addedrelated to 0021992
2012-10-18 16:19hgbotCheckin
2012-10-18 16:19hgbotNote Added: 0053465
2012-10-18 16:19hgbotCheckin
2012-10-18 16:19hgbotNote Added: 0053466
2012-10-18 16:20hgbotCheckin
2012-10-18 16:20hgbotNote Added: 0053467
2012-10-19 13:10mtaalRelationship addedrelated to 0021994
2012-10-22 13:27hudsonbotCheckin
2012-10-22 13:27hudsonbotNote Added: 0053517
2012-10-22 13:27hudsonbotCheckin
2012-10-22 13:27hudsonbotNote Added: 0053527
2012-10-22 13:27hudsonbotCheckin
2012-10-22 13:27hudsonbotNote Added: 0053528
2012-10-22 13:27hudsonbotCheckin
2012-10-22 13:27hudsonbotNote Added: 0053529
2012-10-30 08:43alostaleNote Added: 0053779
2012-10-30 08:43alostaleStatusresolved => closed

Notes
(0053440)
hgbot   
2012-10-18 10:02   
Repository: erp/devel/pi
Changeset: ba911ec8d8ac81c949e973ad6043991c0ac05796
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Oct 18 10:00:28 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ba911ec8d8ac81c949e973ad6043991c0ac05796 [^]

Fixes issue 21987: Implement grouping, multi-select filtering and summary functions
Changes to grid, backend querying and client side code

---
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_REF_LIST.xml
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-field.js.ftl
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-fk-filter.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-list-filter.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-list.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-clone-order.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-number.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/images/grid/gridSummary_bg_count.png
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.js
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/DateUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/ImageUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/PasswordUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/YesNoUIDefinition.java
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
M modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonConstants.java
M modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonUtils.java
M modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/dal/service/OBQuery.java
A modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/images/grid/gridSummary_bg_max.png
A modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/images/grid/gridSummary_bg_min.png
---
(0053441)
mtaal   
2012-10-18 10:02   
Set reviewer
(0053442)
mtaal   
2012-10-18 10:03   
.
(0053443)
mtaal   
2012-10-18 10:03   
Resolved
(0053465)
hgbot   
2012-10-18 16:19   
Repository: erp/devel/pi
Changeset: d718bd8df867834170fdbeb36257d89ddf4a9c95
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Oct 18 16:10:05 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d718bd8df867834170fdbeb36257d89ddf4a9c95 [^]

Related to issue 21987: Implement grouping, multi-select filtering and summary functions
Check several client.application fields for module not in development

---
A modules/org.openbravo.client.application/src-db/database/model/triggers/OBUIAPP_AD_FIELD_MOD_TRG.xml
---
(0053466)
hgbot   
2012-10-18 16:19   
Repository: erp/devel/pi
Changeset: 9c2c07e720f8ab1f5b4f70102d53e845d58ff956
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Oct 18 16:12:07 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9c2c07e720f8ab1f5b4f70102d53e845d58ff956 [^]

Related to issue 21987: Implement grouping, multi-select filtering and summary functions
Select clause was sometime empty when doing direct navigation

---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
---
(0053467)
hgbot   
2012-10-18 16:20   
Repository: erp/devel/pi
Changeset: 24c8d830a0b8c3562d197d44a165048a32699641
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Oct 18 16:16:44 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/24c8d830a0b8c3562d197d44a165048a32699641 [^]

Related to issue 21987: Implement grouping, multi-select filtering and summary functions
Prevent side effects when multiple data requests are done in parallel

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
(0053517)
hudsonbot   
2012-10-22 13:27   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/483f2e6dc1af [^]

Maturity status: Test
(0053527)
hudsonbot   
2012-10-22 13:27   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/483f2e6dc1af [^]

Maturity status: Test
(0053528)
hudsonbot   
2012-10-22 13:27   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/483f2e6dc1af [^]

Maturity status: Test
(0053529)
hudsonbot   
2012-10-22 13:27   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/483f2e6dc1af [^]

Maturity status: Test
(0053779)
alostale   
2012-10-30 08:43   
Tested on pi@b2e90dcc4dc7