Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029637 | Openbravo ERP | 09. Financial management | public | 2015-04-20 16:55 | 2015-05-07 22:17 |
|
Reporter | maite | |
Assigned To | jorge-garcia | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q3 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
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 | 0029637: "Account tree" and "Account element" fields should not be shown when setting User1 or User2 dimension in General Ledger Conf. |
Description | "Account tree" and "Account element" fields should not be shown when setting User1 or User2 dimension in General Ledger Configuration window |
Steps To Reproduce | 1. Access General Ledger Configuration window and go to Dimensions tab
2. Create new record setting type "User 1"
3. Realize that Account Tree and Account Element fields are displayed when it should not
In case value is defined for this fields you could be affected by 28978 issue, which is generating erroneous Accounting Combination data |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0028978 | | closed | vmromanos | Duplicated account combinations when inserting an element value in an account tree referenced twice from a General Ledger Dimens |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-20 16:55 | maite | New Issue | |
2015-04-20 16:55 | maite | Assigned To | => Triage Finance |
2015-04-20 16:55 | maite | Modules | => Core |
2015-04-20 16:55 | maite | Resolution time | => 1432418400 |
2015-04-20 16:55 | maite | Triggers an Emergency Pack | => No |
2015-04-20 16:55 | maite | Relationship added | related to 0028978 |
2015-04-20 16:56 | maite | Issue Monitored: networkb | |
2015-04-21 10:30 | jorge-garcia | Status | new => scheduled |
2015-04-21 10:30 | jorge-garcia | Assigned To | Triage Finance => jorge-garcia |
2015-04-21 10:31 | jorge-garcia | Note Added: 0076644 | |
2015-05-04 18:13 | hgbot | Checkin | |
2015-05-04 18:13 | hgbot | Note Added: 0076964 | |
2015-05-04 18:13 | hgbot | Status | scheduled => resolved |
2015-05-04 18:13 | hgbot | Resolution | open => fixed |
2015-05-04 18:13 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/237fe3795fb438dea9670ca6dabd4220826ba2eb [^] |
2015-05-04 18:13 | hgbot | Checkin | |
2015-05-04 18:13 | hgbot | Note Added: 0076965 | |
2015-05-04 18:17 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2015-05-04 18:17 | Sandrahuguet | Note Added: 0076966 | |
2015-05-04 18:17 | Sandrahuguet | Status | resolved => closed |
2015-05-04 18:17 | Sandrahuguet | Fixed in Version | => 3.0PR15Q3 |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077202 | |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077203 | |
Notes |
|
(0076644)
|
jorge-garcia
|
2015-04-21 10:31
|
|
Test Plan:
Access General Ledger Configuration window and go to Dimensions tab
Create new record setting type "User 1"
Realize that Account Tree and Account Element fields aren't displayed
Change the record setting type to "User 2"
Realize that Account Tree and Account Element fields aren't displayed |
|
|
(0076964)
|
hgbot
|
2015-05-04 18:13
|
|
Repository: erp/devel/pi
Changeset: 237fe3795fb438dea9670ca6dabd4220826ba2eb
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Apr 21 10:25:34 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/237fe3795fb438dea9670ca6dabd4220826ba2eb [^]
Fixed issue 29637: Account fields should not be shown in some cases in G/L Conf
"Account tree" and "Account element" fields should not be shown when setting
User1 or User2 dimension in General Ledger Configuration window.
The solution is to change the Display Logic for those fields, and delete the
element types U1 and U2.
Now, when User 1 / User 2 is selected, the Account Tree and the
Account Element aren't displayed.
---
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
(0076965)
|
hgbot
|
2015-05-04 18:13
|
|
Repository: erp/devel/pi
Changeset: fa88cad0c96646cfa8a62ae90a3d8f4b273dd70b
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Mon May 04 18:12:27 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fa88cad0c96646cfa8a62ae90a3d8f4b273dd70b [^]
Related to issue 29637
Added read only logic because in grid mode is possible to add
"Account tree" and "Account element" to all dimensions.
Added distinct in C_ELEMENTVALUE_TRG to avoid duplicates values
in account combinations.
---
M src-db/database/model/triggers/C_ELEMENTVALUE_TRG.xml
M src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
|
|
|
|
|
|
|
|