Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020857 | Openbravo ERP | 05. Production management | public | 2012-06-25 13:57 | 2012-06-30 05:10 |
|
Reporter | jecharri | |
Assigned To | jecharri | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP13 | Fixed in Version | 3.0MP13 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 15998 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020857: It exist one problem in pl MRP_PURCHASEORDER |
Description | It exist one problem in pl MRP_PURCHASEORDER
When is inserting c_orderline it can be a problem with value of column DISCOUNT becasue is setting this value to (((v_PriceList-v_PriceStd) / v_PriceList) * 100)
In case that v_pricelist is 0 the user will se the error division by zero. |
Steps To Reproduce | ----- |
Proposed Solution | The solution will be to launch an exception saying to end user that he has the porduct XXX with price list 0 |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-06-25 13:57 | jecharri | New Issue | |
2012-06-25 13:57 | jecharri | Assigned To | => mirurita |
2012-06-25 13:57 | jecharri | Modules | => Core |
2012-06-25 13:57 | jecharri | OBNetwork customer | => Yes |
2012-06-25 13:57 | jecharri | Support ticket | => 15998 |
2012-06-25 13:57 | jecharri | Resolution time | => 1343426400 |
2012-06-25 17:59 | jecharri | Proposed Solution updated | |
2012-06-26 11:51 | mirurita | Assigned To | mirurita => jonalegriaesarte |
2012-06-28 12:46 | jonalegriaesarte | Assigned To | jonalegriaesarte => jecharri |
2012-06-28 18:05 | hgbot | Checkin | |
2012-06-28 18:05 | hgbot | Note Added: 0050262 | |
2012-06-28 18:05 | hgbot | Status | new => resolved |
2012-06-28 18:05 | hgbot | Resolution | open => fixed |
2012-06-28 18:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0d1948d3e51655fc8ee2f69d0ac95a523960c059 [^] |
2012-06-29 08:19 | hgbot | Checkin | |
2012-06-29 08:19 | hgbot | Note Added: 0050265 | |
2012-06-29 08:19 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/0d1948d3e51655fc8ee2f69d0ac95a523960c059 [^] => http://code.openbravo.com/erp/devel/pi/rev/11f541c73c6fbf5c8835a2436e4935d428592a46 [^] |
2012-06-29 10:04 | jonalegriaesarte | Note Added: 0050272 | |
2012-06-29 10:04 | jonalegriaesarte | Status | resolved => closed |
2012-06-29 10:04 | jonalegriaesarte | Fixed in Version | => 3.0MP13 |
2012-06-30 05:10 | hudsonbot | Checkin | |
2012-06-30 05:10 | hudsonbot | Note Added: 0050294 | |
2012-06-30 05:10 | hudsonbot | Checkin | |
2012-06-30 05:10 | hudsonbot | Note Added: 0050296 | |
Notes |
|
(0050262)
|
hgbot
|
2012-06-28 18:05
|
|
Repository: erp/devel/pi
Changeset: 0d1948d3e51655fc8ee2f69d0ac95a523960c059
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Thu Jun 28 18:04:26 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0d1948d3e51655fc8ee2f69d0ac95a523960c059 [^]
Fixes issue 20857: It exist one problem in pl MRP_PURCHASEORDER.
The problem happens when the product has a zero price list.
---
M src-db/database/model/functions/MRP_PURCHASEORDER.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
|
|
|
(0050265)
|
hgbot
|
2012-06-29 08:19
|
|
Repository: erp/devel/pi
Changeset: 11f541c73c6fbf5c8835a2436e4935d428592a46
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Fri Jun 29 08:19:07 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/11f541c73c6fbf5c8835a2436e4935d428592a46 [^]
Fixes issue 20857: It exist one problem in pl MRP_PURCHASEORDER.
Now when the product price list is Zero the discount is filled with zero.
---
M src-db/database/model/functions/MRP_PURCHASEORDER.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
|
|
|
(0050272)
|
jonalegriaesarte
|
2012-06-29 10:04
|
|
Verified and working fine. Now when the price is 0, the discount inserted is 0. |
|
|
|
|
|
|
|