Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0024566Openbravo ERPB. User interfacepublic2013-08-23 02:082013-08-30 18:55
dbaz 
AugustoMauch 
highmajoralways
closedfixed 
5
 
3.0MP27 
dbaz
Core
No
0024566: Grid summary description text is wrong
Grid summary description text is wrong
As "Openbravo Admin":
* Go to "Sales Order"
* Clear all the filters in the header
* Click in the right of the "Document No" column header, to show the drop down options
* Select "Set Summary Function" -> "Min"

Notice that "min 1000000" is shown. It is ok

* Click in the right of the "Document No" column header, to show the drop down options
* Select "Set Summary Function" -> "Max"

Notice that "min 1000065" is shown. It should show something like "max 1000065"

* Click in the right of the "Document No" column header, to show the drop down options
* Select "Set Summary Function" -> "Count"

Notice that "min 120" is shown. It should show something like "n 120"


PS: If you click "Clear Summary Functions" before apply each new filter, everything works ok.
No tags attached.
Issue History
2013-08-23 02:08dbazNew Issue
2013-08-23 02:08dbazAssigned To => AugustoMauch
2013-08-23 02:08dbazModules => Core
2013-08-23 02:08dbazTriggers an Emergency Pack => No
2013-08-30 11:11AugustoMauchIssue Monitored: dbaz
2013-08-30 11:11AugustoMauchReview Assigned To => dbaz
2013-08-30 11:13hgbotCheckin
2013-08-30 11:13hgbotNote Added: 0060833
2013-08-30 11:13hgbotStatusnew => resolved
2013-08-30 11:13hgbotResolutionopen => fixed
2013-08-30 11:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/68b2765a34fff149fad186fa00209d08be3aef7b [^]
2013-08-30 14:42dbazNote Added: 0060841
2013-08-30 14:42dbazStatusresolved => closed
2013-08-30 14:42dbazFixed in Version => 3.0MP27
2013-08-30 18:55hudsonbotCheckin
2013-08-30 18:55hudsonbotNote Added: 0060848

Notes
(0060833)
hgbot   
2013-08-30 11:13   
Repository: erp/devel/pi
Changeset: 68b2765a34fff149fad186fa00209d08be3aef7b
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Aug 30 11:11:11 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/68b2765a34fff149fad186fa00209d08be3aef7b [^]

Fixes issue 24566: The proper summary function description text is shown

The problem was that the description text was being set in the field of the OBViewGrid, but then read from the field of OBViewGrid_summaryRow. To fix this, the description text is going to be read from the same field that was used to set it.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
---
(0060841)
dbaz   
2013-08-30 14:42   
Reviewed @ changeset 21050 - 68b2765a34ff
(0060848)
hudsonbot   
2013-08-30 18:55   
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/86572a619831 [^]

Maturity status: Test