Openbravo Issue Tracking System - Modules
View Issue Details
0044243ModulesAdvanced Warehouse Operationspublic2020-06-01 10:402020-06-08 12:24
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0044243: Apply new HQL Style in UserAssignmentsHandler.java
UserAssignmentsHandler.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-06-01 10:40inigo_lergaNew Issue
2020-06-01 10:40inigo_lergaAssigned To => inigo_lerga
2020-06-01 10:40inigo_lergaRelationship addedrelated to 0041287
2020-06-01 10:54inigo_lergaStatusnew => scheduled
2020-06-01 14:08inigo_lergaNote Added: 0120492
2020-06-08 12:23hgbotCheckin
2020-06-08 12:23hgbotNote Added: 0120731
2020-06-08 12:23hgbotStatusscheduled => resolved
2020-06-08 12:23hgbotResolutionopen => fixed
2020-06-08 12:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.operatorloadbalancing/rev/13e718767674835f0769e77aa3400c0049a4ff0f [^]
2020-06-08 12:24dmiguelezReview Assigned To => dmiguelez
2020-06-08 12:24dmiguelezNote Added: 0120732
2020-06-08 12:24dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0120492)
inigo_lerga   
2020-06-01 14:08   
--Test Plan Mantis HQL--
Beforehand, the environment needs to have AWO modules
installed and working.
Execute the OLBTestSuite.java JUnit tests file
from advancedwarehouseoperations.operatorloadbalancing.
#In this moment the modified HQLs are executed#
(0120731)
hgbot   
2020-06-08 12:23   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.operatorloadbalancing
Changeset: 13e718767674835f0769e77aa3400c0049a4ff0f
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Mon Jun 01 11:54:12 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.operatorloadbalancing/rev/13e718767674835f0769e77aa3400c0049a4ff0f [^]

fixes BUG-44243:Applied new HQL Style

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/operatorloadbalancing/ad_process/UserAssignmentsHandler.java
---
(0120732)
dmiguelez   
2020-06-08 12:24   
Code Review + Testing Ok