Openbravo Issue Tracking System - Modules
View Issue Details
0044118ModulesAdvanced Warehouse Operationspublic2020-05-20 10:042020-06-03 11:53
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0044118: Apply new HQL Style in Utilities.java
Utilities.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-05-20 10:04inigo_lergaNew Issue
2020-05-20 10:04inigo_lergaAssigned To => inigo_lerga
2020-05-20 10:04inigo_lergaRelationship addedrelated to 0041287
2020-05-20 10:04inigo_lergaStatusnew => scheduled
2020-05-20 11:27inigo_lergaNote Added: 0120088
2020-06-03 11:52hgbotCheckin
2020-06-03 11:52hgbotNote Added: 0120575
2020-06-03 11:52hgbotStatusscheduled => resolved
2020-06-03 11:52hgbotResolutionopen => fixed
2020-06-03 11:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/58fdd1aa5247e69e4767a484665b837742429544 [^]
2020-06-03 11:53dmiguelezReview Assigned To => dmiguelez
2020-06-03 11:53dmiguelezNote Added: 0120576
2020-06-03 11:53dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0120088)
inigo_lerga   
2020-05-20 11:27   
--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 HQLs are executed#
(0120575)
hgbot   
2020-06-03 11:52   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 58fdd1aa5247e69e4767a484665b837742429544
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Wed Jun 03 11:52:41 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/58fdd1aa5247e69e4767a484665b837742429544 [^]

fixes BUG-44118:Applied new HQL Style

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/utils/Utilities.java
---
(0120576)
dmiguelez   
2020-06-03 11:53   
Code Review + Testing Ok