Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0004819
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 09. Financial managementminoralways2008-09-04 17:282008-10-24 18:25
ReporternetworkbView Statuspublic 
Assigned Tovmromanos 
PrioritynormalResolutionfixedFixed in Version2.35MP9
StatusclosedFix in branch2.3xFixed in SCM revision8421
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabaseOracleJava version
OS VersionDatabase versionAnt version
Product Version2.35MP5SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0004819: Is not possible to change the alias in Account Combination window

DescriptionIt 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 ReproduceFinancial Management>Accounting>Setup>Account Combination

Change the Alias and save
Proposed SolutionModify 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0004801 closedvmromanos Is not possible to change the alias in Account Combination window 

-  Notes
(0008891)
svnbot (reporter)
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 (reporter)
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 (manager)
2008-10-08 15:54

The solution is not correct
(0009466)
svnbot (reporter)
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 [^]

- 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 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
Powered by Mantis Bugtracker