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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020258
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 00. Application dictionarytrivialhave not tried2012-04-12 18:382012-04-21 14:24
ReportervmromanosView Statuspublic 
Assigned ToSandrahuguet 
PrioritynormalResolutionfixedFixed in Version3.0MP11
StatusclosedFix in branchpiFixed in SCM revisionf51f246210be
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_12
OS VersionDebian 5.0Database version8.3.8Ant version1.7.0
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020258: There are several elements with "x not implemented" as description

DescriptionIn the ERP there are several elements, fields and process parameters that have "x not implemented" as description
Steps To ReproduceRun the following commands at an Openbravo working copy:
fgrep -ir "x not implemented" src-db/database/sourcedata/
fgrep -ir "x not implemented" modules
Proposed Solution1. Into a database client run:
update ad_module
set isindevelopment='Y'

2. Into a database client run:
update ad_element
set description=help
where description='x not implemented'
and help is not null

3. Into a database client run (for fields not centrally maintained):
update ad_field
set description=help
where description='x not implemented'
and help is not null

4. Run a sync. terminology

5. Export the database

6. Run the following commands at an Openbravo working copy:
fgrep -ir "x not implemented" src-db/database/sourcedata/
fgrep -ir "x not implemented" modules

7. Verify the elements, fields or other components that still have "x not implemented" as a description

8. Try to write a good description for them
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0020176 closednaiaramartinez Incorrect description for Updated element 

-  Notes
(0047570)
Sandrahuguet (developer)
2012-04-13 14:24
edited on: 2012-04-13 14:28

Test Plan:

There is no way to see all elements in Openbravo with "x not implemented" as description. So, for beeing able to see the change you have to:
   -Login as system administrator.
   -Go to Element window.
   -Search the elements with "x not implemented" as description.

Notice that now only one element has "x not implemented" as description.
This element is in a report that is currently not used, and could not give a good description. The other elements have a updated description.

(0047697)
hgbot (developer)
2012-04-18 13:45

Repository: erp/devel/pi
Changeset: f51f246210be18ef37218c41ac9a7d0e373f0b9b
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Mon Apr 16 09:53:45 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f51f246210be18ef37218c41ac9a7d0e373f0b9b [^]

Fixed issue 20258 Correct description for some elements
Correct description form several elements with
'x not implemented' as description

---
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0047698)
vmromanos (manager)
2012-04-18 13:47

Alternative test plan:
1. Run:
fgrep -ir "x not implemented" src-db/database/sourcedata/
fgrep -ir "x not implemented" modules

2. Ensure no components have "x not implemented" as description (apart from the exceptions where it has sense)
(0047699)
vmromanos (manager)
2012-04-18 13:48

Code review + testing OK
(0047830)
hudsonbot (developer)
2012-04-21 14:24

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/2eb57286c1fc [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2012-04-12 18:38 vmromanos New Issue
2012-04-12 18:38 vmromanos Assigned To => alostale
2012-04-12 18:38 vmromanos Modules => Core
2012-04-12 18:39 vmromanos Relationship added related to 0020176
2012-04-12 18:39 vmromanos Assigned To alostale => vmromanos
2012-04-12 18:46 vmromanos Proposed Solution updated
2012-04-13 12:28 Sandrahuguet Status new => scheduled
2012-04-13 12:28 Sandrahuguet fix_in_branch => pi
2012-04-13 12:28 Sandrahuguet Assigned To vmromanos => Sandrahuguet
2012-04-13 14:24 Sandrahuguet Note Added: 0047570
2012-04-13 14:28 Sandrahuguet Note Edited: 0047570 View Revisions
2012-04-18 13:45 hgbot Checkin
2012-04-18 13:45 hgbot Note Added: 0047697
2012-04-18 13:45 hgbot Status scheduled => resolved
2012-04-18 13:45 hgbot Resolution open => fixed
2012-04-18 13:45 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f51f246210be18ef37218c41ac9a7d0e373f0b9b [^]
2012-04-18 13:47 vmromanos Note Added: 0047698
2012-04-18 13:48 vmromanos Note Added: 0047699
2012-04-18 13:48 vmromanos Status resolved => closed
2012-04-18 13:48 vmromanos Fixed in Version => 3.0MP11
2012-04-21 14:24 hudsonbot Checkin
2012-04-21 14:24 hudsonbot Note Added: 0047830


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker