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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0004801
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2008-09-03 16:002008-12-16 11:49
ReporternetworkbView Statuspublic 
Assigned Tovmromanos 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision8418
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

0004801: 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? file icon C_VALIDCOMBINATION_TRG.sql [^] (7,728 bytes) 2008-09-03 16:00

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0004818 closedvmromanos Is not possible to change the alias in Account Combination window 
depends on backport 0004819 closedvmromanos Is not possible to change the alias in Account Combination window 
depends on backport 0005162 closedvmromanos Is not possible to change the alias in Account Combination window 

-  Notes
(0008893)
svnbot (reporter)
2008-09-05 13:33

Repository: openbravo
Revision: 6885
Author: vmromanos
Date: 2008-09-05 13:33:27 +0200 (Fri, 05 Sep 2008)

Fixed bug 0004801: Changed C_VALIDCOMBINATION_TRG trigger.

---
U trunk/src-db/database/model/triggers/C_VALIDCOMBINATION_TRG.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=6885&sc=1 [^]
(0009091)
svnbot (reporter)
2008-09-19 10:34

Repository: openbravo
Revision: 7536
Author: cromeroherrero
Date: 2008-09-19 10:34:39 +0200 (Fri, 19 Sep 2008)

Fixed bug 4801: Is not possible to change the alias in Account Combination window

---
U trunk/src-db/database/model/triggers/C_VALIDCOMBINATION_TRG.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=7536&sc=1 [^]
(0009442)
psarobe (manager)
2008-10-08 15:56

The expected result is not the one the solution propose
(0009462)
svnbot (reporter)
2008-10-08 18:54

Repository: openbravo
Revision: 8418
Author: vmromanos
Date: 2008-10-08 18:54:00 +0200 (Wed, 08 Oct 2008)

Fixed bug 0004801: Is not possible to change the alias in Account Combination window

---
U trunk/src-db/database/model/triggers/C_VALIDCOMBINATION_TRG.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=8418&sc=1 [^]

- Issue History
Date Modified Username Field Change
2008-09-03 16:00 networkb New Issue
2008-09-03 16:00 networkb Assigned To => cromero
2008-09-03 16:00 networkb sf_bug_id 0 => 2091202
2008-09-03 16:00 networkb File Added: C_VALIDCOMBINATION_TRG.sql
2008-09-03 16:00 networkb Regression testing => No
2008-09-04 17:28 cromero Status new => scheduled
2008-09-04 17:28 cromero Assigned To cromero => vmromanos
2008-09-04 17:28 cromero fix_in_branch => trunk
2008-09-05 13:33 svnbot Checkin
2008-09-05 13:33 svnbot Note Added: 0008893
2008-09-05 13:33 svnbot Status scheduled => resolved
2008-09-05 13:33 svnbot Resolution open => fixed
2008-09-05 13:33 svnbot svn_revision => 6885
2008-09-19 10:34 svnbot Checkin
2008-09-19 10:34 svnbot Note Added: 0009091
2008-09-19 10:34 svnbot svn_revision 6885 => 7536
2008-09-22 18:01 cromero Status resolved => new
2008-09-22 18:01 cromero Resolution fixed => open
2008-09-22 18:01 cromero Status new => scheduled
2008-09-22 18:01 cromero Status scheduled => resolved
2008-09-22 18:01 cromero Resolution open => fixed
2008-10-08 15:56 psarobe Status resolved => new
2008-10-08 15:56 psarobe Resolution fixed => open
2008-10-08 15:56 psarobe Note Added: 0009442
2008-10-08 15:57 psarobe Status new => scheduled
2008-10-08 18:54 svnbot Checkin
2008-10-08 18:54 svnbot Note Added: 0009462
2008-10-08 18:54 svnbot Status scheduled => resolved
2008-10-08 18:54 svnbot Resolution open => fixed
2008-10-08 18:54 svnbot svn_revision 7536 => 8418
2008-12-16 11:49 psarobe Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker