Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019183 | Openbravo ERP | 01. General setup | public | 2011-11-25 08:59 | 2011-11-30 12:36 |
|
Reporter | maite | |
Assigned To | mirurita | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0MP5.1 | |
Target Version | 3.0MP6 | Fixed in Version | 3.0MP5.2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 13233 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019183: Arithmetical exception in FIN_PaymentMonitorProcess background process |
Description | Arithmetical exception in FIN_PaymentMonitorProcess background process. |
Steps To Reproduce | Line 429 throws "java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result." when trying to perform "divide" action |
Proposed Solution | use ".divide(generatedPaymentTotalAmount,BigDecimal.ROUND_HALF_UP);"
instead of ".divide(generatedPaymentTotalAmount)" to decrease number of decimals |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-25 08:59 | maite | New Issue | |
2011-11-25 08:59 | maite | Assigned To | => jonalegriaesarte |
2011-11-25 08:59 | maite | Modules | => Core |
2011-11-25 08:59 | maite | OBNetwork customer | => Yes |
2011-11-25 08:59 | maite | Support ticket | => 13233 |
2011-11-25 12:05 | maite | Proposed Solution updated | |
2011-11-25 12:06 | maite | Assigned To | jonalegriaesarte => mirurita |
2011-11-25 12:21 | shuehner | Issue Monitored: shuehner | |
2011-11-25 13:52 | hgbot | Checkin | |
2011-11-25 13:52 | hgbot | Note Added: 0043265 | |
2011-11-25 13:52 | hgbot | Status | new => resolved |
2011-11-25 13:52 | hgbot | Resolution | open => fixed |
2011-11-25 13:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d2dcb6ae53f8803f91f2c2035f2c15bde87da90b [^] |
2011-11-25 13:55 | maite | Note Added: 0043273 | |
2011-11-25 13:55 | maite | Status | resolved => closed |
2011-11-25 13:55 | maite | Fixed in Version | => 3.0MP5.2 |
2011-11-30 12:36 | hudsonbot | Checkin | |
2011-11-30 12:36 | hudsonbot | Note Added: 0043559 | |