Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029171 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 07. Sales management | major | always | 2015-03-06 13:33 | 2016-02-02 09:38 | |||
Reporter | VictorVillar | View Status | public | |||||
Assigned To | AtulOpenbravo | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR15Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 33329a8720b2 | ||||
Projection | none | ETA | none | Target Version | 3.0PR15Q2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | eduardo_Argal | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 34592 | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2014-04-15 | |||||||
Regression introduced in release | 3.0PR14Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/e367e4ce1f9852519224ff1ec15553f5759a3011 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029171: The sales order is not taking into account the unit price of the product when is 0 | |||||||
Description | The sales order is not taking into account the unit price of the product when is 0 | |||||||
Steps To Reproduce | As group admin role, Go to Product window, select Agua Sin gas change the Unit Price to 0 for Tarifa de ventas Go to Sales Order Create a new register for Alimentos y Supermercados Price List: Tarifa de ventas Go to Lines tab: select Agua Sin gas Realise that the Unit Price of the line is 1.53, which is the List Price of the product, and this priority only happens when the Unit Price of the Product is 0. | |||||||
Proposed Solution | The product team should analyse why only in this case is not taking into account the unit price as first value to fill. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||||||||||||||||
|
![]() |
|
(0075601) AtulOpenbravo (viewer) 2015-03-16 04:58 |
Test Plan - Login as group admin role - Nagivate to Product window, select Agua Sin gas product change the Unit Price to 0 for Tarifa de ventas Price List - Nagivate to Sales Order - Create a new register for Alimentos y Supermercados Price List: Tarifa de ventas - Navigate to Lines tab: select Agua Sin gas - Check that the Unit Price of the line is set 0 which is unit price in the price list. |
(0075634) hgbot (developer) 2015-03-16 16:36 |
Repository: erp/devel/pi Changeset: 33329a8720b25c84660e83f7e8d033eab3684de1 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Mon Mar 16 00:07:30 2015 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/33329a8720b25c84660e83f7e8d033eab3684de1 [^] Fixes Issue 29171:The sales order is not taking into account the unit price of the product when is 0 Corner case regression, when ever unit price is set to zero in the price list --- M src/org/openbravo/erpCommon/ad_callouts/SL_Order_Amt.java M src/org/openbravo/erpCommon/businessUtility/PriceAdjustment.java --- |
(0075635) hgbot (developer) 2015-03-16 16:36 |
Repository: erp/devel/pi Changeset: e4c7b3d0a0ffd239d1758eeb600516dc192d2f71 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Mon Mar 16 16:35:31 2015 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/e4c7b3d0a0ffd239d1758eeb600516dc192d2f71 [^] Related to issue 29171: Update copyright --- M src/org/openbravo/erpCommon/ad_callouts/SL_Order_Amt.java M src/org/openbravo/erpCommon/businessUtility/PriceAdjustment.java --- |
(0075636) aferraz (viewer) 2015-03-16 16:43 |
Code review + Testing OK |
(0075668) hudsonbot (viewer) 2015-03-16 23:53 |
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/28f92fd2fba0 [^] Maturity status: Test |
(0075669) hudsonbot (viewer) 2015-03-16 23:53 |
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/28f92fd2fba0 [^] Maturity status: Test |
(0075685) dmitry_mezentsev (viewer) 2015-03-17 11:19 |
As we are touching sensitive component in the emergency update I would like to ask for: 1. Some extra testing. I hope regular price scenario (not 0) was verified. But apart from it the scenario of the issue that caused this regression. Please confirm or execute it. 2. Additional issue review. |
(0075702) eduardo_Argal (viewer) 2015-03-17 19:27 |
Code Reviewed and tested. Tested both issues, regression and original which introduces the regression, and both are working as expected. |
(0083820) hgbot (developer) 2016-02-02 09:38 |
Repository: tools/automation/int Changeset: 9fe1c166aebc2fcc52e342552626179c039e586d Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Wed Oct 07 10:23:06 2015 +0200 URL: http://code.openbravo.com/tools/automation/int/rev/9fe1c166aebc2fcc52e342552626179c039e586d [^] Related to issue 29171: Added some automated tests --- M src-test/com/openbravo/test/integration/erp/testscripts/masterdata/product/Product.java M src-test/com/openbravo/test/integration/erp/testscripts/masterdata/product/ProductClassicScript.java M src-test/com/openbravo/test/integration/erp/testscripts/masterdata/product/ProductScript.java A src-test/com/openbravo/test/integration/erp/modules/functionalteam/procurement/testsuites/PRO_Regressions/PRORegression29171.java A src-test/com/openbravo/test/integration/erp/modules/functionalteam/procurement/testsuites/PRO_Regressions/PRO_RegressionSuite.java A src-test/com/openbravo/test/integration/erp/modules/functionalteam/procurement/testsuites/PRO_Regressions/build.xml A src-test/com/openbravo/test/integration/erp/modules/functionalteam/sales/testsuites/SAL_Regressions/SALRegression29171.java A src-test/com/openbravo/test/integration/erp/modules/functionalteam/sales/testsuites/SAL_Regressions/SAL_RegressionSuite.java A src-test/com/openbravo/test/integration/erp/modules/functionalteam/sales/testsuites/SAL_Regressions/build.xml --- |
![]() |
|||
Date Modified | Username | Field | Change |
2015-03-06 13:33 | VictorVillar | New Issue | |
2015-03-06 13:33 | VictorVillar | Assigned To | => Sandrahuguet |
2015-03-06 13:33 | VictorVillar | OBNetwork customer | => Yes |
2015-03-06 13:33 | VictorVillar | Modules | => Core |
2015-03-06 13:33 | VictorVillar | Support ticket | => 34592 |
2015-03-06 13:33 | VictorVillar | Resolution time | => 1431381600 |
2015-03-06 13:33 | VictorVillar | Triggers an Emergency Pack | => No |
2015-03-06 13:33 | VictorVillar | Issue Monitored: networkb | |
2015-03-09 13:32 | VictorVillar | Priority | high => immediate |
2015-03-09 13:32 | VictorVillar | Severity | minor => major |
2015-03-09 13:44 | AtulOpenbravo | Assigned To | Sandrahuguet => AtulOpenbravo |
2015-03-09 13:44 | AtulOpenbravo | Status | new => scheduled |
2015-03-13 13:22 | Orekaria | Relationship added | depends on 0027048 |
2015-03-13 13:22 | Orekaria | Relationship deleted | depends on 0027048 |
2015-03-16 04:58 | AtulOpenbravo | Note Added: 0075601 | |
2015-03-16 13:08 | aferraz | Regression level | => Production - Confirmed Stable |
2015-03-16 13:08 | aferraz | Regression date | => 2014-04-15 |
2015-03-16 13:08 | aferraz | Regression introduced in release | => 3.0PR14Q3 |
2015-03-16 13:08 | aferraz | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/e367e4ce1f9852519224ff1ec15553f5759a3011 [^] |
2015-03-16 16:36 | hgbot | Checkin | |
2015-03-16 16:36 | hgbot | Note Added: 0075634 | |
2015-03-16 16:36 | hgbot | Status | scheduled => resolved |
2015-03-16 16:36 | hgbot | Resolution | open => fixed |
2015-03-16 16:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/33329a8720b25c84660e83f7e8d033eab3684de1 [^] |
2015-03-16 16:36 | hgbot | Checkin | |
2015-03-16 16:36 | hgbot | Note Added: 0075635 | |
2015-03-16 16:39 | aferraz | Status | resolved => new |
2015-03-16 16:39 | aferraz | Resolution | fixed => open |
2015-03-16 16:39 | aferraz | Status | new => scheduled |
2015-03-16 16:41 | aferraz | Status | scheduled => resolved |
2015-03-16 16:41 | aferraz | Resolution | open => fixed |
2015-03-16 16:43 | aferraz | Review Assigned To | => aferraz |
2015-03-16 16:43 | aferraz | Note Added: 0075636 | |
2015-03-16 16:43 | aferraz | Status | resolved => closed |
2015-03-16 17:30 | aferraz | Relationship added | caused by 0024569 |
2015-03-16 23:53 | hudsonbot | Checkin | |
2015-03-16 23:53 | hudsonbot | Note Added: 0075668 | |
2015-03-16 23:53 | hudsonbot | Checkin | |
2015-03-16 23:53 | hudsonbot | Note Added: 0075669 | |
2015-03-17 11:14 | dmitry_mezentsev | Target Version | 3.0PR15Q3 => 3.0PR15Q2 |
2015-03-17 11:19 | dmitry_mezentsev | Note Added: 0075685 | |
2015-03-17 11:19 | dmitry_mezentsev | Status | closed => new |
2015-03-17 11:19 | dmitry_mezentsev | Resolution | fixed => open |
2015-03-17 11:19 | dmitry_mezentsev | Status | new => scheduled |
2015-03-17 11:20 | dmitry_mezentsev | Status | scheduled => resolved |
2015-03-17 11:20 | dmitry_mezentsev | Fixed in Version | => 3.0PR15Q2 |
2015-03-17 11:20 | dmitry_mezentsev | Resolution | open => fixed |
2015-03-17 11:20 | dmitry_mezentsev | Review Assigned To | aferraz => eduardo_Argal |
2015-03-17 19:27 | eduardo_Argal | Note Added: 0075702 | |
2015-03-17 19:27 | eduardo_Argal | Status | resolved => closed |
2016-02-02 09:38 | hgbot | Checkin | |
2016-02-02 09:38 | hgbot | Note Added: 0083820 |
Copyright © 2000 - 2009 MantisBT Group |