Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029091 | Openbravo ERP | 09. Financial management | public | 2015-02-27 10:23 | 2015-05-07 22:17 |
|
Reporter | ngarcia | |
Assigned To | jorge-garcia | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | umartirena |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 34696 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029091: Fully depreciated field is not updated when unprocessing an asset amortization |
Description | Fully depreciated field is not updated when unprocessing an asset amortization |
Steps To Reproduce | As group admin role:
Create a record in the Asset window:
Depreciated: Y
Calculate Type: Time
Amortize: Monthly
Usable Life - Months: 2
Depreciation Start Date: 01-02-2015
Asset Value: 1000
Create the Amortization
Navigate to each of the amortizations and process them
Return to the Asset window and check the Depreciated Value = Depreciated Plan and Fully Depreciated = 'Y'
Return to Amortization window and unprocess one of them
Check the Depreciated Value = 500, Depreciated Plan = 1000. Fully Depreciated remains as 'Y', which is wrong
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0025106 | 3.0MP31 | closed | AtulOpenbravo | Asset set as not fully depreciated when there is a previously depreciated amount | related to | defect | 0032280 | | closed | AtulOpenbravo | Amortization Process / Unprocess should only update Fully Depreciated field of the assets included on it and need the update |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-02-27 10:23 | ngarcia | New Issue | |
2015-02-27 10:23 | ngarcia | Assigned To | => Sandrahuguet |
2015-02-27 10:23 | ngarcia | OBNetwork customer | => Yes |
2015-02-27 10:23 | ngarcia | Modules | => Core |
2015-02-27 10:23 | ngarcia | Support ticket | => 34696 |
2015-02-27 10:23 | ngarcia | Resolution time | => 1431554400 |
2015-02-27 10:23 | ngarcia | Triggers an Emergency Pack | => No |
2015-02-27 10:24 | ngarcia | Relationship added | related to 0025106 |
2015-02-27 10:24 | ngarcia | Issue Monitored: networkb | |
2015-02-27 12:33 | Sandrahuguet | Assigned To | Sandrahuguet => jorge-garcia |
2015-02-27 12:37 | jorge-garcia | Status | new => scheduled |
2015-02-27 12:37 | jorge-garcia | fix_in_branch | => pi |
2015-03-02 11:08 | jorge-garcia | Note Added: 0075066 | |
2015-04-29 10:46 | hgbot | Checkin | |
2015-04-29 10:46 | hgbot | Note Added: 0076854 | |
2015-04-29 10:46 | hgbot | Status | scheduled => resolved |
2015-04-29 10:46 | hgbot | Resolution | open => fixed |
2015-04-29 10:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2e2ef063c7dd6f9ca0c31d469176286ea2c8f8a1 [^] |
2015-04-29 10:47 | hgbot | Checkin | |
2015-04-29 10:47 | hgbot | Note Added: 0076855 | |
2015-04-29 10:52 | umartirena | Review Assigned To | => umartirena |
2015-04-29 10:53 | umartirena | Note Added: 0076856 | |
2015-04-29 10:53 | umartirena | Status | resolved => closed |
2015-04-29 10:53 | umartirena | Fixed in Version | => pi |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077179 | |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077180 | |
2016-02-18 17:44 | ngarcia | Relationship added | related to 0032280 |
Notes |
|
(0075066)
|
jorge-garcia
|
2015-03-02 11:08
|
|
Test Plan
As group admin role:
Create a record in the Asset window:
Depreciated: Y
Calculate Type: Time
Amortize: Monthly
Usable Life - Months: 2
Depreciation Start Date: 01-02-2015
Asset Value: 1000
Create the Amortization
Navigate to each of the amortizations and process them
Return to the Asset window and check the Depreciated Value = Depreciated Plan and Fully Depreciated = 'Y'
Return to Amortization window and unprocess one of them
Check the Depreciated Value = 500, Depreciated Plan = 1000 and Fully Depreciated = 'N' |
|
|
(0076854)
|
hgbot
|
2015-04-29 10:46
|
|
Repository: erp/devel/pi
Changeset: 2e2ef063c7dd6f9ca0c31d469176286ea2c8f8a1
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Mar 02 11:02:02 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2e2ef063c7dd6f9ca0c31d469176286ea2c8f8a1 [^]
Fixed issue 29091: Fully depreciated field is not updated
The process didn't update the Fully Depreciated field when one or more
asset amortization lines were unprocessed.
The problem was in the amortization process.
Now the process changes the isFullyDepreciated field if the Depreciated
Value and the Depreciated Plan fields are differents.
---
M src-db/database/model/functions/A_AMORTIZATION_PROCESS.xml
---
|
|
|
(0076855)
|
hgbot
|
2015-04-29 10:47
|
|
|
|
(0076856)
|
umartirena
|
2015-04-29 10:52
|
|
|
|
|
|
|
|
|