Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030201Openbravo ERP09. Financial managementpublic2015-06-17 19:322015-06-30 00:54
dmiguelez 
dmiguelez 
immediatecriticalalways
closedfixed 
20Community Appliance
 
 
vmromanos
Core
Pre packaging ( pi )
2015-06-02
pi
https://code.openbravo.com/erp/devel/pi/rev/654d4ad1872f1468265ac30de77d055fcd63abde [^]
No
0030201: Costing Background Process does not process Transactions if there are more than 1000 in Skip Status
Costing Background Process does not process Transactions if there are more than 1000 in Skip Status.

The Transactions in Skip Status are not set to Processed='Y', therefore the loop does always process the first 1000 Skip Transactions instead of moving on to the next ones.
Costing Background Process does not process Transactions if there are more than 1000 in Skip Status.

The Transactions in Skip Status are not set to Processed='Y', therefore the loop does always process the first 1000 Skip Transactions instead of moving on to the next ones.
No tags attached.
caused by defect 0029708 closed umartirena The costing background process is very slow 
Issue History
2015-06-17 19:32dmiguelezNew Issue
2015-06-17 19:32dmiguelezAssigned To => dmiguelez
2015-06-17 19:32dmiguelezModules => Core
2015-06-17 19:32dmiguelezRegression level => Pre packaging ( pi )
2015-06-17 19:32dmiguelezRegression date => 2015-06-02
2015-06-17 19:32dmiguelezRegression introduced in release => pi
2015-06-17 19:32dmiguelezRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/654d4ad1872f1468265ac30de77d055fcd63abde [^]
2015-06-17 19:32dmiguelezTriggers an Emergency Pack => No
2015-06-18 10:11dmitry_mezentsevRelationship addedcaused by 0029708
2015-06-26 13:14hgbotCheckin
2015-06-26 13:14hgbotNote Added: 0078534
2015-06-26 13:14hgbotStatusnew => resolved
2015-06-26 13:14hgbotResolutionopen => fixed
2015-06-26 13:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b9068c9d09d1cd07372e1ebf664268c2c7f620a6 [^]
2015-06-29 13:28vmromanosReview Assigned To => vmromanos
2015-06-29 13:28vmromanosStatusresolved => closed
2015-06-30 00:54hudsonbotCheckin
2015-06-30 00:54hudsonbotNote Added: 0078575

Notes
(0078534)
hgbot   
2015-06-26 13:14   
Repository: erp/devel/pi
Changeset: b9068c9d09d1cd07372e1ebf664268c2c7f620a6
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Jun 26 13:14:29 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b9068c9d09d1cd07372e1ebf664268c2c7f620a6 [^]

Fixes Issue 30201. Fixes issue with more than 1000 Transactions in
Skip Status.
Also, removes Transactions in Skip Status from the Query to improve
performance.

---
M src/org/openbravo/costing/CostingBackground.java
---
(0078575)
hudsonbot   
2015-06-30 00:54   
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/8d846f99ad0b [^]
Maturity status: Test