Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029292Openbravo ERP07. Sales managementpublic2015-03-06 13:332015-03-18 11:42
VictorVillar 
AtulOpenbravo 
immediatemajoralways
closedfixed 
5
pi 
3.0PR14Q3.8 
aferraz
Core
Production - Confirmed Stable
2014-04-15
3.0PR14Q3
https://code.openbravo.com/erp/devel/pi/rev/e367e4ce1f9852519224ff1ec15553f5759a3011 [^]
No
0029292: The sales order is not taking into account the unit price of the product when is 0
The sales order is not taking into account the unit price of the product when is 0
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.
The product team should analyse why only in this case is not taking into account the unit price as first value to fill.
Approved
blocks defect 00291713.0PR15Q2 closed AtulOpenbravo The sales order is not taking into account the unit price of the product when is 0 
Issue History
2015-03-16 16:39aferrazTypedefect => backport
2015-03-16 16:39aferrazTarget Version3.0PR15Q3 => 3.0PR14Q3.8
2015-03-17 11:10dmitry_mezentsevTag Attached: Approved
2015-03-18 11:41hgbotCheckin
2015-03-18 11:41hgbotNote Added: 0075729
2015-03-18 11:41hgbotStatusscheduled => resolved
2015-03-18 11:41hgbotResolutionopen => fixed
2015-03-18 11:41hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/33329a8720b25c84660e83f7e8d033eab3684de1 [^] => http://code.openbravo.com/erp/backports/3.0PR14Q3.8/rev/49224a255b7e5c55a2e421193170c5677695892c [^]
2015-03-18 11:41hgbotCheckin
2015-03-18 11:41hgbotNote Added: 0075730
2015-03-18 11:42aferrazReview Assigned To => aferraz
2015-03-18 11:42aferrazNote Added: 0075731
2015-03-18 11:42aferrazStatusresolved => closed

Notes
(0075729)
hgbot   
2015-03-18 11:41   
Repository: erp/backports/3.0PR14Q3.8
Changeset: 49224a255b7e5c55a2e421193170c5677695892c
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Mon Mar 16 00:07:30 2015 +0530
URL: http://code.openbravo.com/erp/backports/3.0PR14Q3.8/rev/49224a255b7e5c55a2e421193170c5677695892c [^]

Fixes Issue 29292: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
---
(0075730)
hgbot   
2015-03-18 11:41   
Repository: erp/backports/3.0PR14Q3.8
Changeset: 330367726133cc55a5006d80c2d253fa4f97ef42
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Mon Mar 16 16:35:31 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR14Q3.8/rev/330367726133cc55a5006d80c2d253fa4f97ef42 [^]

Related to issue 29292: Update copyright

---
M src/org/openbravo/erpCommon/ad_callouts/SL_Order_Amt.java
M src/org/openbravo/erpCommon/businessUtility/PriceAdjustment.java
---
(0075731)
aferraz   
2015-03-18 11:42   
Code review + Testing OK