Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020539Openbravo ERP09. Financial managementpublic2012-05-17 13:192012-05-30 11:14
xabiermerino 
jecharri 
immediatemajoralways
closedfixed 
5
3.0MP10.2 
3.0MP13 
Core
No
0020539: Wrong behaviour selecting transactions in Match Statement window
See the video attached

If you select some transactions and then, you uncheck one, a few seconds later the rest of transactions are unchecked.

The application should keep the rest of transactions checked

When a checkbox is unchecked a request to the servlet is done and the getMatchedBankStatementLinesData takes long to be executed.
this is executed for each uncheck so it takes long to finish all the processes.
- Check 4 transactions
- Uncheck 1 transaction
- Wait a few seconds
- Realize that the resto of transactions are unchecked again
Performance
related to design defect 0020551 closed dmiguelez Long time to load Match Statement window 
? test-0000.mpeg (214,778) 2012-05-17 13:19
https://issues.openbravo.com/file_download.php?file_id=5236&type=bug
Issue History
2012-05-17 13:19xabiermerinoNew Issue
2012-05-17 13:19xabiermerinoAssigned To => mirurita
2012-05-17 13:19xabiermerinoFile Added: test-0000.mpeg
2012-05-17 13:19xabiermerinoModules => Core
2012-05-17 13:19xabiermerinoResolution time => 1343772000
2012-05-17 13:20xabiermerinoIssue Monitored: networkb
2012-05-18 14:07egoitzNote Added: 0048765
2012-05-18 14:07egoitzDescription Updatedbug_revision_view_page.php?rev_id=3493#r3493
2012-05-18 14:08egoitzNote Deleted: 0048765
2012-05-18 14:09egoitzResolution time1343772000 => 1339711200
2012-05-18 14:09egoitzSeverityminor => major
2012-05-18 14:09egoitzTag Attached: Performance
2012-05-18 14:13egoitzIssue cloned0020551
2012-05-18 14:13egoitzRelationship addedrelated to 0020551
2012-05-18 14:14egoitzPriorityhigh => urgent
2012-05-21 16:50miruritaAssigned Tomirurita => jonalegriaesarte
2012-05-22 12:00jonalegriaesarteAssigned Tojonalegriaesarte => jecharri
2012-05-22 12:01jonalegriaesartePriorityurgent => immediate
2012-05-23 09:35hgbotCheckin
2012-05-23 09:35hgbotNote Added: 0048878
2012-05-23 09:35hgbotStatusnew => resolved
2012-05-23 09:35hgbotResolutionopen => fixed
2012-05-23 09:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/be3125c5fc370f52edfce4207e76079aa50f3fa5 [^]
2012-05-24 16:53hgbotCheckin
2012-05-24 16:53hgbotNote Added: 0048911
2012-05-25 12:13hudsonbotCheckin
2012-05-25 12:13hudsonbotNote Added: 0049188
2012-05-25 12:13hudsonbotCheckin
2012-05-25 12:13hudsonbotNote Added: 0049201
2012-05-30 11:14xabiermerinoNote Added: 0049463
2012-05-30 11:14xabiermerinoStatusresolved => closed

Notes
(0048878)
hgbot   
2012-05-23 09:35   
Repository: erp/devel/pi
Changeset: be3125c5fc370f52edfce4207e76079aa50f3fa5
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Wed May 23 09:34:55 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/be3125c5fc370f52edfce4207e76079aa50f3fa5 [^]

Fixes issue 20539: Wrong behaviour selecting transactions in Match Statement window

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.java
---
(0048911)
hgbot   
2012-05-24 16:53   
Repository: erp/devel/pi
Changeset: 744f12f0a11c25588ec7a59b6a0d3f195eebd009
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Thu May 24 16:51:08 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/744f12f0a11c25588ec7a59b6a0d3f195eebd009 [^]

issue 20539,issue 20540.
I have added some change to the first correction.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
---
(0049188)
hudsonbot   
2012-05-25 12:13   
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/5401e185a8b0 [^]

Maturity status: Test
(0049201)
hudsonbot   
2012-05-25 12:13   
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/5401e185a8b0 [^]

Maturity status: Test
(0049463)
xabiermerino   
2012-05-30 11:14   
verified with the new fixed added in the 20540