Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0027992 | Openbravo ERP | 04. Warehouse management | public | 2014-10-27 18:41 | 2014-12-30 23:27 |
Reporter | caristu | ||||
Assigned To | reinaldoguerra | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | 3.0PR15Q1 | Fixed in Version | pi | ||
Merge Request Status | |||||
Review Assigned To | umartirena | ||||
OBNetwork customer | OBPS | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | 31989 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0027992: Create Inventory Count List is not adding products with attribute set under some circumstances | ||||
Description | Create Inventory Count List process is not adding products with attribute set if the same product already exists in the physical inventory lines. | ||||
Steps To Reproduce | 1) Create a new product with Lot as attribute set 2) To generate stock for our product, create a new physical inventory with two lines - Line 1: product: our product, lot name 1, quantity 100 - Line 2: product: our product, lot name 2, quantity 0 3) Process the physical inventory 4) Create a new physical inventory 5) Use the Create Inventory Count List button: - Product search key: our product search key - Inventory Quantity: 0 A line with our product with lot name 2 is added. 6) Use the Create Inventory Count List button again - Product search key: our product search key - Inventory Quantity: > 0 Notice that a line with our product with lot name 1 is not added. | ||||
Proposed Solution | In the "m_inventory_listcreate" the following select is avoiding the product with different attribute set to be added: ... AND NOT EXISTS (SELECT * FROM M_InventoryLine l WHERE l.M_Inventory_ID=v_Record_ID AND l.M_Product_ID=s.M_Product_ID AND l.M_Locator_ID=s.M_Locator_ID ) ... The attribute_set_id should be take into account too. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-10-27 18:41 | caristu | New Issue | |||
2014-10-27 18:41 | caristu | Assigned To | => AtulOpenbravo | ||
2014-10-27 18:41 | caristu | OBNetwork customer | => Yes | ||
2014-10-27 18:41 | caristu | Modules | => Core | ||
2014-10-27 18:41 | caristu | Support ticket | => 31989 | ||
2014-10-27 18:41 | caristu | Resolution time | => 1417734000 | ||
2014-10-27 18:41 | caristu | Triggers an Emergency Pack | => No | ||
2014-10-27 18:41 | caristu | Issue Monitored: networkb | |||
2014-11-10 17:23 | reinaldoguerra | Assigned To | AtulOpenbravo => reinaldoguerra | ||
2014-11-10 17:23 | reinaldoguerra | Status | new => scheduled | ||
2014-11-11 02:52 | reinaldoguerra | Note Added: 0071540 | |||
2014-12-16 16:22 | hgbot | Checkin | |||
2014-12-16 16:22 | hgbot | Note Added: 0072562 | |||
2014-12-16 16:22 | hgbot | Status | scheduled => resolved | ||
2014-12-16 16:22 | hgbot | Resolution | open => fixed | ||
2014-12-16 16:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a65bafad9865ac84c3158730848bcab744df22ee [^] | ||
2014-12-16 16:25 | umartirena | Review Assigned To | => umartirena | ||
2014-12-16 16:25 | umartirena | Note Added: 0072564 | |||
2014-12-16 16:25 | umartirena | Status | resolved => closed | ||
2014-12-16 16:25 | umartirena | Fixed in Version | => pi | ||
2014-12-30 23:27 | hudsonbot | Checkin | |||
2014-12-30 23:27 | hudsonbot | Note Added: 0073223 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|