Openbravo Issue Tracking System - Modules
View Issue Details
0044248ModulesAdvanced Warehouse Operationspublic2020-06-01 13:282020-06-08 12:49
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0044248: Apply new HQL Style in ProcessDistributionOrderIssue.java
ProcessDistributionOrderIssue.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 13:28inigo_lergaNew Issue
2020-06-01 13:28inigo_lergaAssigned To => inigo_lerga
2020-06-01 13:28inigo_lergaRelationship addedrelated to 0041287
2020-06-01 13:28inigo_lergaStatusnew => scheduled
2020-06-02 11:58inigo_lergaNote Added: 0120537
2020-06-08 12:48hgbotCheckin
2020-06-08 12:48hgbotNote Added: 0120735
2020-06-08 12:48hgbotStatusscheduled => resolved
2020-06-08 12:48hgbotResolutionopen => fixed
2020-06-08 12:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.testingutils/rev/110b4d0de0d893f85acf310ea421ef431c4c8691 [^]
2020-06-08 12:49dmiguelezReview Assigned To => dmiguelez
2020-06-08 12:49dmiguelezNote Added: 0120736
2020-06-08 12:49dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0120537)
inigo_lerga   
2020-06-02 11:58   
-- Test Plan Mantis --
Fix cannot be executed. It will be tested in AWO jobs in AWO FE tests.
(0120735)
hgbot   
2020-06-08 12:48   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.testingutils
Changeset: 110b4d0de0d893f85acf310ea421ef431c4c8691
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Mon Jun 01 14:12:26 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.testingutils/rev/110b4d0de0d893f85acf310ea421ef431c4c8691 [^]

fixes BUG-44248:Applied new HQL Style

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/testingutils/ProcessDistributionOrderIssue.java
---
(0120736)
dmiguelez   
2020-06-08 12:49   
Code Review + Testing Ok