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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0011916
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 04. Warehouse managementminoralways2010-01-08 12:432010-06-14 14:09
ReporternetworkbView Statuspublic 
Assigned Toshuehner 
PriorityurgentResolutionfixedFixed in Version2.50MP14
StatusclosedFix in branchpiFixed in SCM revisionba4cbeb3d8a7
ProjectionnoneETAnoneTarget Version2.50MP14
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP9SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0011916: You can select a Warehouse that does not belong to your organization

DescriptionIf you have an organization B with Secondary Warehouse and an organization A with Main Warehouse. When you create a Physical Inventory with the organization B you can select the Main Warehouse.
Steps To Reproduce-As Openbravo Admin go to Warehouse Management || Setup || Warehouse and Storage Bins
-Select Main Warehouse, Organization: A
-Save and select Secondary Warehouse, Organization: B
-Save and go to Warehouse Management || Transactions || Physical Inventory
-Create a new record with the organization B
-Realize that you can select the Main Warehouse.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00119172.50MP12 closedrafaroda You can select a Storage Bin that does not belong to the header's Warehouse 
related to defect 00114132.50MP11 closedrafaroda On the Physical Inventory It's possible choice a Storage bin from another Warehouse 
related to defect 0011867 closedalostale Data Access Level = Organization does not work properly 

-  Notes
(0023382)
rafaroda (developer)
2010-01-13 11:16

Check whether solution applied for 0011413 also fixes this issue.
(0024952)
alostale (manager)
2010-03-02 15:12

The problem is that the warehouse combo is not refreshed when organization changes. You can select the incorrect warehouse in new record before saving, but it is not present anymore after saving.
(0024957)
alostale (manager)
2010-03-02 16:43

This issue affects to all combo reload for validation rule and table reference with validation rule not null.

In these cases combo reload is not executed when organization changes as it should be done.
(0024958)
alostale (manager)
2010-03-02 16:51

These are the cases that might be affected:

            select w.name, t.name, f.name, r.whereclause
            from ad_ref_table r, aD_column c, ad_field f, ad_tab t, ad_window w, aD_menu m
            where r.whereclause is not null
            and c.ad_reference_id = '18'
            and c.ad_reference_value_id = r.ad_reference_id
            and f.ad_column_id =c.ad_column_id
            and f.isdisplayed ='Y'
            and f.isactive='Y'
            and c.isactive='Y'
            and t.ad_tab_id = f.ad_tab_id
            and t.isactive='Y'
            and w.ad_window_id = t.aD_window_id
            and w.isactive='Y'
            and m.ad_window_id = w.ad_window_id
            and m.isactive='Y';
(0024959)
hgbot (developer)
2010-03-02 17:01

Repository: erp/devel/pi
Changeset: ba4cbeb3d8a70b616076073020948725bdccdfcf
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 02 17:01:15 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ba4cbeb3d8a70b616076073020948725bdccdfcf [^]

fixed bug 11916: You can select a Warehouse that does not belong to your organization

---
M src-wad/src/org/openbravo/wad/Wad.java
---
(0024974)
sureshbabu (reporter)
2010-03-03 07:15

Tested working fine
(0025376)
hudsonbot (developer)
2010-03-12 22:40

A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/ba4cbeb3d8a7 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/631c626866c1 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.16685.obx [^]
(0028268)
roklenardic (developer)
2010-06-10 15:35

This problem still persists in MP18.

I have reproduced it according to the duplicate issue:
https://issues.openbravo.com/view.php?id=11867 [^]
(0028368)
shuehner (administrator)
2010-06-14 14:08

Marking as resolved/closed again as the fix for the 11916 issue is correct and working properly.
Instead the 11867 issue which was marked as duplicate of this one has been changed to be 'related' and has been reopened.
(0028369)
shuehner (administrator)
2010-06-14 14:09

Marking as closed again as was reopened wrongly. Instead the now related issue 11867 has been reopened.

- Issue History
Date Modified Username Field Change
2010-01-08 12:43 networkb New Issue
2010-01-08 12:43 networkb Assigned To => rafaroda
2010-01-08 13:21 rafaroda Relationship added related to 0011917
2010-01-08 13:21 rafaroda Relationship added related to 0011413
2010-01-13 11:16 rafaroda Priority immediate => high
2010-01-13 11:16 rafaroda Status new => scheduled
2010-01-13 11:16 rafaroda Note Added: 0023382
2010-02-11 11:07 rafaroda Assigned To rafaroda => adrianromero
2010-02-22 10:50 psarobe Assigned To adrianromero => alostale
2010-02-22 10:50 psarobe Priority high => urgent
2010-02-22 10:50 psarobe Target Version 2.50MP12 => 2.50MP13
2010-03-02 15:12 alostale Note Added: 0024952
2010-03-02 16:29 alostale Relationship added has duplicate 0011867
2010-03-02 16:43 alostale Note Added: 0024957
2010-03-02 16:51 alostale Note Added: 0024958
2010-03-02 17:01 hgbot Checkin
2010-03-02 17:01 hgbot Note Added: 0024959
2010-03-02 17:01 hgbot Status scheduled => resolved
2010-03-02 17:01 hgbot Resolution open => fixed
2010-03-02 17:01 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ba4cbeb3d8a70b616076073020948725bdccdfcf [^]
2010-03-03 07:15 sureshbabu Note Added: 0024974
2010-03-03 07:15 sureshbabu Status resolved => closed
2010-03-03 07:15 sureshbabu Fixed in Version => 2.50MP13
2010-03-08 16:04 jpabloae Fixed in Version 2.50MP13 => 2.50MP14
2010-03-08 16:05 jpabloae Target Version 2.50MP13 => 2.50MP14
2010-03-10 17:21 anonymous sf_bug_id 0 =>
2010-03-10 18:28 anonymous sf_bug_id => 2967972
2010-03-12 22:40 hudsonbot Checkin
2010-03-12 22:40 hudsonbot Note Added: 0025376
2010-06-10 15:35 roklenardic Note Added: 0028268
2010-06-10 15:35 roklenardic Status closed => new
2010-06-10 15:35 roklenardic Resolution fixed => open
2010-06-10 15:35 roklenardic Fixed in Version 2.50MP14 =>
2010-06-14 13:05 iciordia Assigned To alostale => shuehner
2010-06-14 13:06 iciordia Status new => scheduled
2010-06-14 13:06 iciordia fix_in_branch => pi
2010-06-14 14:05 shuehner Relationship replaced related to 0011867
2010-06-14 14:08 shuehner Note Added: 0028368
2010-06-14 14:08 shuehner Status scheduled => resolved
2010-06-14 14:08 shuehner Fixed in Version => 2.50MP14
2010-06-14 14:08 shuehner Resolution open => fixed
2010-06-14 14:09 shuehner Note Added: 0028369
2010-06-14 14:09 shuehner Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker