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
---
|
|
|
|
|
|
|
|
|
|
|