Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0001962Openbravo ERP07. Sales managementpublic2007-09-14 05:592008-06-12 09:43
user71 
cromero 
normalminoralways
closedfixed 
5
 
2.40alpha-r2 
No
Core
No
0001962: Sales & Customer Invoice reports have same name
The 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.
No tags attached.
Issue History

Notes
(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 [^]
(0002129)
psarobe   
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   
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