Openbravo Issue Tracking System - Modules
View Issue Details
0043596ModulesAdvanced Warehouse Operationspublic2020-03-26 14:362020-05-14 16:47
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0043596: Apply new HQL Style in ShipmentInOutGenerator.java
ShipmentInOutGenerator.java has HQL queries with:
- the HQL is hard to read because of formatting
- and it is mixing txt and i.e PROPERTY_ID constant which is not recommended by default
-
Follow new format as in http://wiki.openbravo.com/wiki/HQL_Coding_Conventions [^]
No tags attached.
related to design defect 0041287 acknowledged Triage Platform Base Openbravo ERP Tracking issue: Convert HQL to apply new style 
Issue History
2020-03-26 14:36inigo_lergaNew Issue
2020-03-26 14:36inigo_lergaAssigned To => inigo_lerga
2020-03-26 14:37inigo_lergaRelationship addedrelated to 0041287
2020-03-26 14:37inigo_lergaStatusnew => scheduled
2020-03-26 14:44inigo_lergaNote Added: 0118844
2020-05-14 16:46hgbotCheckin
2020-05-14 16:46hgbotNote Added: 0119889
2020-05-14 16:46hgbotStatusscheduled => resolved
2020-05-14 16:46hgbotResolutionopen => fixed
2020-05-14 16:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/1afe48bdce161d617f01ec6400911a5df23f4c71 [^]
2020-05-14 16:47dmiguelezReview Assigned To => dmiguelez
2020-05-14 16:47dmiguelezNote Added: 0119890
2020-05-14 16:47dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0118844)
inigo_lerga   
2020-03-26 14:44   
--Test Plan Mantis HQL--
Beforehand, the environment needs to have AWO modules
installed and working.
Execute the AWOTestSuite.java JUnit tests file.
#In this moment the modified HQL is updated#
(0119889)
hgbot   
2020-05-14 16:46   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 1afe48bdce161d617f01ec6400911a5df23f4c71
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Thu May 14 16:02:58 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/1afe48bdce161d617f01ec6400911a5df23f4c71 [^]

fixes BUG-43596:Applied new HQL Style

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/ShipmentInOutGenerator.java
---
(0119890)
dmiguelez   
2020-05-14 16:47   
Code Review + Testing Ok