Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039948Retail ModulesWeb POSpublic2019-01-15 09:262019-04-29 19:36
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR19Q2RR19Q2 
marvintm
No
0039948: API Change in ProductStock master data class
The class ProductStock does not longer extends Product, now extends just ProcessHQLQuery.

This is a refactor don in order to reuse Product functions createRegularProductHql() and createRegularProductValues() by different master data classes for Products without needed to extend the Product class.

This refactor is done in https://code.openbravo.com/erp/pmods-branches/org.openbravo.retail.posterminal-servicetaxes/rev/4bb112f8f319 [^]

Risk analysis of this API change:
The API change consists that class 'ProductStock' now extends 'ProcessHQLQuery' instead of 'Product'. The behaviour and methods of the class remains the same and it is not expected any class from other module to extend or use 'ProductStock' in order to invoke Product methods. So the risk is low.
N/A
Approved
Issue History
2019-01-15 09:26adrianromeroNew Issue
2019-01-15 09:26adrianromeroAssigned To => Retail
2019-01-15 09:26adrianromeroTriggers an Emergency Pack => No
2019-01-15 09:29adrianromeroAssigned ToRetail => dmitry_mezentsev
2019-01-21 09:41adrianromeroDescription Updatedbug_revision_view_page.php?rev_id=18158#r18158
2019-01-21 09:42adrianromeroDescription Updatedbug_revision_view_page.php?rev_id=18159#r18159
2019-01-21 09:44adrianromeroDescription Updatedbug_revision_view_page.php?rev_id=18160#r18160
2019-01-21 13:20dmitry_mezentsevTag Attached: Approved
2019-01-21 13:20dmitry_mezentsevAssigned Todmitry_mezentsev => adrianromero
2019-01-30 11:25hgbotCheckin
2019-01-30 11:25hgbotNote Added: 0109322
2019-04-29 19:36marvintmStatusnew => scheduled
2019-04-29 19:36marvintmStatusscheduled => resolved
2019-04-29 19:36marvintmFixed in Version => RR19Q2
2019-04-29 19:36marvintmResolutionopen => fixed
2019-04-29 19:36marvintmReview Assigned To => marvintm
2019-04-29 19:36marvintmStatusresolved => closed

Notes
(0109322)
hgbot   
2019-01-30 11:25   
Repository: retail/api-checks-retail
Changeset: 6b4df42cb00f74359c299d26237672fb210cf9ba
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Jan 30 11:16:22 2019 +0100
URL: http://code.openbravo.com/retail/api-checks-retail/rev/6b4df42cb00f74359c299d26237672fb210cf9ba [^]

Related to issue 0039948: API Change in ProductStock master data class

---
M java/reference/java.japi.gz
---