Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027583 | Openbravo ERP | 07. Sales management | public | 2014-09-11 11:25 | 2015-08-24 17:38 |
|
Reporter | jonalegriaesarte | |
Assigned To | AtulOpenbravo | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | dmiguelez |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 30914 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027583: Create order in sales quotation, not setting firm option fails if the list price is 0 |
Description | Create order in sales quotation, not setting firm option fails if the list price is 0 |
Steps To Reproduce | - Create a sales quotation
- Add a line. Set list price to 0
- Book it
- Create order. Do not set firm check
Error
java.lang.Exception: / by zero |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-09-11 11:25 | jonalegriaesarte | New Issue | |
2014-09-11 11:25 | jonalegriaesarte | Assigned To | => dmiguelez |
2014-09-11 11:25 | jonalegriaesarte | OBNetwork customer | => No |
2014-09-11 11:25 | jonalegriaesarte | Modules | => Core |
2014-09-11 11:25 | jonalegriaesarte | Support ticket | => 30914 |
2014-09-11 11:25 | jonalegriaesarte | Resolution time | => 1416524400 |
2014-09-11 11:25 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-09-29 10:51 | eduardo_Argal | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-12-22 17:59 | Sandrahuguet | Target Version | 3.0PR15Q1 => 3.0PR15Q2 |
2015-03-30 18:21 | eduardo_Argal | Target Version | 3.0PR15Q2 => 3.0PR15Q3 |
2015-04-14 12:48 | Triage Finance | Assigned To | dmiguelez => Triage Finance |
2015-06-08 17:57 | vmromanos | Target Version | 3.0PR15Q3 => |
2015-08-04 12:30 | egoitz | OBNetwork customer | No => Yes |
2015-08-04 12:30 | egoitz | Resolution time | 1416524400 => 1442786400 |
2015-08-18 13:55 | AtulOpenbravo | Assigned To | Triage Finance => AtulOpenbravo |
2015-08-18 21:24 | AtulOpenbravo | Note Added: 0079413 | |
2015-08-18 21:48 | AtulOpenbravo | Status | new => scheduled |
2015-08-21 14:19 | hgbot | Checkin | |
2015-08-21 14:19 | hgbot | Note Added: 0079582 | |
2015-08-21 14:19 | hgbot | Status | scheduled => resolved |
2015-08-21 14:19 | hgbot | Resolution | open => fixed |
2015-08-21 14:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/206df69435e62bd13e5692e72729934ff1b6d8da [^] |
2015-08-21 14:19 | dmiguelez | Review Assigned To | => dmiguelez |
2015-08-21 14:19 | dmiguelez | Note Added: 0079583 | |
2015-08-21 14:19 | dmiguelez | Status | resolved => closed |
2015-08-24 17:38 | hudsonbot | Checkin | |
2015-08-24 17:38 | hudsonbot | Note Added: 0079642 | |
Notes |
|
|
Test Plan
- Navigate to Product window. Set List price = 0 for any of the product in Sales Price List. For eg:- Price List = Tarifa de ventas, Product = Vino Blanco 0,75L
- Create a sales quotation any of the business partner and select price list as above.
- Add a line with above product. Check that Net List Price is set as zero.
- Book it.
- Use Create order button, do not check firm quote check box.
- Quotation is converted into order successfully. |
|
|
(0079582)
|
hgbot
|
2015-08-21 14:19
|
|
Repository: erp/devel/pi
Changeset: 206df69435e62bd13e5692e72729934ff1b6d8da
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Wed Aug 19 01:19:59 2015 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/206df69435e62bd13e5692e72729934ff1b6d8da [^]
Fixes Issue 27583:Create order in sales quotation, not setting firm option
fails if the list price is 0
Before divide operation, divisor bdPriceList is checked to be a non zero
value.
---
M src/org/openbravo/erpCommon/ad_process/ConvertQuotationIntoOrder.java
---
|
|
|
|
|
|
|
|