Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011413 | Openbravo ERP | 04. Warehouse management | public | 2009-11-19 12:09 | 2010-01-22 17:05 |
|
Reporter | networkb | |
Assigned To | rafaroda | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP8 | |
Target Version | 2.50MP11 | Fixed in Version | 2.50MP11 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0011413: On the Physical Inventory It's possible choice a Storage bin from another Warehouse |
Description | When you create a Physical Inventory. If you select on the header the Secondary Warehouse, when you create the line you can choice a Main Warehouse's bin. |
Steps To Reproduce | -Login as Openbravo Admin
-Go to Warehouse Management || Transactions || Physical Inventory
-Create a new record, Warehouse: Secondary Warehouse.
-Save and go to Lines
-Create a new record, Storage Bin: ML2, Product: Hammer
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0012016 | | new | psarobe | Review the usage of storage bins (locators) in all Openbravo ERP | has duplicate | defect | 0011917 | 2.50MP12 | closed | rafaroda | You can select a Storage Bin that does not belong to the header's Warehouse | related to | defect | 0011916 | 2.50MP14 | closed | shuehner | You can select a Warehouse that does not belong to your organization |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-11-19 12:09 | networkb | New Issue | |
2009-11-19 12:09 | networkb | Assigned To | => rafaroda |
2009-11-23 10:17 | psarobe | Status | new => scheduled |
2009-11-23 10:17 | psarobe | Note Added: 0022094 | |
2009-11-23 10:17 | psarobe | fix_in_branch | => pi |
2009-11-23 10:17 | psarobe | Priority | immediate => high |
2009-11-23 10:17 | psarobe | fix_in_branch | pi => |
2010-01-08 13:20 | rafaroda | Relationship added | related to 0011917 |
2010-01-08 13:20 | rafaroda | Relationship replaced | has duplicate 0011917 |
2010-01-08 13:21 | rafaroda | Relationship added | related to 0011916 |
2010-01-20 12:09 | hgbot | Checkin | |
2010-01-20 12:09 | hgbot | Note Added: 0023607 | |
2010-01-20 12:09 | hgbot | Status | scheduled => resolved |
2010-01-20 12:09 | hgbot | Resolution | open => fixed |
2010-01-20 12:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6f190dc10d4d4719d2e83f7504d10ed55de13e66 [^] |
2010-01-20 12:36 | rafaroda | Note Added: 0023608 | |
2010-01-20 12:49 | rafaroda | Relationship added | related to 0012016 |
2010-01-21 06:30 | sureshbabu | Note Added: 0023688 | |
2010-01-21 06:30 | sureshbabu | Status | resolved => new |
2010-01-21 06:30 | sureshbabu | Resolution | fixed => open |
2010-01-21 10:01 | rafaroda | Note Deleted: 0023688 | |
2010-01-21 10:01 | rafaroda | Status | new => scheduled |
2010-01-21 10:01 | rafaroda | fix_in_branch | => pi |
2010-01-21 10:01 | rafaroda | Status | scheduled => resolved |
2010-01-21 10:01 | rafaroda | Resolution | open => fixed |
2010-01-21 10:03 | sureshbabu | Note Added: 0023698 | |
2010-01-21 10:03 | sureshbabu | Status | resolved => closed |
2010-01-21 10:03 | sureshbabu | Fixed in Version | => 2.50MP11 |
2010-01-22 00:00 | anonymous | sf_bug_id | 0 => 2936677 |
2010-01-22 17:05 | hudsonbot | Checkin | |
2010-01-22 17:05 | hudsonbot | Note Added: 0023751 | |
Notes |
|
|
Since this is a common selector the first approach would be to have by default the warehouse selected in the header. But not sure if we can do it that way without affecting other windows |
|
|
(0023607)
|
hgbot
|
2010-01-20 12:09
|
|
Repository: erp/devel/pi
Changeset: 6f190dc10d4d4719d2e83f7504d10ed55de13e66
Author: Rafa Roda Palacios <rafael.roda <at> openbravo.com>
Date: Tue Jan 19 22:19:54 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6f190dc10d4d4719d2e83f7504d10ed55de13e66 [^]
Fixes issue 11413 Locator selector is now taking into account document's header warehouse.
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src/org/openbravo/erpCommon/info/Locator.java
---
|
|
|
|
Steps to test fix:
1) Navigate to Information > Locator: all locators in all the warehouses have to display.
2) Navigate to Warehouse Management || Transactions || Physical Inventory || Header
* Warehouse = Secondary Warehouse
3) Navigate to Lines and make the following checks in the Storage Bin field:
* Blank field + Click in icon = you will see only secondary warehouse storage bins
* Type "sec" in the field + Click in icon = you will see only secondary warehouse storage bins
* Blank field + Enter key = you will see only secondary warehouse storage bins
* Type "SL" in the field + Enter key = you will see only secondary warehouse storage bins
* Type "SL2" in the field + Enter key = storage bin SL2 is automatically selected and set in the field |
|
|
|
|
|
|
|