Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039863 | Openbravo ERP | 09. Financial management | public | 2018-12-31 17:29 | 2022-02-07 17:20 |
|
Reporter | JONHM | |
Assigned To | markmm82 | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR22Q2 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 36801 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0039863: AverageAlgorithm class can be improved by showing the product.getSearchKey() on the OBException |
Description | The OBException of getOutgoingTransactionCost() method of AverageAlgorithm class can be improved by showing the product.getSearchKey().
In case of variants or generic products is difficult to tell which product is throwing the exception in case of errors. |
Steps To Reproduce | In case of variants or generic products is difficult to tell which product is throwing the exception in case of errors. |
Proposed Solution | Show the product.getSearchKey() into the OBException:
https://code.openbravo.com/erp/devel/pi/file/tip/src/org/openbravo/costing/AverageAlgorithm.java#l85 [^]
|
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | costes.diff (5,034) 2022-01-24 11:51 https://issues.openbravo.com/file_download.php?file_id=16538&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2018-12-31 17:29 | JONHM | New Issue | |
2018-12-31 17:29 | JONHM | Assigned To | => Triage Finance |
2018-12-31 17:29 | JONHM | OBNetwork customer | => OBPS |
2018-12-31 17:29 | JONHM | Modules | => Core |
2018-12-31 17:29 | JONHM | Triggers an Emergency Pack | => No |
2019-09-13 06:56 | markmm82 | Assigned To | Triage Finance => markmm82 |
2019-09-13 06:56 | markmm82 | Status | new => scheduled |
2019-09-26 03:17 | markmm82 | Note Added: 0114791 | |
2022-01-24 11:51 | dromero | Support ticket | => 36801 |
2022-01-24 11:51 | dromero | Proposed Solution updated | |
2022-01-24 11:51 | dromero | Note Added: 0134507 | |
2022-01-24 11:51 | dromero | File Added: costes.diff | |
2022-02-01 15:10 | hgbot | Merge Request Status | => open |
2022-02-01 15:10 | hgbot | Note Added: 0134717 | |
2022-02-07 16:41 | hgbot | Merge Request Status | open => approved |
2022-02-07 17:20 | hgbot | Resolution | open => fixed |
2022-02-07 17:20 | hgbot | Status | scheduled => closed |
2022-02-07 17:20 | hgbot | Fixed in Version | => PR22Q2 |
2022-02-07 17:20 | hgbot | Note Added: 0134811 | |
2022-02-07 17:20 | hgbot | Note Added: 0134812 | |
Notes |
|
|
Notice new exception include the product name and the product search key in the format:
Product: <Product Name> (<Product Search Key>) |
|
|
(0134507)
|
dromero
|
2022-01-24 11:51
|
|
Attached patch for solution |
|
|
(0134717)
|
hgbot
|
2022-02-01 15:10
|
|
|
|
(0134811)
|
hgbot
|
2022-02-07 17:20
|
|
|
|
(0134812)
|
hgbot
|
2022-02-07 17:20
|
|
|