Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016349Openbravo ERP09. Financial managementpublic2011-03-09 15:072011-03-29 12:07
dalsasua 
dalsasua 
urgentmajoralways
closedfixed 
20Ubuntu 10.10
2.50MP27 
 
Core
No
0016349: Balance Sheet and P&L Report can't include titles
In case the Balance Sheet and Profit and Loose structure needs to display a node without amount, as a title, it's not possible.
Include a flag "Title" in the account tree-> element value tab. In case a node has this flag active, will always be shown in the report, and with no amount.
No tags attached.
blocks defect 0016184 closed dalsasua Balance Sheet and P&L Report can't include titles 
Issue History
2011-03-17 11:01dalsasuaTypedefect => backport
2011-03-17 11:01dalsasuafix_in_branch => 2.50
2011-03-17 11:56hgbotCheckin
2011-03-17 11:56hgbotNote Added: 0034990
2011-03-17 11:56hgbotStatusscheduled => resolved
2011-03-17 11:56hgbotResolutionopen => fixed
2011-03-17 11:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/70b260085bc9f43d051caaa5383d4830888ade9c [^]
2011-03-18 12:45dalsasuaNote Added: 0035038
2011-03-22 16:50adrianromeroNote Added: 0035154
2011-03-22 16:50adrianromeroStatusresolved => closed
2011-03-29 12:07hgbotCheckin
2011-03-29 12:07hgbotNote Added: 0035302

Notes
(0034990)
hgbot   
2011-03-17 11:56   
Repository: erp/stable/2.50
Changeset: 70b260085bc9f43d051caaa5383d4830888ade9c
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Thu Mar 17 11:51:31 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/70b260085bc9f43d051caaa5383d4830888ade9c [^]

Fixes issue 16349.
Now a new flag Title Node is available in element -> value tab. If flagged, the node is always shown in the b.s.&p.l. reports, with no amount, just as a title node

---
M src-db/database/model/tables/C_ELEMENTVALUE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReportsPDF.fo
M src/org/openbravo/erpCommon/businessUtility/AccountTree.java
M src/org/openbravo/erpCommon/businessUtility/AccountTree_data.xsql
---
(0035038)
dalsasua   
2011-03-18 12:45   
In order to test:

1.- Configure a P&L structure report as described in http://wiki.openbravo.com/wiki/Balance_sheet_and_PL_structure#Balance_de_situaci.C3.B3n [^]
2.- Launch it once with the "Show only accounts with value" flag active, and other with de-activated
3.- Choose two nodes (one that gives 0 in the report, and other that not), locate then in Account Tree window, and activate the "Title" flag
4.- Run again the reports of point 2.
5.- Check that both reports throw same amounts, but title type node is shown always, and shows no amount.
(0035154)
adrianromero   
2011-03-22 16:50   
Verified
(0035302)
hgbot   
2011-03-29 12:07   
Repository: erp/stable/2.50
Changeset: 6ca64bb15da379a3be728338e36a637e3fa664e1
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Wed Mar 23 08:21:18 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/6ca64bb15da379a3be728338e36a637e3fa664e1 [^]

Issue 16349.
Column should be mandatory

---
M src-db/database/model/tables/C_ELEMENTVALUE.xml
---