Openbravo Issue Tracking System - Modules
View Issue Details
0025939ModulesInvoices Register Bookpublic2014-03-10 16:032014-03-13 18:26
caristu 
jonalegriaesarte 
urgentmajoralways
closedfixed 
5
 
 
jonalegriaesarte
0025939: Unneeded flushes in book lines generation are causing bad performance
When executing the "Create" process for the invoice register book, it takes a lot of time when there are a lot of lines to create. The CPU usage increases a lot.

This is caused because of some flushes are being executed when opening new connections just for showing result/error messages. This flushes are not necessary.
In description
No tags attached.
related to defect 00253873.0MP31 closed alostale Openbravo ERP unneeded flushes in view generation 
has duplicate defect 0025473 closed jecharri Modules Bad Peformance executing the Create process 
Issue History
2014-03-10 16:03caristuNew Issue
2014-03-10 16:03caristuAssigned To => jonalegriaesarte
2014-03-10 16:03caristuRelationship addedrelated to 0025387
2014-03-10 16:04caristuIssue Monitored: networkb
2014-03-10 16:05caristuDescription Updatedbug_revision_view_page.php?rev_id=5558#r5558
2014-03-10 16:11caristuNote Added: 0064990
2014-03-10 18:36hgbotCheckin
2014-03-10 18:36hgbotNote Added: 0064996
2014-03-10 18:36hgbotStatusnew => resolved
2014-03-10 18:36hgbotResolutionopen => fixed
2014-03-10 18:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.module.invoicesregisterbook/rev/2ee4bbc082d864e338d1801267159ebcae480e60 [^]
2014-03-11 09:57hgbotCheckin
2014-03-11 09:57hgbotNote Added: 0065025
2014-03-11 11:54jecharriRelationship addedhas duplicate 0025473
2014-03-13 18:26jonalegriaesarteReview Assigned To => jonalegriaesarte
2014-03-13 18:26jonalegriaesarteNote Added: 0065143
2014-03-13 18:26jonalegriaesarteStatusresolved => closed

Notes
(0064990)
caristu   
2014-03-10 16:11   
Support Ticket: 27053
Resolution Time: 08/04/2014
(0064996)
hgbot   
2014-03-10 18:36   
Repository: erp/pmods/org.openbravo.module.invoicesregisterbook
Changeset: 2ee4bbc082d864e338d1801267159ebcae480e60
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Mar 10 17:48:00 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.invoicesregisterbook/rev/2ee4bbc082d864e338d1801267159ebcae480e60 [^]

fixes issue 25939: Unneeded flushes in book lines
generation are causing bad performance

---
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/module/invoicesregisterbook/obirb_actionButton/CreateBookLines.java
M src/org/openbravo/module/invoicesregisterbook/obirb_actionButton/CreateBookLinesDao.java
---
(0065025)
hgbot   
2014-03-11 09:57   
Repository: erp/pmods/org.openbravo.module.invoicesregisterbook
Changeset: 96f79609bcb06e6d20c7ae9ac5b102d664636c6c
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Mar 11 09:48:39 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.invoicesregisterbook/rev/96f79609bcb06e6d20c7ae9ac5b102d664636c6c [^]

related to issue 25939: fix for CashVATCompatible branch

---
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/module/invoicesregisterbook/obirb_actionButton/CreateBookLines.java
M src/org/openbravo/module/invoicesregisterbook/obirb_actionButton/CreateBookLinesDao.java
---
(0065143)
jonalegriaesarte   
2014-03-13 18:26   
Verfied