Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0004819 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 09. Financial management | minor | always | 2008-09-04 17:28 | 2008-10-24 18:25 | |||
Reporter | networkb | View Status | public | |||||
Assigned To | vmromanos | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 2.35MP9 | |||
Status | closed | Fix in branch | 2.3x | Fixed in SCM revision | 8421 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | Oracle | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.35MP5 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0004819: Is not possible to change the alias in Account Combination window | |||||||
Description | It is currently not possible to modify the alias in window: Account Combination, as the alias in Valid Combination is overwritten by the value of the Element Value via a trigger. | |||||||
Steps To Reproduce | Financial Management>Accounting>Setup>Account Combination Change the Alias and save | |||||||
Proposed Solution | Modify the C_VALIDCOMBINATION_TRG so that whenever the alias in Account Combination is empty, the value from Element Value is used. Whenever the alias is filled, it will not update from elementvalue anymore. Modify IF (Cur_AC%NOTFOUND) THEN -- mandatory v_IsFullyQualified := 'N'; ELSE :new.Alias := v_TempValue; --Alias is the account no END IF; to: IF (Cur_AC%NOTFOUND) THEN -- mandatory v_IsFullyQualified := 'N'; ELSE IF (:old.Alias is null) THEN :new.Alias := v_TempValue; --Alias is the account no END IF; END IF; Attached you fill find the modified C_VALIDCOMBINATION_TRG | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0008891) svnbot (viewer) 2008-09-05 12:20 |
Repository: openbravo Revision: 6873 Author: vmromanos Date: 2008-09-05 12:20:41 +0200 (Fri, 05 Sep 2008) Fixed bug 0004819: Changed the C_VALIDCOMBINATION_TRG trigger --- U branches/r2.3x/database/model/triggers/C_VALIDCOMBINATION_TRG.xml --- https://dev.openbravo.com/websvn/openbravo/?rev=6873&sc=1 [^] |
(0009092) svnbot (viewer) 2008-09-19 10:48 |
Repository: openbravo Revision: 7541 Author: cromeroherrero Date: 2008-09-19 10:48:53 +0200 (Fri, 19 Sep 2008) Fixed bug 4819: Is not possible to change the alias in Account Combination window --- U branches/r2.3x/database/model/triggers/C_VALIDCOMBINATION_TRG.xml --- https://dev.openbravo.com/websvn/openbravo/?rev=7541&sc=1 [^] |
(0009441) psarobe (viewer) 2008-10-08 15:54 |
The solution is not correct |
(0009466) svnbot (viewer) 2008-10-08 19:14 |
Repository: openbravo Revision: 8421 Author: vmromanos Date: 2008-10-08 19:14:01 +0200 (Wed, 08 Oct 2008) Fixed bug 0004819: Is not possible to change the alias in Account Combination window. --- U branches/r2.3x/database/model/triggers/C_VALIDCOMBINATION_TRG.xml --- https://dev.openbravo.com/websvn/openbravo/?rev=8421&sc=1 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2008-09-04 17:28 | cromero | New Issue | |
2008-09-04 17:28 | cromero | Assigned To | => vmromanos |
2008-09-04 17:28 | cromero | Status | new => scheduled |
2008-09-05 12:20 | svnbot | Checkin | |
2008-09-05 12:20 | svnbot | Note Added: 0008891 | |
2008-09-05 12:20 | svnbot | Status | scheduled => resolved |
2008-09-05 12:20 | svnbot | Resolution | open => fixed |
2008-09-05 12:20 | svnbot | svn_revision | => 6873 |
2008-09-19 10:35 | cromero | Status | resolved => new |
2008-09-19 10:35 | cromero | Resolution | fixed => open |
2008-09-19 10:35 | cromero | Status | new => scheduled |
2008-09-19 10:35 | cromero | fix_in_branch | 2.3x => trunk |
2008-09-19 10:47 | cromero | OBNetwork customer | => No |
2008-09-19 10:47 | cromero | fix_in_branch | trunk => 2.3x |
2008-09-19 10:47 | cromero | Proposed Solution updated | |
2008-09-19 10:48 | svnbot | Checkin | |
2008-09-19 10:48 | svnbot | Note Added: 0009092 | |
2008-09-19 10:48 | svnbot | Status | scheduled => resolved |
2008-09-19 10:48 | svnbot | Resolution | open => fixed |
2008-09-19 10:48 | svnbot | svn_revision | 6873 => 7541 |
2008-10-08 15:54 | psarobe | Status | resolved => new |
2008-10-08 15:54 | psarobe | Resolution | fixed => open |
2008-10-08 15:54 | psarobe | Note Added: 0009441 | |
2008-10-08 15:54 | psarobe | Fixed in Version | 2.35MP9 => |
2008-10-08 15:57 | psarobe | Status | new => scheduled |
2008-10-08 15:57 | psarobe | fix_in_branch | 2.3x => trunk |
2008-10-08 18:45 | vmromanos | fix_in_branch | trunk => 2.3x |
2008-10-08 19:14 | svnbot | Checkin | |
2008-10-08 19:14 | svnbot | Note Added: 0009466 | |
2008-10-08 19:14 | svnbot | Status | scheduled => resolved |
2008-10-08 19:14 | svnbot | Resolution | open => fixed |
2008-10-08 19:14 | svnbot | svn_revision | 7541 => 8421 |
2008-10-24 18:25 | plujan | Regression testing | => No |
2008-10-24 18:25 | plujan | Status | resolved => closed |
2008-10-24 18:25 | plujan | Fixed in Version | => 2.35MP9 |
Copyright © 2000 - 2009 MantisBT Group |