Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020258Openbravo ERP00. Application dictionarypublic2012-04-12 18:382012-04-21 14:24
vmromanos 
Sandrahuguet 
normaltrivialhave not tried
closedfixed 
20Debian 5.0
 
3.0MP11 
Core
No
0020258: There are several elements with "x not implemented" as description
In the ERP there are several elements, fields and process parameters that have "x not implemented" as description
Run the following commands at an Openbravo working copy:
fgrep -ir "x not implemented" src-db/database/sourcedata/
fgrep -ir "x not implemented" modules
1. 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
No tags attached.
related to defect 0020176 closed naiaramartinez Incorrect description for Updated element 
Issue History
2012-04-12 18:38vmromanosNew Issue
2012-04-12 18:38vmromanosAssigned To => alostale
2012-04-12 18:38vmromanosModules => Core
2012-04-12 18:39vmromanosRelationship addedrelated to 0020176
2012-04-12 18:39vmromanosAssigned Toalostale => vmromanos
2012-04-12 18:46vmromanosProposed Solution updated
2012-04-13 12:28SandrahuguetStatusnew => scheduled
2012-04-13 12:28Sandrahuguetfix_in_branch => pi
2012-04-13 12:28SandrahuguetAssigned Tovmromanos => Sandrahuguet
2012-04-13 14:24SandrahuguetNote Added: 0047570
2012-04-13 14:28SandrahuguetNote Edited: 0047570bug_revision_view_page.php?bugnote_id=0047570#r3367
2012-04-18 13:45hgbotCheckin
2012-04-18 13:45hgbotNote Added: 0047697
2012-04-18 13:45hgbotStatusscheduled => resolved
2012-04-18 13:45hgbotResolutionopen => fixed
2012-04-18 13:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f51f246210be18ef37218c41ac9a7d0e373f0b9b [^]
2012-04-18 13:47vmromanosNote Added: 0047698
2012-04-18 13:48vmromanosNote Added: 0047699
2012-04-18 13:48vmromanosStatusresolved => closed
2012-04-18 13:48vmromanosFixed in Version => 3.0MP11
2012-04-21 14:24hudsonbotCheckin
2012-04-21 14:24hudsonbotNote Added: 0047830

Notes
(0047570)
Sandrahuguet   
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   
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   
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   
2012-04-18 13:48   
Code review + testing OK
(0047830)
hudsonbot   
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