Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008357Openbravo ERP09. Financial managementpublic2009-03-26 19:152009-05-12 18:05
jpabloae 
dalsasua 
immediatemajoralways
closedfixed 
30Gentoo - 2.6.26
2.40MP1 
2.40MP4 
Core
No
0008357: General ledger window takes a long time to load with many accounts
The general ledger window takes around 5 minutes to be opened when there is a big amount of accounts (0000561:0008000). The problem is that the combo boxes include the 8000 elements in the HTML code, and the file is big (>1.4MB).
1. Financial management -> Analysis tools -> General Ledger.
2. View the source of the HTML file.
3. All the accounts are included statically in the HTML file.
4. If you create thousands of accounts, this is more notable.
No tags attached.
blocks defect 0008321 closed dalsasua General ledger window takes a long time to load with many accounts 
Issue History
2009-03-31 11:26psarobeTypedefect => backport
2009-03-31 11:26psarobefix_in_branch => 2.40
2009-03-31 19:00hgbotCheckin
2009-03-31 19:00hgbotNote Added: 0015093
2009-03-31 19:00hgbotStatusscheduled => resolved
2009-03-31 19:00hgbotResolutionopen => fixed
2009-03-31 19:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/e379322c7c659ed6df85990e9197bb36142e39e1 [^]
2009-04-25 11:59psarobeStatusresolved => new
2009-04-25 11:59psarobeResolutionfixed => open
2009-04-25 11:59psarobeStatusnew => scheduled
2009-04-25 11:59psarobefix_in_branch2.40 => pi
2009-04-27 11:46eduardo_Argalfix_in_branchpi => 2.40
2009-04-27 11:47hgbotCheckin
2009-04-27 11:47hgbotNote Added: 0015764
2009-04-27 11:47hgbotStatusscheduled => resolved
2009-04-27 11:47hgbotResolutionopen => fixed
2009-04-27 11:47hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40/rev/e379322c7c659ed6df85990e9197bb36142e39e1 [^] => http://code.openbravo.com/erp/stable/2.40/rev/60f2e01b848a052c15f8e8b3a763694df3c82421 [^]
2009-05-10 19:37psarobeFixed in Version => 2.40MP4
2009-05-12 18:05psarobeStatusresolved => closed

Notes
(0015093)
hgbot   
2009-03-31 19:00   
Repository: erp/stable/2.40
Changeset: e379322c7c659ed6df85990e9197bb36142e39e1
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Tue Mar 31 18:58:46 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/e379322c7c659ed6df85990e9197bb36142e39e1 [^]

fixes bug 0008357: General ledger window takes a long time to load with many accounts

---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_SEARCH.xml
M src-db/database/sourcedata/AD_REF_SEARCH_COLUMN.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.xml
A src/org/openbravo/erpCommon/info/AccountElementValue.html
A src/org/openbravo/erpCommon/info/AccountElementValue.java
A src/org/openbravo/erpCommon/info/AccountElementValue.xml
A src/org/openbravo/erpCommon/info/AccountElementValue_data.xsql
---
(0015764)
hgbot   
2009-04-27 11:47   
Repository: erp/stable/2.40
Changeset: 60f2e01b848a052c15f8e8b3a763694df3c82421
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Mon Apr 27 11:46:00 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/60f2e01b848a052c15f8e8b3a763694df3c82421 [^]

Fixes bug 0008357: General ledger window takes a long time to load with many accounts

---
M src-db/database/sourcedata/AD_COLUMN.xml
---