Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0003684Openbravo ERP09. Financial managementpublic2008-04-17 19:112008-06-12 09:44
cromero 
cromero 
normalminoralways
closedfixed 
5
 
2.35MP4 
No
Core
No
0003684: Recalculate amortization process does not work p
Related to bug:
0002893

Description:
If the calcule type is defined as Percentage, but the assetschedule was
defined as Year, the process does not work.


Environment:
Openbravo 2.35 MP1
Oracle
FF2

Steps:
1.Create an asset and define its calcule type as Time and its Amortize as
Year. Save it.
2.Change its calcule type as Percentage and run "Recalculate amortization"
process. No lines are created.

Note:

Lines 228 and 330 in A_ASSET_POST should be replaced by this one:
SELECT COALESCE(SUM(AMORTIZATIONAMT), 0),
COALESCE(SUM(AMORTIZATION_PORCENTAGE), 0)
No tags attached.
blocks defect 0002893 closed cromero Recalculate amortization process does not work properly 
Issue History

Notes
(0007273)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:44)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1945116 [^]
(0004133)
cromero   
2008-04-23 00:49   
(edited on: 2008-06-12 09:27)
Logged In: YES
user_id=1500614
Originator: YES

Fixed with revision 3720 in the 2.3x branch