Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034590 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Modules] Warehouse Picking | major | always | 2016-11-21 13:47 | 2017-01-05 09:49 | |||
Reporter | nataliag | View Status | public | |||||
Assigned To | collazoandy4 | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 40c5ef8a8bfe | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | aferraz | |||||||
Support ticket | 44555 | |||||||
OBNetwork customer | OBPS | |||||||
Regression introduced in release | ||||||||
Summary | 0034590: Cloned sales order cannot generate a picking list. | |||||||
Description | If a sales order is created from scratch (not cloned) and Generate picking list is clicked, picking list is created successfully. But, if the same sales order is cloned and booked and Generate picking list is clicked on the cloned sales order, an error is shown and the picking list is not generated. | |||||||
Steps To Reproduce | 1- Login in backend and as system administrator go to “Module Managment” to add “Warehouse Picking List” module. 2- The module provides a dataset with basic document types that can be applied. Go to enterprise module management and apply the 'Warehouse Picking List' dataset. 3- Create a new sales order, book it and then click on “Generate picking List” button. The Picking list is created correctly. 4- Now clone the sales order created in step 3, booked it and generate the picking list. An error saying that the order is already in a picking list in draft status appear and the picking list is not created. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0091752) collazoandy4 (viewer) 2016-11-22 17:39 |
Test Plan Go to Enterprise Module Management window Select (*) Organization In Reference data select Warehouse Picking List and clic on the OK button to set the dataset In Preference screen create a new record (if not exist) for the property Enable Stock Reservation with value Y and Visible at User Openbravo Log out and Log in Go to Sales Order window Create a new record Fill out all the required fields In Lines tab create a new record with a stocked product and a Ordered Quantity Clic on the Book button and OK button from the popup Clic on Generate Picking List button and OK button from the popup Clic on Copy record from the top toolbar and Yes button from the dialog Clic on the Book button and OK button from the popup Clic on Generate Picking List button and OK button from the popup |
(0092282) hgbot (developer) 2016-12-12 12:55 |
Repository: erp/devel/pi Changeset: c0af68f8bb4a4ad4b703911cd6148085fff07927 Author: Armaignac <collazoandy4 <at> gmail.com> Date: Fri Dec 02 15:26:51 2016 -0800 URL: http://code.openbravo.com/erp/devel/pi/rev/c0af68f8bb4a4ad4b703911cd6148085fff07927 [^] Fixes issue 34590: Generate Picking List from cloned Sales Order Generating a Picking List to a cloned Sales Order was failing because the order Picking List state is not reset. A new hook for the Clone Order process was created to reset the Picking List State --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/businesslogic/CloneOrderActionHandler.java A src/org/openbravo/erpCommon/businessUtility/CloneOrderHook.java A src/org/openbravo/erpCommon/businessUtility/CloneOrderHookCaller.java --- |
(0092283) hgbot (developer) 2016-12-12 13:14 |
Repository: erp/pmods/org.openbravo.warehouse.pickinglist Changeset: 40c5ef8a8bfe47545bf9ec1d93ad075a906ed83b Author: Armaignac <collazoandy4 <at> gmail.com> Date: Fri Dec 02 15:29:28 2016 -0800 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/40c5ef8a8bfe47545bf9ec1d93ad075a906ed83b [^] Fixes issue 34590: Generate Picking List from cloned Sales Order Generating a Picking List to a cloned Sales Order was failing because the order Picking List state is not reset. Creating an implementation for the Clone Order Hook to reset the Picking List State --- A src/org/openbravo/warehouse/pickinglist/hooks/ClonePLOrderHook.java --- |
(0092284) hgbot (developer) 2016-12-12 13:14 |
Repository: erp/pmods/org.openbravo.warehouse.pickinglist Changeset: c52d5ced721b1add5bc58489907b6725ae449023 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Mon Dec 12 13:10:27 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/c52d5ced721b1add5bc58489907b6725ae449023 [^] Related to issue 34590: Update module version --- M src-db/database/sourcedata/AD_MODULE.xml M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml M src/org/openbravo/warehouse/pickinglist/hooks/ClonePLOrderHook.java --- |
(0092285) aferraz (viewer) 2016-12-12 13:17 |
Code review + Testing OK |
(0092307) hgbot (developer) 2016-12-13 11:20 |
Repository: erp/pmods/org.openbravo.warehouse.pickinglist Changeset: 3f8def1dd53f3b11d7b8fce63a9f8799ea1fa93c Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Tue Dec 13 11:18:48 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/3f8def1dd53f3b11d7b8fce63a9f8799ea1fa93c [^] Related to issue 34590: Revert module dependency to Core until 17Q1 publication --- M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- |
(0092698) hudsonbot (viewer) 2016-12-16 18:39 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/dc8bf00badd0 [^] Maturity status: Test |
(0093212) hgbot (developer) 2017-01-05 09:49 |
Repository: erp/pmods/org.openbravo.warehouse.pickinglist Changeset: b6c5a5f8fe1e9dd7c5af341c865e0e5c9640c929 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Thu Jan 05 09:48:40 2017 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/b6c5a5f8fe1e9dd7c5af341c865e0e5c9640c929 [^] Related to issue 34590: Update module dependency to Core now 17Q1 is publicated --- M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- |
![]() |
|||
Date Modified | Username | Field | Change |
2016-11-21 13:47 | nataliag | New Issue | |
2016-11-21 13:47 | nataliag | Assigned To | => Triage Finance |
2016-11-21 13:47 | nataliag | OBNetwork customer | => Yes |
2016-11-21 13:47 | nataliag | Modules | => Core |
2016-11-21 13:47 | nataliag | Support ticket | => 44555 |
2016-11-21 13:47 | nataliag | Resolution time | => 1481497200 |
2016-11-21 13:47 | nataliag | Triggers an Emergency Pack | => No |
2016-11-21 17:26 | aferraz | Assigned To | Triage Finance => collazoandy4 |
2016-11-22 16:26 | collazoandy4 | Status | new => scheduled |
2016-11-22 17:39 | collazoandy4 | Note Added: 0091752 | |
2016-12-12 12:55 | hgbot | Checkin | |
2016-12-12 12:55 | hgbot | Note Added: 0092282 | |
2016-12-12 12:55 | hgbot | Status | scheduled => resolved |
2016-12-12 12:55 | hgbot | Resolution | open => fixed |
2016-12-12 12:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c0af68f8bb4a4ad4b703911cd6148085fff07927 [^] |
2016-12-12 13:14 | hgbot | Checkin | |
2016-12-12 13:14 | hgbot | Note Added: 0092283 | |
2016-12-12 13:14 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/c0af68f8bb4a4ad4b703911cd6148085fff07927 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/40c5ef8a8bfe47545bf9ec1d93ad075a906ed83b [^] |
2016-12-12 13:14 | hgbot | Checkin | |
2016-12-12 13:14 | hgbot | Note Added: 0092284 | |
2016-12-12 13:16 | aferraz | Project | Openbravo ERP => Modules |
2016-12-12 13:17 | aferraz | Category | 07. Sales management => Warehouse Picking |
2016-12-12 13:17 | aferraz | Review Assigned To | => aferraz |
2016-12-12 13:17 | aferraz | Note Added: 0092285 | |
2016-12-12 13:17 | aferraz | Status | resolved => closed |
2016-12-13 11:20 | hgbot | Checkin | |
2016-12-13 11:20 | hgbot | Note Added: 0092307 | |
2016-12-16 18:39 | hudsonbot | Checkin | |
2016-12-16 18:39 | hudsonbot | Note Added: 0092698 | |
2017-01-05 09:49 | hgbot | Checkin | |
2017-01-05 09:49 | hgbot | Note Added: 0093212 |
Copyright © 2000 - 2009 MantisBT Group |