Openbravo Issue Tracking System - Modules
View Issue Details
0044029ModulesAdvanced Warehouse Operationspublic2020-05-11 16:382020-05-21 13:38
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
 
dmiguelez
0044029: Apply new HQL Style in BoxGeneratorProcessor.java
BoxGeneratorProcessor.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-11 16:38inigo_lergaNew Issue
2020-05-11 16:38inigo_lergaAssigned To => inigo_lerga
2020-05-11 16:39inigo_lergaRelationship addedrelated to 0041287
2020-05-11 16:39inigo_lergaStatusnew => scheduled
2020-05-20 10:02inigo_lergaNote Added: 0120085
2020-05-21 13:36hgbotCheckin
2020-05-21 13:36hgbotNote Added: 0120132
2020-05-21 13:36hgbotStatusscheduled => resolved
2020-05-21 13:36hgbotResolutionopen => fixed
2020-05-21 13:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/dbd19962229326e460318069e441c39d41909a36 [^]
2020-05-21 13:36hgbotCheckin
2020-05-21 13:36hgbotNote Added: 0120133
2020-05-21 13:38dmiguelezReview Assigned To => dmiguelez
2020-05-21 13:38dmiguelezNote Added: 0120134
2020-05-21 13:38dmiguelezStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0120085)
inigo_lerga   
2020-05-20 10:02   
--Test Plan Mantis HQL--
Beforehand, the environment needs to have AWO modules
installed and working.

As the AWO_US_W user in AWO Front End:
  - Press the Box button and Create New Refence.
    Set any Reference number desired and Big Box
    as Reference Type.
    Press Create & Box.
  - Press the Add button in and search for "SHP301".
    Select Bucanero Beer.
    Set "SHP301" as Bin.
    Press Confirm.
#In this moment two of the modified HQLs are executed#
(0120132)
hgbot   
2020-05-21 13:36   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: dbd19962229326e460318069e441c39d41909a36
Author: IƱigo Lerga <inigo.lerga <at> openbravo.com>
Date: Wed May 20 09:59:08 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/dbd19962229326e460318069e441c39d41909a36 [^]

fixes BUG-44029:Applied new HQL Style

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/processors/BoxGeneratorProcessor.java
---
(0120133)
hgbot   
2020-05-21 13:36   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 933ea22f2a0b328d0c61f849f0b8a1e90cf47545
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Thu May 21 13:36:46 2020 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/933ea22f2a0b328d0c61f849f0b8a1e90cf47545 [^]

Related to ISSUE-44029. Remove commented code

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/processors/BoxGeneratorProcessor.java
---
(0120134)
dmiguelez   
2020-05-21 13:38   
Code Review + Testing Ok