Openbravo Issue Tracking System - Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0028126 | Modules | Warehouse Picking | public | 2014-11-10 10:12 | 2015-05-27 18:43 | |||||||
Reporter | jonalegriaesarte | |||||||||||
Assigned To | Triage Omni WMS | |||||||||||
Priority | immediate | Severity | major | Reproducibility | have not tried | |||||||
Status | new | Resolution | open | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Regression date | ||||||||||||
Regression introduced by commit | ||||||||||||
Regression level | ||||||||||||
Review Assigned To | eduardo_Argal | |||||||||||
Support ticket | ||||||||||||
OBNetwork customer | ||||||||||||
Regression introduced in release | ||||||||||||
Summary | 0028126: The field 'isinpickinglist' of Sales orders which generates a outbound picking list is set to false when picking list is complet | |||||||||||
Description | The field 'isinpickinglist' of Sales orders which generates a outbound picking list is set to false when picking list is completed | |||||||||||
Steps To Reproduce | Create a outbound picking list Check that field "is in picking list" is set to true Complete the picking list Check that the field which before was set to false now is true At this moment the user can generate a new picking list using the same orders used in the previous one. Other issue: I have the following stock: prod a -- att A -> 5 prod b -> att B -> 2 I generate a sales order for: 4 units of A -> reservation as automatic 4 units of B -> reservation as automatic When I book the order everything is OK, but the reservation for the 2nd line is 2. Then I generate the picking list. ERROR 1: No message appear saying that not every units has been included in the picking. ERROR 2: No message appear saying that picking list has been generated If I check the picking list I realize that picking list has been generated with the following lines: 4 units of A 2 units of B | |||||||||||
Proposed Solution | The problem is caused by the line which I comment in the following piece of code. I dn't know why it is there, but for outbound picking doesn't make sense. diff -r c261c64e1eb1 src/org/openbravo/warehouse/pickinglist/OutboundPickingListProcess.java --- a/src/org/openbravo/warehouse/pickinglist/OutboundPickingListProcess.java Fri Nov 07 09:40:07 2014 +0530 +++ b/src/org/openbravo/warehouse/pickinglist/OutboundPickingListProcess.java Fri Nov 07 17:11:50 2014 +0530 @@ -129,7 +129,7 @@ orders.add(mvmtLine.getStockReservation().getSalesOrderLine().getSalesOrder()); } for (Order order : orders) { - order.setObwplIsinpickinglist(false); + //order.setObwplIsinpickinglist(false); for (Bean<?> abstractBean : beansList) { ClosePLOutbound_ProcessOrdersHook hook = (ClosePLOutbound_ProcessOrdersHook) WeldUtils .getStaticInstanceBeanManager().getReference(abstractBean, | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=7492&type=bug | |||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2014-11-10 10:12 | jonalegriaesarte | New Issue | ||||||||||
2014-11-10 10:12 | jonalegriaesarte | Assigned To | => naiaramartinez | |||||||||
2014-11-10 10:12 | jonalegriaesarte | File Added: diffIssuePicking.diff | ||||||||||
2014-11-10 10:12 | jonalegriaesarte | Resolution time | => 1415660400 | |||||||||
2014-11-10 10:13 | jonalegriaesarte | Assigned To | naiaramartinez => AtulOpenbravo | |||||||||
2014-11-10 10:13 | jonalegriaesarte | Priority | normal => immediate | |||||||||
2015-01-13 12:18 | AtulOpenbravo | Status | new => scheduled | |||||||||
2015-01-13 12:18 | AtulOpenbravo | fix_in_branch | => pi | |||||||||
2015-04-23 12:59 | hgbot | Checkin | ||||||||||
2015-04-23 12:59 | hgbot | Note Added: 0076717 | ||||||||||
2015-04-23 12:59 | hgbot | Status | scheduled => resolved | |||||||||
2015-04-23 12:59 | hgbot | Resolution | open => fixed | |||||||||
2015-04-23 12:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/383009869420cff56933fa8bd703df87585cb4e4 [^] | |||||||||
2015-04-23 13:00 | eduardo_Argal | Review Assigned To | => eduardo_Argal | |||||||||
2015-04-23 13:00 | eduardo_Argal | Note Added: 0076718 | ||||||||||
2015-04-23 13:00 | eduardo_Argal | Status | resolved => closed | |||||||||
2015-05-18 17:57 | ngarcia | Relationship added | causes 0029918 | |||||||||
2015-05-27 12:43 | umartirena | Assigned To | AtulOpenbravo => Triage Finance | |||||||||
2015-05-27 12:43 | umartirena | Note Added: 0077801 | ||||||||||
2015-05-27 12:43 | umartirena | Status | closed => new | |||||||||
2015-05-27 12:43 | umartirena | Resolution | fixed => open | |||||||||
2015-05-27 12:44 | umartirena | Note Added: 0077802 | ||||||||||
2015-05-27 12:44 | umartirena | Type | defect => design defect | |||||||||
2015-05-27 12:44 | umartirena | fix_in_branch | pi => | |||||||||
2015-05-27 18:43 | hgbot | Checkin | ||||||||||
2015-05-27 18:43 | hgbot | Note Added: 0077835 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|