Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0038882 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 07. Sales management | minor | always | 2018-06-25 20:14 | 2018-07-13 10:27 | |||
Reporter | gsuarez | View Status | public | |||||
Assigned To | AtulOpenbravo | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR18Q2.2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 2987697461e4 | ||||
Projection | none | ETA | none | Target Version | 3.0PR18Q2.2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0PR18Q1.3 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | Sandrahuguet | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 2363 | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2017-10-23 | |||||||
Regression introduced in release | 3.0PR18Q1 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/f309cc3e47a9f30cc689198b1bedeffef9f181e2 [^] | |||||||
Triggers an Emergency Pack | Yes | |||||||
Summary | 0038882: Error: Copy from Order it does not work properly | |||||||
Description | The "Copy from Order" process in the "Sales Order" window does not work properly: * The line numbers do not match the numbers of the copied order. * The quantities of some products are not the same as those of the copied order. * The descriptions of all the lines are not the same as the original order lines | |||||||
Steps To Reproduce | Steps: 1.Windows: Sales Order 1.1 Create new sales order 1.2 select "Copy from Order" 1.3 select sales order with many lines (40 or more lines of many sales orders) and with consecutive numbers of lines like 21 22 23 .... 60. 2.the process it does not work correctly, the quantities are not the same and the sequence numbers either. Error detected in the class: copyFromOrdersProcess. In PR17Q4 works but en 18Q1 or major not work properly. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0105725) hgbot (developer) 2018-07-13 10:24 |
Repository: erp/backports/3.0PR18Q2.2 Changeset: 2987697461e41ba153d5daa11799f861792184ce Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Thu Jun 28 15:29:50 2018 +0530 URL: http://code.openbravo.com/erp/backports/3.0PR18Q2.2/rev/2987697461e41ba153d5daa11799f861792184ce [^] Fixes Issue 38882:Copy from Order it does not copy line description Order Line description was wrongly set from Order description, it will be set from Order Line from which the new Order Line is created. --- M src/org/openbravo/common/actionhandler/copyfromorderprocess/UpdateOrderLineInformation.java --- |
(0105726) hgbot (developer) 2018-07-13 10:24 |
Repository: erp/backports/3.0PR18Q2.2 Changeset: 83bd5ce0808f4dfbc7692c39a54f204492a17d07 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Jul 02 22:37:49 2018 +0530 URL: http://code.openbravo.com/erp/backports/3.0PR18Q2.2/rev/83bd5ce0808f4dfbc7692c39a54f204492a17d07 [^] Related to Issue 38882:Copy from Order it does not copy line description Modify the copy line from order related tests to check copied line description with the original line description instead of checking with header description --- M src-test/src/org/openbravo/test/copyLinesFromOrders/CopyLinesFromOrdersTest.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestConstants.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_13.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_14.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_15.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_16.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_17.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_18.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_19.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataPO_20.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_01.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_02.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_03.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_04.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_05.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_06.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_07.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_08.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_AUM_21.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_AUM_22.java M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CopyLinesFromOrdersTestData.java --- |
(0105727) hgbot (developer) 2018-07-13 10:24 |
Repository: erp/backports/3.0PR18Q2.2 Changeset: 43d0d9426f7a650f0d6e608c246f643e72b4d336 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Wed Jul 04 17:45:38 2018 +0200 URL: http://code.openbravo.com/erp/backports/3.0PR18Q2.2/rev/43d0d9426f7a650f0d6e608c246f643e72b4d336 [^] related to issue 38882 update Copyright --- M src-test/src/org/openbravo/test/copyLinesFromOrders/data/CLFOTestDataSO_05.java --- |
(0105728) Sandrahuguet (viewer) 2018-07-13 10:27 |
Code review + testing OK |
![]() |
|||
Date Modified | Username | Field | Change |
2018-07-03 10:32 | Sandrahuguet | Type | defect => backport |
2018-07-03 10:32 | Sandrahuguet | Target Version | => 3.0PR18Q2.1 |
2018-07-03 11:06 | Sandrahuguet | Target Version | 3.0PR18Q2.1 => 3.0PR18Q2.2 |
2018-07-13 10:24 | hgbot | Checkin | |
2018-07-13 10:24 | hgbot | Note Added: 0105725 | |
2018-07-13 10:24 | hgbot | Status | scheduled => resolved |
2018-07-13 10:24 | hgbot | Resolution | open => fixed |
2018-07-13 10:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR18Q2.2/rev/2987697461e41ba153d5daa11799f861792184ce [^] |
2018-07-13 10:24 | hgbot | Checkin | |
2018-07-13 10:24 | hgbot | Note Added: 0105726 | |
2018-07-13 10:24 | hgbot | Checkin | |
2018-07-13 10:24 | hgbot | Note Added: 0105727 | |
2018-07-13 10:27 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2018-07-13 10:27 | Sandrahuguet | Note Added: 0105728 | |
2018-07-13 10:27 | Sandrahuguet | Status | resolved => closed |
2018-07-13 10:27 | Sandrahuguet | Fixed in Version | => 3.0PR18Q2.2 |
Copyright © 2000 - 2009 MantisBT Group |