Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0004819 | Openbravo ERP | 09. Financial management | public | 2008-09-04 17:28 | 2008-10-24 18:25 | |||||||
Reporter | networkb | |||||||||||
Assigned To | vmromanos | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 20 | OS Version | |||||||||
Product Version | 2.35MP5 | |||||||||||
Target Version | Fixed in Version | 2.35MP9 | ||||||||||
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 | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|