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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0003641
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 04. Warehouse managementminoralways2008-02-25 14:012008-06-12 09:44
ReportercromeroView Statuspublic 
Assigned Tocromero 
PrioritynormalResolutionfixedFixed in Version
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

0003641: Warehouse combobox in valuate stock report

DescriptionRelated to:
0002600

There is an error in the organization filter applied by default in
warehouse combobox in valuation stock report.
The organization filter that is applied in ComboTableData class creation is
wrong (ReportValuationStock.java).

I think that the solution is change the following:
ComboTableData comboTableData = new ComboTableData(vars, this, "TABLE",
"M_Warehouse_ID", "M_Warehouse of Client", "", Utility.getContext(this,
vars, "#User_Client",""), Utility.getContext(this, vars, "#AD_Client_ID",
""), 0);

and put:

ComboTableData comboTableData = new ComboTableData(vars, this, "TABLE",
"M_Warehouse_ID", "M_Warehouse of Client", "", Utility.getContext(this,
vars, "#User_Org",""), Utility.getContext(this, vars, "#User_Client", ""),
0);
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0002600 closedcromero Warehouse combobox in valuate stock report 

-  Notes
(0004097)
cromero (viewer)
2008-02-25 14:16
edited on: 2008-06-12 09:27

Logged In: YES
user_id=1500614
Originator: YES

Fixed since revision 2529
(0007230)
user71
2005-06-01 00:00
edited on: 2008-06-12 09:44

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=1901342 [^]

- Issue History
Date Modified Username Field Change


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker