Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0000567Openbravo ERP09. Financial managementpublic2008-06-06 13:402009-04-21 12:36
psarobe 
gorka_gil 
highminoralways
closedfixed 
10XP
2.40alpha-r2 
pi 
Core
No
0000567: Error message not well format
When testing this bug: https://sourceforge.net/tracker/index.php?func=detail&aid=1904162&group_id=162271&atid=823129 [^]

The error message was not well format. SEE ATTACH
Go to Financial management->Accounting->Analysis tools->Accounting report

You must have two different accounting schema.
platform1_sprint1
png account_report.PNG (48,678) 2008-06-06 13:40
https://issues.openbravo.com/file_download.php?file_id=62&type=bug
png
Issue History
2008-06-06 13:40psarobeNew Issue
2008-06-06 13:40psarobeAssigned To => cromero
2008-06-06 13:40psarobeFile Added: account_report.PNG
2008-06-09 12:57psarobeAssigned Tocromero => dbaz
2008-06-09 12:57psarobeStatusnew => scheduled
2008-06-11 01:45dbazAssigned Todbaz => gorka_gil
2008-06-11 01:52dbazAssigned Togorka_gil => dalsasua
2008-06-13 19:59cromeroTarget Version => 2.40
2008-06-25 10:13pjuvaraTarget Version2.40 => trunk
2008-06-30 13:44dalsasuaAssigned Todalsasua => dbaz
2008-06-30 15:37dbazAssigned Todbaz => gorka_gil
2008-06-30 20:40svnbotCheckin
2008-06-30 20:40svnbotNote Added: 0008096
2008-06-30 20:40svnbotStatusscheduled => resolved
2008-06-30 20:40svnbotResolutionopen => fixed
2008-06-30 20:40svnbotsvn_revision => 5512
2008-07-01 17:56anonymoussf_bug_id0 => 2007933
2008-12-10 00:55dbazStatusresolved => new
2008-12-10 00:55dbazResolutionfixed => open
2008-12-10 00:55dbazNote Added: 0011102
2008-12-10 00:56dbazPrioritynormal => high
2008-12-10 00:56dbazStatusnew => scheduled
2008-12-15 10:59gorka_gilTag Attached: platform1_sprint1
2009-01-15 14:11svnbotCheckin
2009-01-15 14:11svnbotNote Added: 0012218
2009-01-15 14:11svnbotStatusscheduled => resolved
2009-01-15 14:11svnbotResolutionopen => fixed
2009-01-15 14:11svnbotsvn_revision5512 => 11933
2009-04-21 12:36psarobeStatusresolved => closed

Notes
(0008096)
svnbot   
2008-06-30 20:40   
Repository: openbravo
Revision: 5512
Author: gorka_gil
Date: 2008-06-30 20:40:38 +0200 (Mon, 30 Jun 2008)

fixed bug 567 Fixed error messages in tree windows

---
U trunk/src/org/openbravo/erpCommon/utility/WindowTree.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=5512&sc=1 [^]
(0011102)
dbaz   
2008-12-10 00:55   
The fix don't work properly.

There is a JavaScript error with line
node = node[0].getElementsByTagName("status");

Also the right behaviour should be: (as is in rev 5511)

When open the menu popup an "info" blue message box should appear.
When a drag and drop is completed a "success" green message box should appear.
When start dragging again another item (before dropping it) an "info" blue message box should appear.
When a drag and drop is completed a "success" green message box should appear.
When start dragging ........

Previous wrong changes:
https://dev.openbravo.com/websvn/openbravo/?op=comp&compare[]=%2F@5511&compare[]=%2F@5512 [^]
(0012218)
svnbot   
2009-01-15 14:11   
Repository: openbravo
Revision: 11933
Author: gorka_gil
Date: 2009-01-15 14:11:22 +0100 (Thu, 15 Jan 2009)

Fixed bug 567 Changed the method that print the message in WindowTree.html

---
U trunk/src/org/openbravo/erpCommon/utility/WindowTree.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=11933&sc=1 [^]