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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0001962
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementminoralways2007-09-14 05:592008-06-12 09:43
Reporteruser71View Statuspublic 
Assigned Tocromero 
PrioritynormalResolutionfixedFixed in Version2.40alpha-r2
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0001962: Sales & Customer Invoice reports have same name

DescriptionThe Sales Dimensional Report and Invoice (customer) Dimensional Report have the same name/key (ReportSalesDimensionalAnalyzeJR).

This means that neither is accessible because there are two role access entries with same key.

Running the following
update ad_process set "value" = 'ReportInvoiceCustDimensionalAnalysesJR' where ad_process_id = 800205

and changing the line 51 of ReportInvoiceCustomerDimensionalAnalysesJR.java

from
if (!Utility.hasProcessAccess(this, vars, "", "ReportSalesDimensionalAnalyzeJR")) {

to
if (!Utility.hasProcessAccess(this, vars, "", "ReportInvoiceCustDimensionalAnalysesJR")) {

will fix the issue.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0002129)
psarobe (viewer)
2007-09-18 09:07
edited on: 2008-06-12 09:21

Logged In: YES
user_id=1500703
Originator: NO

Please tell us the enviroment. There is a guide of how to report a bug:

http://wiki.openbravo.com/wiki/index.php/Bug_Reporting_Guidelines [^]

Thanks
(0002130)
user71
2007-09-18 09:12
edited on: 2008-06-12 09:21

Logged In: YES
user_id=1737231
Originator: YES

Environment

OS: Linux - Centos 4 (test/prod) & Windows XP (dev)
DB: Postgres 8.1.9 (test/prod) & 8.2.4 (dev)
Release: 2.33
Browser: Firefox 2.0.0.6, IE 7
(0002131)
cromero (viewer)
2008-01-31 12:55
edited on: 2008-06-12 09:21

Logged In: YES
user_id=1500614
Originator: NO

Out of date since revision 1594, when checks for permission where moved to HttpSecureAppServlet

Anyway, any reference to ReportSalesDimensionalAnalyzeJR has been eliminated from this report (rev 2198).

Carlos Romero
Openbravo Team
(0005551)
user71
2005-06-01 00:00
edited on: 2008-06-12 09:43

This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1794429 [^]

- Issue History
Date Modified Username Field Change


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker