Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0036392 | Openbravo ERP | 09. Financial management | public | 2017-07-04 08:33 | 2017-09-21 16:49 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Reporter | caristu | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Assigned To | collazoandy4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Priority | high | Severity | minor | Reproducibility | N/A | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Target Version | Fixed in Version | 3.0PR17Q4 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Review Assigned To | aferraz | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Web browser | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Modules | Core | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression level | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary | 0036392: Avoid casting to Object when adding numeric results from a SimpleCallout | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | Avoid casting to Object when adding numeric values from a SimpleCallout. Before the callout refactor project (see 0032366), to set the value of a quantity it was possible to do the following: String strHasSecondaryUOM = SLOrderProductData.hasSecondaryUOM(this, strMProductID); info.addResult("inphasseconduom", (Object) strHasSecondaryUOM); With the previous API, this avoided to send the value of a String surrounded by quotes. Thus, the value was finally being interpreted as a numeric value. With the changes introduced in the mentioned project the API is more compact and it is not necessary to surround the strings between quotes to specify a string value. Therefore such castings should not be done as the type of the values is managed internally with a JSONObject. The callouts affected by this internal change are: - src/org/openbravo/erpCommon/ad_callouts/SL_InOutLine_Product.java - src/org/openbravo/erpCommon/ad_callouts/SL_Movement_Product.java - src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Product.java | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steps To Reproduce | - Login as System Admin Role - Mark as displayed = Yes fields - Window: Goods Receipt/ Shipment, Tab: Lines, Fields: Order Quantity, Order Uom - Window: Goods Movement, Tab: Lines, Fields: Order Quantity, Order Uom - Window: Physical Inventory, Tab: Lines, Fields: Order Quantity, Order Uom - Logout - Login as QA Testing Admin. - Create a new Product "Test Product". - Assign second UOM as Kilogram to "Test Product" in the UOM Tab - Create a Goods Receipt - Add a line and select the Test Product, enter Movement Quantity 1 - Realize that Order Uom and Order Quantity fields are not displayed. - Save Record and Refresh (as Display Logic does not work) - Realize that Order Uom and Order Quantity fields are displayed. Note that the display logic is not working because of the fact that the display logic condition is expecting a numeric value. But a string is being sent: info.addResult("inphasseconduom", (Object) strHasSecondaryUOM); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Proposed Solution | Replace the castings to Object in the mentioned callouts by sending the corresponding numeric value when it applies. For example Instead of: info.addResult("inphasseconduom", (Object) strHasSecondaryUOM); Use: info.addResult("inphasseconduom", Integer.parseInt(strHasSecondaryUOM)); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 08:33 | caristu | New Issue | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 08:33 | caristu | Assigned To | => Triage Finance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 08:33 | caristu | Modules | => Core | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 08:33 | caristu | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 08:33 | caristu | Relationship added | related to 0036302 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 08:34 | caristu | Relationship added | caused by 0032366 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 08:51 | caristu | Summary | Avoid casting to Object when adding results from a SimpleCallout => Avoid casting to Object when adding numeric results from a SimpleCallout | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 08:51 | caristu | Description Updated | bug_revision_view_page.php?rev_id=15454#r15454 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 12:14 | aferraz | Assigned To | Triage Finance => collazoandy4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-04 12:15 | aferraz | Status | new => scheduled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-05 22:55 | collazoandy4 | Note Added: 0097892 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-10 13:03 | aferraz | Relationship added | related to 0036067 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-10 13:29 | aferraz | Relationship added | related to 0034693 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-10 13:30 | hgbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-10 13:30 | hgbot | Note Added: 0097975 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-10 13:30 | hgbot | Status | scheduled => resolved | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-10 13:30 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-10 13:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f06d1fb9752b34f289dbd4bee71e0b0257c8c469 [^] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-11 10:11 | hgbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-11 10:11 | hgbot | Note Added: 0098004 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-11 10:13 | aferraz | Review Assigned To | => aferraz | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-11 10:13 | aferraz | Note Added: 0098006 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-11 10:13 | aferraz | Status | resolved => closed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-07-11 10:13 | aferraz | Fixed in Version | => 3.0PR17Q4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-08-09 14:09 | inigosanchez | Relationship added | related to 0036590 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-09-21 16:49 | hudsonbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-09-21 16:49 | hudsonbot | Note Added: 0099260 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-09-21 16:49 | hudsonbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017-09-21 16:49 | hudsonbot | Note Added: 0099265 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|