Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021600 | Openbravo ERP | 09. Financial management | public | 2012-09-11 10:16 | 2012-09-26 17:18 |
|
Reporter | vmromanos | |
Assigned To | vmromanos | |
Priority | normal | Severity | trivial | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Debian 5.0 |
Product Version | | |
Target Version | 3.0MP16 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | dmiguelez |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021600: Depreciate flag in Asset Group window |
Description | It makes sense to have a Depreciate flag in the Asset Group window to define whether the Assets belonging to this Asset Group should be depreciated or not.
The Depreciate flag inside the Assets window should be set by default to the value configured in the correspondent Asset Group.
The end-user should be able to manually override this value inside the Assets window |
Steps To Reproduce | See desc. |
Proposed Solution | 1. Go to the Asset Group window
2. A flag called Depreciate should be displayed
3. When creating a new Asset, the depreciate value should be inherited from the Asset Group
4. The end-user should be able to manually override this value |
Additional Information | |
Tags | Coworking |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-11 10:16 | vmromanos | New Issue | |
2012-09-11 10:16 | vmromanos | Assigned To | => vmromanos |
2012-09-11 10:16 | vmromanos | Modules | => Core |
2012-09-11 11:23 | vmromanos | Tag Attached: Coworking | |
2012-09-11 11:41 | vmromanos | Status | new => scheduled |
2012-09-11 11:41 | vmromanos | fix_in_branch | => pi |
2012-09-11 15:11 | vmromanos | Note Added: 0051994 | |
2012-09-12 09:21 | hgbot | Checkin | |
2012-09-12 09:21 | hgbot | Note Added: 0052011 | |
2012-09-12 09:21 | hgbot | Status | scheduled => resolved |
2012-09-12 09:21 | hgbot | Resolution | open => fixed |
2012-09-12 09:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b371ec37d9b43665e50d6f6bec2f2a8bfad5b9e0 [^] |
2012-09-26 09:49 | dmiguelez | Closed by | => dmiguelez |
2012-09-26 09:49 | dmiguelez | Note Added: 0052602 | |
2012-09-26 09:49 | dmiguelez | Status | resolved => closed |
2012-09-26 17:18 | hudsonbot | Checkin | |
2012-09-26 17:18 | hudsonbot | Note Added: 0052730 | |
Notes |
|
|
Test plan:
1. Go to the Asset Group window
2. A flag called Depreciate should be displayed
3. Create a new Asset Group, called YES, and set the Depreciate = Y
4. Create a new Asset Group, called NO, and set the Depreciate = N
5. Go to Assets window
6. Create a new Asset
7. The Depreciate flag value is inherited from the selected Asset Group
8. Change the Asset Group to YES. The Depreciate flag should be automatically set to Y
9. Change the Asset Group to NO. The Depreciate flag should be automatically set to N
10. Change the depreciate value to YES and save the record. No error should be displayed. |
|
|
(0052011)
|
hgbot
|
2012-09-12 09:21
|
|
Repository: erp/devel/pi
Changeset: b371ec37d9b43665e50d6f6bec2f2a8bfad5b9e0
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Sep 11 15:27:40 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b371ec37d9b43665e50d6f6bec2f2a8bfad5b9e0 [^]
Fixed bug 21600: Depreciate flag in Asset Group window
Depreciate field is displayed into the Asset Group window (removed
from configScript)
The Depreciate field inside the Assets window inherits from the
selected Asset Category. The SL_Depreciate callout has been developed
for managing this requirement.
---
M modules/org.openbravo.v3/src-db/database/configScript.xml
M src-db/database/sourcedata/AD_CALLOUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
A src/org/openbravo/erpCommon/ad_callouts/SL_Depreciate.java
---
|
|
|
|
|
|
|
|