Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016349 | Openbravo ERP | 09. Financial management | public | 2011-03-09 15:07 | 2011-03-29 12:07 |
|
Reporter | dalsasua | |
Assigned To | dalsasua | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 10.10 |
Product Version | 2.50MP27 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0016349: Balance Sheet and P&L Report can't include titles |
Description | In case the Balance Sheet and Profit and Loose structure needs to display a node without amount, as a title, it's not possible. |
Steps To Reproduce | |
Proposed Solution | 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. |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0016184 | | closed | dalsasua | Balance Sheet and P&L Report can't include titles |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-03-17 11:01 | dalsasua | Type | defect => backport |
2011-03-17 11:01 | dalsasua | fix_in_branch | => 2.50 |
2011-03-17 11:56 | hgbot | Checkin | |
2011-03-17 11:56 | hgbot | Note Added: 0034990 | |
2011-03-17 11:56 | hgbot | Status | scheduled => resolved |
2011-03-17 11:56 | hgbot | Resolution | open => fixed |
2011-03-17 11:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/70b260085bc9f43d051caaa5383d4830888ade9c [^] |
2011-03-18 12:45 | dalsasua | Note Added: 0035038 | |
2011-03-22 16:50 | adrianromero | Note Added: 0035154 | |
2011-03-22 16:50 | adrianromero | Status | resolved => closed |
2011-03-29 12:07 | hgbot | Checkin | |
2011-03-29 12:07 | hgbot | Note 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
---
|
|
|
|
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. |
|
|
|
|
|
(0035302)
|
hgbot
|
2011-03-29 12:07
|
|
|