Openbravo Issue Tracking System - Modules
View Issue Details
0028493ModulesMulti-Dimensional Financial Reports Infrastructurepublic2014-12-29 12:262015-02-02 18:03
ngarcia 
aferraz 
urgentmajoralways
closedfixed 
5
 
 
Sandrahuguet
0028493: Accounting Dimensions are not shown in Drag and Drop Selector of Multi-dimensional reports
Accounting Dimensions are not shown in Drag and Drop Selector of Multi-dimensional reports
Note: The context name should be different from 'openbravo'
As group admin role:
   Install the Multi-dimensional Profit and Loss module
   Configure it
   Open the Multi-dimensional Profit and Loss window and check the Accounting Dimensions selector is empty
Check if the following change in the /org.openbravo.utility.draganddropselector3listsimplementation/js/ob-drag-and-drop-selector-item.js file could work

old code:

dataURL: '/openbravo/org.openbravo.service.datasource/DragAndDropThreeListsDataSource',

new code:

dataURL: OB.Application.contextUrl + 'org.openbravo.service.datasource/DragAndDropThreeListsDataSource',

could work
No tags attached.
blocks defect 0028494 closed aferraz Accounting Dimensions cannot be placed in Columns or Rows in Multi-dimensional Reports 
Issue History
2014-12-29 12:26ngarciaNew Issue
2014-12-29 12:26ngarciaAssigned To => dmiguelez
2014-12-29 12:28ngarciaIssue Monitored: networkb
2014-12-29 12:44ngarciaResolution time => 1422486000
2014-12-29 12:44ngarciaAssigned Todmiguelez => AtulOpenbravo
2014-12-29 12:48ngarciaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7354#r7354
2014-12-29 12:49ngarciaRelationship addedblocks 0028494
2015-01-30 08:43aferrazAssigned ToAtulOpenbravo => aferraz
2015-02-02 11:43hgbotCheckin
2015-02-02 11:43hgbotNote Added: 0073973
2015-02-02 11:43hgbotStatusnew => resolved
2015-02-02 11:43hgbotResolutionopen => fixed
2015-02-02 11:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.utility.draganddropselector3listsimplementation/rev/c5a758856a9269abd50a5ebbf46466188b2fa1ae [^]
2015-02-02 11:51aferrazNote Added: 0073975
2015-02-02 18:03SandrahuguetReview Assigned To => Sandrahuguet
2015-02-02 18:03SandrahuguetNote Added: 0074001
2015-02-02 18:03SandrahuguetStatusresolved => closed

Notes
(0073973)
hgbot   
2015-02-02 11:43   
Repository: erp/mods/org.openbravo.utility.draganddropselector3listsimplementation
Changeset: c5a758856a9269abd50a5ebbf46466188b2fa1ae
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Mon Feb 02 11:27:44 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.utility.draganddropselector3listsimplementation/rev/c5a758856a9269abd50a5ebbf46466188b2fa1ae [^]

Fixes issue 28493 and fixes issue 28494: Multi-DimensionalProfitandLoss fails

Accounting Dimensions in Multi-Dimensional Profit and Loss window can't be placed in Columns or Rows. Accounting Dimensions selector also appears empty if openbravo context name is different than "openbravo".

---
M web/org.openbravo.utility.draganddropselector3listsimplementation/js/ob-drag-and-drop-selector-item.js
---
(0073975)
aferraz   
2015-02-02 11:51   
Test plan:

- Install the Multi-dimensional Profit and Loss module
- Change openbravo context in Eclipse -> Servers -> Modules tab -> Path
- Open Multi-Dimensional Profit and Loss window and check Accounting Dimensions selector is not empty
(0074001)
Sandrahuguet   
2015-02-02 18:03   
Code review + testing OK