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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0006347
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] A. Platformmajoralways2008-12-03 12:392009-05-22 19:33
ReportervillindView Statuspublic 
Assigned Toiciordia 
PrioritynormalResolutionopenFixed in Version
StatusacknowledgedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.40SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0006347: Remove Client information from windows where it is not needed

DescriptionWindows that does not have System in the access right should not display the field Client (AD_CLIENT in database).


  
Proposed SolutionRemove client information from windows.

Add client information in menu and browser title.
TagsReleaseCandidate, Usability
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0016183)
villind (developer)
2009-05-08 15:00

SQL to do this change:

update ad_field set isdisplayed='N', showinrelation='N', updated=now() where ad_column_id in
(select ad_column_id from ad_column where ad_element_id='102' /*Client*/ and
    ad_table_id in (select ad_table_id from ad_table where accesslevel in ('1'/*Organization*/,'3'/*Client/Organization*/))
)

- Issue History
Date Modified Username Field Change
2008-12-03 12:39 villind New Issue
2008-12-03 12:39 villind Assigned To => rafaroda
2008-12-03 12:39 villind sf_bug_id 0 => 2382167
2008-12-03 12:39 villind Regression testing => No
2008-12-04 11:00 pjuvara Assigned To rafaroda => pjuvara
2008-12-07 19:52 pjuvara Tag Attached: ReleaseCandidate
2008-12-07 19:52 pjuvara Tag Attached: Usability
2008-12-07 19:53 pjuvara Category B. User interface => A. Platform
2008-12-07 19:53 pjuvara Status new => acknowledged
2009-05-08 15:00 villind Note Added: 0016183
2009-05-22 19:33 pjuvara Assigned To pjuvara => iciordia


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker