Openbravo Issue Tracking System - Modules
View Issue Details
0044158ModulesAdvanced Warehouse Operationspublic2020-05-22 12:012020-06-03 18:12
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0044158: Apply new HQL Style in CheckStorageBinGroupInNonActiveIRA.java
CheckStorageBinGroupInNonActiveIRA.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-22 12:01inigo_lergaNew Issue
2020-05-22 12:01inigo_lergaAssigned To => inigo_lerga
2020-05-22 12:01inigo_lergaRelationship addedrelated to 0041287
2020-05-22 12:02inigo_lergaStatusnew => scheduled
2020-05-22 12:15inigo_lergaNote Added: 0120174
2020-06-03 18:12hgbotCheckin
2020-06-03 18:12hgbotNote Added: 0120626
2020-06-03 18:12hgbotStatusscheduled => resolved
2020-06-03 18:12hgbotResolutionopen => fixed
2020-06-03 18:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/41aebe22b2a216fd67fabf34863e5c7f9b100869 [^]
2020-06-03 18:12hgbotCheckin
2020-06-03 18:12hgbotNote Added: 0120627
2020-06-03 18:12dmiguelezReview Assigned To => dmiguelez
2020-06-03 18:12dmiguelezNote Added: 0120628
2020-06-03 18:12dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0120174)
inigo_lerga   
2020-05-22 12:15   
--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#
(0120626)
hgbot   
2020-06-03 18:12   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 41aebe22b2a216fd67fabf34863e5c7f9b100869
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Fri May 22 12:14:01 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/41aebe22b2a216fd67fabf34863e5c7f9b100869 [^]

fixes BUG-44158:Applied new HQL Style

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/warehouseconfigurationcheck/implementation/CheckStorageBinGroupInNonActiveIRA.java
---
(0120627)
hgbot   
2020-06-03 18:12   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: e4cd50c7c35d6b5b38d5095d8c9f035b60986a95
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed Jun 03 18:12:01 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/e4cd50c7c35d6b5b38d5095d8c9f035b60986a95 [^]

Related to ISSUE-44158. Format changes to improve redability

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/warehouseconfigurationcheck/implementation/CheckStorageBinGroupInNonActiveIRA.java
---
(0120628)
dmiguelez   
2020-06-03 18:12   
Code Review + Testing Ok