Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016811 | Openbravo ERP | 03. Procurement management | public | 2011-04-14 14:01 | 2011-06-13 10:59 |
|
Reporter | adrianromero | |
Assigned To | dalsasua | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP0 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0016811: The callout calculates wrong the Net Unit Price when Discount % is 100 |
Description | The callout calculates wrong the Net Unit Price when Discount % is 100 |
Steps To Reproduce | -As Openbravo Admin go to Procurement Management || Transactions || Purchase Order || Header >> Lines
- Product: hammer
- Discount: 100
- Realize that the Net Unit Price is 12. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | backport | 0015975 | 2.50MP28 | closed | adrianromero | The callout calculates wrong the Net Unit Price when Discount % is 100 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-04-14 14:01 | adrianromero | New Issue | |
2011-04-14 14:01 | adrianromero | Assigned To | => adrianromero |
2011-04-14 14:01 | adrianromero | Modules | => Core |
2011-04-14 14:01 | adrianromero | OBNetwork customer | => Yes |
2011-04-14 14:01 | adrianromero | Issue generated from | 0015975 |
2011-04-14 14:01 | adrianromero | Relationship added | blocks 0015975 |
2011-04-14 15:29 | adrianromero | Note Added: 0035947 | |
2011-04-20 10:06 | hgbot | Checkin | |
2011-04-20 10:06 | hgbot | Note Added: 0036039 | |
2011-04-20 10:06 | hgbot | Status | new => resolved |
2011-04-20 10:06 | hgbot | Resolution | open => fixed |
2011-04-20 10:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b750b36d757ee547637fa2b46a0100dc434c3be7 [^] |
2011-05-12 13:25 | hudsonbot | Checkin | |
2011-05-12 13:25 | hudsonbot | Note Added: 0036749 | |
2011-06-03 10:58 | dalsasua | Assigned To | adrianromero => dalsasua |
2011-06-13 10:59 | jonalegriaesarte | Note Added: 0038285 | |
2011-06-13 10:59 | jonalegriaesarte | Status | resolved => closed |
2011-06-13 10:59 | jonalegriaesarte | Fixed in Version | => 3.0MP0 |
Notes |
|
|
* Testing the issue
Follow the steps to test and verify that now when the discount is 100%, the net unit price is 0
Verify that it still works as expected when using other discounts: 50%, 0%, 200%
* Other areas affected
No other areas affected only the format when invoking GETOFFERSPRICE() in the callout has been modified. |
|
|
(0036039)
|
hgbot
|
2011-04-20 10:06
|
|
Repository: erp/devel/pi
Changeset: b750b36d757ee547637fa2b46a0100dc434c3be7
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Apr 14 15:11:11 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b750b36d757ee547637fa2b46a0100dc434c3be7 [^]
Fixes issue 0016811: The callout calculates wrong the Net Unit Price when Discount % is 100
It has been modified the format of the price when invoking GetOffersPrice() to use an standard format and not a cientific format
---
M src/org/openbravo/erpCommon/ad_callouts/SL_Order_Amt.java
---
|
|
|
|
|
|
(0038285)
|
jonalegriaesarte
|
2011-06-13 10:59
|
|
|