Notes |
|
(0079769)
|
hgbot
|
2015-08-27 10:21
|
|
Repository: erp/devel/pi
Changeset: fba0bdc5a8289513a6cfd71ddac00c2c938307a2
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Thu Aug 27 10:20:53 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fba0bdc5a8289513a6cfd71ddac00c2c938307a2 [^]
Fixed issue 29872.Added computed column to show paid percentage.
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
(0079772)
|
AugustoMauch
|
2015-08-27 11:07
(edited on: 2015-08-31 10:56) |
|
Computed columns can potentially perform very poorly in high volume environments, specially when the grid is filtered and sorted using the computed column.
Before closing this issue this should be tested in a high volume environment.
|
|
|
|
|
|
(0080278)
|
hgbot
|
2015-09-09 13:36
|
|
Repository: erp/devel/pi
Changeset: fd369e6a038303e2bc833c76bf9c422a7b4fac4b
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Sep 09 13:35:01 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fd369e6a038303e2bc833c76bf9c422a7b4fac4b [^]
Related to issue 29872: Deactivated the field for 15Q4
Due to the terrible impact both sorting and filtering by this field have for the performance, we have decided to deactivate this field for 15Q4, and to think about a generalistic way to deactivate the filtering and sorting for this field (and others) in 16Q1
---
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
|
The field has been deactivated for 15Q4, as the filtering and sorting have a great impact in performance.
In 16Q1 we will think about a generalist way to avoid filtering and sorting for this field and others. |
|
|
|
|
|
|
"Payment status" has generated several problems. For now, it will not be shown and it has been delayed. So, for now, tests will not check that field. |
|
|
(0080401)
|
hgbot
|
2015-09-15 12:12
|
|
Repository: erp/devel/pi
Changeset: f8a6e3e544bfb582b4c65408999e372fc4b1797d
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Sep 15 12:11:05 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f8a6e3e544bfb582b4c65408999e372fc4b1797d [^]
Related to bug 29872: Payment Status in Sales Order set as ISSHOWNINSTATUSBAR=N
This is a workaround for issue 30825, which shows this field in the Status Bar regardless it is set as Active = N
---
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
|
|