Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029872
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] 07. Sales managementminorN/A2015-05-13 17:382015-09-16 02:20
ReporterguillermogilView Statuspublic 
Assigned Toguillermogil 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionfba0bdc5a828
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tovmromanos
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0029872: Add the Payment status in sales order window

DescriptionIt could be nice to have the percent of the Payment in sales order window
It could be shown on grid and on the toolbar in form view (like invoice status)
Steps To ReproduceN/A
TagsNo tags attached.
Attached Filespng file icon Screenshot from 2015-05-13 17:39:31.png [^] (60,779 bytes) 2015-05-13 17:40


diff file icon paymentStatus.diff [^] (8,619 bytes) 2015-05-14 16:45 [Show Content]
diff file icon paymentStatusTests.diff [^] (11,566 bytes) 2015-05-28 16:51 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0030760 newTriage Platform Base It would be a good idea to disable by default sorting and filtering of computed columns 
related to defect 00308253.0PR16Q1 closedcaristu Show in Status Bar doesn't honour the Active = N flag 

-  Notes
(0079769)
hgbot (developer)
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 (manager)
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.

(0079781)
hudsonbot (developer)
2015-08-27 17:02

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/aa1822be5622 [^]
Maturity status: Test
(0080278)
hgbot (developer)
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
---
(0080279)
vmromanos (manager)
2015-09-09 13:38

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.
(0080300)
hudsonbot (developer)
2015-09-09 23:11

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/35a1eec70785 [^]
Maturity status: Test
(0080400)
lorenzofidalgo (developer)
2015-09-15 12:01

"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 (developer)
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
---
(0080424)
hudsonbot (developer)
2015-09-16 02:20

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/ab68e2868765 [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2015-05-13 17:38 guillermogil New Issue
2015-05-13 17:38 guillermogil Assigned To => guillermogil
2015-05-13 17:38 guillermogil Modules => Core
2015-05-13 17:38 guillermogil Triggers an Emergency Pack => No
2015-05-13 17:40 guillermogil File Added: Screenshot from 2015-05-13 17:39:31.png
2015-05-14 16:45 guillermogil File Added: paymentStatus.diff
2015-05-20 17:24 guillermogil File Added: testPaymentStatus.diff
2015-05-28 16:50 guillermogil File Deleted: testPaymentStatus.diff
2015-05-28 16:51 guillermogil File Added: paymentStatusTests.diff
2015-08-27 10:21 hgbot Checkin
2015-08-27 10:21 hgbot Note Added: 0079769
2015-08-27 10:21 hgbot Status new => resolved
2015-08-27 10:21 hgbot Resolution open => fixed
2015-08-27 10:21 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/fba0bdc5a8289513a6cfd71ddac00c2c938307a2 [^]
2015-08-27 11:07 AugustoMauch Note Added: 0079772
2015-08-27 17:02 hudsonbot Checkin
2015-08-27 17:02 hudsonbot Note Added: 0079781
2015-08-31 10:56 AugustoMauch Note Edited: 0079772 View Revisions
2015-09-04 09:08 AugustoMauch Relationship added related to 0030760
2015-09-09 13:36 hgbot Checkin
2015-09-09 13:36 hgbot Note Added: 0080278
2015-09-09 13:38 vmromanos Review Assigned To => vmromanos
2015-09-09 13:38 vmromanos Note Added: 0080279
2015-09-09 13:38 vmromanos Status resolved => closed
2015-09-09 23:11 hudsonbot Checkin
2015-09-09 23:11 hudsonbot Note Added: 0080300
2015-09-15 11:37 vmromanos Relationship added related to 0030825
2015-09-15 12:01 lorenzofidalgo Note Added: 0080400
2015-09-15 12:12 hgbot Checkin
2015-09-15 12:12 hgbot Note Added: 0080401
2015-09-16 02:20 hudsonbot Checkin
2015-09-16 02:20 hudsonbot Note Added: 0080424


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker