Openbravo Issue Tracking System - Modules
View Issue Details
0044160ModulesAdvanced Warehouse Operationspublic2020-05-22 12:582020-06-04 15:33
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0044160: Apply new HQL Style in CheckStorageBinsInIRAWithoutCapacity.java
CheckStorageBinsInIRAWithoutCapacity.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:58inigo_lergaNew Issue
2020-05-22 12:58inigo_lergaAssigned To => inigo_lerga
2020-05-22 12:58inigo_lergaRelationship addedrelated to 0041287
2020-05-22 12:58inigo_lergaStatusnew => scheduled
2020-05-22 13:36inigo_lergaNote Added: 0120182
2020-06-04 15:32hgbotCheckin
2020-06-04 15:32hgbotNote Added: 0120659
2020-06-04 15:32hgbotStatusscheduled => resolved
2020-06-04 15:32hgbotResolutionopen => fixed
2020-06-04 15:32hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/5492e654de36dee83bd524263a9ccf4a310f5572 [^]
2020-06-04 15:32hgbotCheckin
2020-06-04 15:32hgbotNote Added: 0120660
2020-06-04 15:33dmiguelezReview Assigned To => dmiguelez
2020-06-04 15:33dmiguelezNote Added: 0120661
2020-06-04 15:33dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0120182)
inigo_lerga   
2020-05-22 13:36   
--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#
(0120659)
hgbot   
2020-06-04 15:32   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 5492e654de36dee83bd524263a9ccf4a310f5572
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Fri May 22 13:16:31 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/5492e654de36dee83bd524263a9ccf4a310f5572 [^]

fixes BUG-44160:Applied new HQL Style

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/warehouseconfigurationcheck/implementation/CheckStorageBinsInIRAWithoutCapacity.java
---
(0120660)
hgbot   
2020-06-04 15:32   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 0aac58fc897ee4a5ebed468937a2f1d1019af771
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Thu Jun 04 15:32:29 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/0aac58fc897ee4a5ebed468937a2f1d1019af771 [^]

Related to ISSUE-44160. Format changes to improve redability

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/warehouseconfigurationcheck/implementation/CheckStorageBinsInIRAWithoutCapacity.java
---
(0120661)
dmiguelez   
2020-06-04 15:33   
Code Review + Testing Ok