Openbravo Issue Tracking System - Modules
View Issue Details
0044150ModulesAdvanced Warehouse Operationspublic2020-05-22 10:032020-06-03 17:02
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0044150: Apply new HQL Style in CheckIRAWithoutStorageBinGroupOrStorageBin.java
CheckIRAWithoutStorageBinGroupOrStorageBin.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 10:03inigo_lergaNew Issue
2020-05-22 10:03inigo_lergaAssigned To => inigo_lerga
2020-05-22 10:04inigo_lergaRelationship addedrelated to 0041287
2020-05-22 10:04inigo_lergaStatusnew => scheduled
2020-05-22 10:30inigo_lergaNote Added: 0120164
2020-06-03 17:02hgbotCheckin
2020-06-03 17:02hgbotNote Added: 0120608
2020-06-03 17:02hgbotStatusscheduled => resolved
2020-06-03 17:02hgbotResolutionopen => fixed
2020-06-03 17:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/4b6ec17d7a160ccf2d4e003213407420a7bfb9cf [^]
2020-06-03 17:02hgbotCheckin
2020-06-03 17:02hgbotNote Added: 0120609
2020-06-03 17:02dmiguelezReview Assigned To => dmiguelez
2020-06-03 17:02dmiguelezNote Added: 0120610
2020-06-03 17:02dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0120164)
inigo_lerga   
2020-05-22 10:30   
--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#
(0120608)
hgbot   
2020-06-03 17:02   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 4b6ec17d7a160ccf2d4e003213407420a7bfb9cf
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Fri May 22 10:30:22 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/4b6ec17d7a160ccf2d4e003213407420a7bfb9cf [^]

fixes BUG-44150:Applied new HQL Style

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

Related to ISSUE-44150. Format changes to improve redability

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/warehouseconfigurationcheck/implementation/CheckIRAWithoutStorageBinGroupOrStorageBin.java
---
(0120610)
dmiguelez   
2020-06-03 17:02   
Code Review + Testing Ok