Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029370 | Openbravo ERP | 07. Sales management | public | 2015-03-23 12:51 | 2015-03-30 13:40 |
|
Reporter | jonalegriaesarte | |
Assigned To | jonalegriaesarte | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q2 | |
Merge Request Status | |
Review Assigned To | egoitz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 35192 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029370: Exception in Purchase Invoice dimensional report, comparative option set |
Description | Exception in Purchase Invoice dimensional report, comparative option set
Exception evaluating:
($V{QTYREF_SUM1}.equals(new BigDecimal(0.0)))?null:$V{QTY_SUM1}.subtract( $V{QTYREF_SUM1} ).multiply(new BigDecimal(100.0)).divide( $V{QTYREF_SUM2}, 2, 6)
Looking at the code, the error is clear, because the expression is evaluation an variable not used when dividing |
Steps To Reproduce | Exception in Purchase Invoice dimensional report, comparative option set
Exception evaluating:
($V{QTYREF_SUM1}.equals(new BigDecimal(0.0)))?null:$V{QTY_SUM1}.subtract( $V{QTYREF_SUM1} ).multiply(new BigDecimal(100.0)).divide( $V{QTYREF_SUM2}, 2, 6)
Looking at the code, the error is clear, because the expression is evaluation an variable not used when dividing |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-23 12:51 | jonalegriaesarte | New Issue | |
2015-03-23 12:51 | jonalegriaesarte | Assigned To | => Sandrahuguet |
2015-03-23 12:51 | jonalegriaesarte | OBNetwork customer | => Yes |
2015-03-23 12:51 | jonalegriaesarte | Modules | => Core |
2015-03-23 12:51 | jonalegriaesarte | Support ticket | => 35192 |
2015-03-23 12:51 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2015-03-23 12:52 | jonalegriaesarte | Assigned To | Sandrahuguet => jonalegriaesarte |
2015-03-23 12:52 | hgbot | Checkin | |
2015-03-23 12:52 | hgbot | Note Added: 0075854 | |
2015-03-23 12:52 | hgbot | Status | new => resolved |
2015-03-23 12:52 | hgbot | Resolution | open => fixed |
2015-03-23 12:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/53a25921251de01ae3edd43cc0c166374f04c58b [^] |
2015-03-24 03:44 | hudsonbot | Checkin | |
2015-03-24 03:44 | hudsonbot | Note Added: 0075906 | |
2015-03-30 13:40 | egoitz | Review Assigned To | => egoitz |
2015-03-30 13:40 | egoitz | Note Added: 0076141 | |
2015-03-30 13:40 | egoitz | Status | resolved => closed |
2015-03-30 13:40 | egoitz | Fixed in Version | => 3.0PR15Q2 |