Openbravo Issue Tracking System - Modules
View Issue Details
0043594ModulesAdvanced Warehouse Operationspublic2020-03-26 13:592020-05-13 18:51
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0043594: Apply new HQL Style in InternalMovementGenerator.java
InternalMovementGenerator.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 13:59inigo_lergaNew Issue
2020-03-26 13:59inigo_lergaAssigned To => inigo_lerga
2020-03-26 13:59inigo_lergaStatusnew => scheduled
2020-03-26 13:59inigo_lergaRelationship addedrelated to 0041287
2020-03-26 14:06inigo_lergaNote Added: 0118839
2020-05-13 18:50hgbotCheckin
2020-05-13 18:50hgbotNote Added: 0119848
2020-05-13 18:50hgbotStatusscheduled => resolved
2020-05-13 18:50hgbotResolutionopen => fixed
2020-05-13 18:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/6c40675e30badbd4247cbb8018e6d25d72726d3c [^]
2020-05-13 18:51dmiguelezReview Assigned To => dmiguelez
2020-05-13 18:51dmiguelezNote Added: 0119849
2020-05-13 18:51dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0118839)
inigo_lerga   
2020-03-26 14:06   
--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#
(0119848)
hgbot   
2020-05-13 18:50   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 6c40675e30badbd4247cbb8018e6d25d72726d3c
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Thu Mar 26 14:07:16 2020 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/6c40675e30badbd4247cbb8018e6d25d72726d3c [^]

fixes BUG-43594:Applied new HQL Style

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/InternalMovementGenerator.java
---
(0119849)
dmiguelez   
2020-05-13 18:51   
Code Review + Testing Ok