Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009011 | Openbravo ERP | 09. Financial management | public | 2009-05-13 10:06 | 2009-05-26 00:00 |
|
Reporter | maria_perez | |
Assigned To | alostale | |
Priority | urgent | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 10 | OS Version | |
Product Version | 2.50 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0009011: Assets do not appear in Balance sheet |
Description | In Balance Sheet, Assets do not appear, and the other node (Liability) is shown.
Reproduced for both Accounting Test entity and for SmallBazaar. |
Steps To Reproduce | 1. Log in as Openbravo Admin, entity SmallBazaar
2. Go to Financial Management || Accounting || Analysis Tools || Balance sheet and P&L structure and execute report for 2006.
3. Check the results (attached) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0008108 | pi | closed | alostale | Some subreports are failiing |
|
Attached Files | BalanceSheet250.pdf (4,113) 2009-05-13 10:06 https://issues.openbravo.com/file_download.php?file_id=1300&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2009-05-13 10:06 | maria_perez | New Issue | |
2009-05-13 10:06 | maria_perez | Assigned To | => rafaroda |
2009-05-13 10:06 | maria_perez | File Added: BalanceSheet250.pdf | |
2009-05-13 10:15 | rafaroda | Assigned To | rafaroda => dalsasua |
2009-05-13 15:26 | dalsasua | Note Added: 0016321 | |
2009-05-13 15:26 | dalsasua | Assigned To | dalsasua => alostale |
2009-05-13 15:26 | dalsasua | Status | new => acknowledged |
2009-05-14 09:53 | alostale | Status | acknowledged => scheduled |
2009-05-14 09:53 | alostale | fix_in_branch | => pi |
2009-05-14 09:54 | alostale | OBNetwork customer | => No |
2009-05-14 09:54 | alostale | Priority | normal => urgent |
2009-05-14 09:54 | alostale | fix_in_branch | pi => |
2009-05-14 10:20 | alostale | Relationship added | related to 0008108 |
2009-05-14 15:40 | alostale | Note Added: 0016355 | |
2009-05-14 15:42 | hgbot | Checkin | |
2009-05-14 15:42 | hgbot | Note Added: 0016356 | |
2009-05-14 15:42 | hgbot | Status | scheduled => resolved |
2009-05-14 15:42 | hgbot | Resolution | open => fixed |
2009-05-14 15:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/316fdfd39d178dc0f5931fe73c69a53628bf3a55 [^] |
2009-05-25 17:39 | psarobe | Status | resolved => closed |
2009-05-25 17:39 | psarobe | Note Added: 0016635 | |
2009-05-25 17:40 | psarobe | Note Added: 0016636 | |
2009-05-26 00:00 | anonymous | sf_bug_id | 0 => 2796597 |
Notes |
|
|
Localization Team has detected that is a problem in XmlEngine. We checked that in GeneralAccountingReport servlet, through this lines
for (int i = 0; i < strGroups.length; i++)
trees[i] = acct[i].getAccounts();
xmlDocument.setDataArray("reportDetail", "structure1", trees);
String strResult = xmlDocument.print();
renderFO(strResult, response);
correct array (Trees) is given to the setDataArray method, but it is not correctly managed by XmlEngine.
It has to be with the fix of this issue https://issues.openbravo.com/view.php?id=8108 [^] that was reported due to this commit https://code.openbravo.com/erp/devel/pi/rev/da25ccb7bcfb [^] |
|
|
|
Note to QA:
Be very cautious when reviewing this issue since it introduces changes in XmlEngine. Specially check the behavior of the elements affected by the related issues. |
|
|
(0016356)
|
hgbot
|
2009-05-14 15:42
|
|
Repository: erp/devel/pi
Changeset: 316fdfd39d178dc0f5931fe73c69a53628bf3a55
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu May 14 15:41:22 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/316fdfd39d178dc0f5931fe73c69a53628bf3a55 [^]
fixed bug 0009011: Assets do not appear in Balance sheet
Refactor online translations in XmlEngine for sections
---
M src-core/src/org/openbravo/xmlEngine/XmlDocument.java
M src-core/src/org/openbravo/xmlEngine/XmlVectorValue.java
---
|
|
|
|
Tested in PI and works fine |
|
|
|
Also tested all the create lines from and the Payment reports. All of them using the Spanish language |
|