Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031856 | Openbravo ERP | 09. Financial management | public | 2016-01-11 11:49 | 2016-03-17 10:55 |
|
Reporter | maite | |
Assigned To | caristu | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR16Q2 | Fixed in Version | 3.0PR16Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0031856: It is not supported to have more than one "Tree and node image" record defined for same client |
Description | When defining more than "Tree and node image" records for same client, then Tree view from Account Tree | Element Value tab does not work |
Steps To Reproduce | 1. Create new record in Tree and Node Image window with Type Area= EV
2. Create new record in Account Tree window for EspaƱa organization and pointing to your new tree
3. Create Element Value defined as Account and Summary Level=yes
4. Create Element Value defined as SubAccount and Summary Level=no
5. Press Tree view icon from element value tab and realize that elements are not shown
NOTE: if you create new Account Tree element, pointing to "F&B International Group Element Value (Account, etc.)" tree then tree view works correctly |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0025906 | 3.0PR14Q2 | closed | AugustoMauch | Tree Extension Project | related to | defect | 0033198 | | closed | dmiguelez | Wrong Organization in treenode | related to | defect | 0033412 | | closed | caristu | error in tree sub tab when creating record in its header |
|
Attached Files | issue31856.diff (14,066) 2016-01-18 09:46 https://issues.openbravo.com/file_download.php?file_id=8931&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2016-01-11 11:49 | maite | New Issue | |
2016-01-11 11:49 | maite | Assigned To | => Triage Finance |
2016-01-11 11:49 | maite | Modules | => Core |
2016-01-11 11:49 | maite | Resolution time | => 1455058800 |
2016-01-11 11:49 | maite | Triggers an Emergency Pack | => No |
2016-01-11 11:58 | maite | Issue Monitored: networkb | |
2016-01-15 06:44 | AtulOpenbravo | Assigned To | Triage Finance => platform |
2016-01-15 12:21 | alostale | Relationship added | related to 0025906 |
2016-01-15 12:32 | alostale | Status | new => acknowledged |
2016-01-18 09:46 | alostale | File Added: issue31856.diff | |
2016-01-18 09:46 | alostale | Note Added: 0083364 | |
2016-01-19 08:55 | caristu | Assigned To | platform => caristu |
2016-01-19 08:55 | caristu | Status | acknowledged => scheduled |
2016-01-26 11:54 | caristu | Review Assigned To | => alostale |
2016-01-26 11:54 | caristu | Issue Monitored: alostale | |
2016-01-26 11:55 | hgbot | Checkin | |
2016-01-26 11:55 | hgbot | Note Added: 0083610 | |
2016-01-26 11:55 | hgbot | Status | scheduled => resolved |
2016-01-26 11:55 | hgbot | Resolution | open => fixed |
2016-01-26 11:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/17c442ff5b2b356144810cf70cbfb493ca625bbb [^] |
2016-01-26 12:58 | hgbot | Checkin | |
2016-01-26 12:58 | hgbot | Note Added: 0083613 | |
2016-01-29 09:41 | alostale | Note Added: 0083716 | |
2016-01-29 09:41 | alostale | Status | resolved => closed |
2016-01-29 09:41 | alostale | Fixed in Version | => 3.0PR16Q2 |
2016-03-17 10:55 | hudsonbot | Checkin | |
2016-03-17 10:55 | hudsonbot | Note Added: 0085081 | |
2016-03-17 10:55 | hudsonbot | Checkin | |
2016-03-17 10:55 | hudsonbot | Note Added: 0085082 | |
2016-06-14 10:37 | alostale | Relationship added | related to 0033198 |
2016-08-22 14:05 | caristu | Relationship added | related to 0033412 |
Notes |
|
|
|
|
(0083610)
|
hgbot
|
2016-01-26 11:55
|
|
Repository: erp/devel/pi
Changeset: 17c442ff5b2b356144810cf70cbfb493ca625bbb
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Jan 26 10:30:45 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/17c442ff5b2b356144810cf70cbfb493ca625bbb [^]
fixes issue 31856: allow multiple 'Tree and node image' for same client
The Account Tree window was using the ADTreeDatasourceService which asumes that a table is always represented by the same AD_Tree. In this case, two account trees (c_elementvalue table) can have different base trees to display their information. In order to support this scenario, a new datasource has been created: AccountTreeDatasourceService which allows to select the correct base tree on each case.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/event/TreeTablesEventHandler.java
M modules/org.openbravo.service.datasource/src-db/database/sourcedata/OBSERDS_DATASOURCE.xml
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ADTreeDatasourceService.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/LinkToParentTreeDatasourceService.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/TreeDatasourceService.java
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_TABLE_TREE.xml
M src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java
A modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/AccountTreeDatasourceService.java
---
|
|
|
(0083613)
|
hgbot
|
2016-01-26 12:58
|
|
Repository: erp/devel/pi
Changeset: 55b87803d2f40f95e88a5f0329e7b276c2a02bf4
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Jan 26 12:57:37 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/55b87803d2f40f95e88a5f0329e7b276c2a02bf4 [^]
related to issue 31856: remove comment and add missing javadoc descriptions
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/event/TreeTablesEventHandler.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ADTreeDatasourceService.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/TreeDatasourceService.java
---
|
|
|
|
|
|
|
|
|
|
|