Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0043417Openbravo ERPA. Platformpublic2020-03-04 14:492020-03-11 16:49
inigo_lerga 
inigo_lerga 
normalminorhave not tried
closedfixed 
5
 
3.0PR20Q2 
dmiguelez
No
Core
No
0043417: Apply new HQL Style in ResetAccounting.java
ResetAccounting.java has three 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 Tracking issue: Convert HQL to apply new style 
Issue History
2020-03-04 14:49inigo_lergaNew Issue
2020-03-04 14:49inigo_lergaAssigned To => inigo_lerga
2020-03-04 14:49inigo_lergaOBNetwork customer => No
2020-03-04 14:49inigo_lergaModules => Core
2020-03-04 14:49inigo_lergaTriggers an Emergency Pack => No
2020-03-04 14:49inigo_lergaRelationship addedrelated to 0041287
2020-03-04 14:49inigo_lergaStatusnew => scheduled
2020-03-06 14:44inigo_lergaNote Added: 0118399
2020-03-11 16:49hgbotCheckin
2020-03-11 16:49hgbotNote Added: 0118520
2020-03-11 16:49hgbotStatusscheduled => resolved
2020-03-11 16:49hgbotResolutionopen => fixed
2020-03-11 16:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/abc3e0063001f917fb99dd501b9f5f93b827a523 [^]
2020-03-11 16:49hgbotCheckin
2020-03-11 16:49hgbotNote Added: 0118521
2020-03-11 16:49hgbotCheckin
2020-03-11 16:49hgbotNote Added: 0118522
2020-03-11 16:49dmiguelezReview Assigned To => dmiguelez
2020-03-11 16:49dmiguelezNote Added: 0118523
2020-03-11 16:49dmiguelezStatusresolved => closed
2020-03-11 16:49dmiguelezFixed in Version => 3.0PR20Q2

Notes
(0118399)
inigo_lerga   
2020-03-06 14:44   
--Test Plan Mantis HQL queries--
For this query to get executed, Execute the PostDocumentTest.java JUnit tests.
#In this moment some of the modified HQLs are executed#

As the F&B International Group Admin role:
  - Go to the Reset Accounting window and select
    "F&B International Group" as Client and
    "*" as Organization.
    Leave the rest of fields as default.
    Press the Done button.

  #In this moment some of the modified HQLs are executed#

  - Go to the Reset Accounting window and select
    "F&B International Group" as Client,
    "*" as Organization,
    All tables in the Table selector,
    "06-03-2017" as Starting Date and
    Today as Ending Day
    Check the Delete existing Accounting Entries checkbox.
    Press the Done button.

    #In this moment some of the modified HQLs are executed#

  - Go to the Reset Accounting window and select
    "F&B International Group" as Client and
    "F&B España, S.A" as Organization.
    Leave the rest of fields as default.
    Check the Delete existing Accounting Entries checkbox.
    Press the Done button.

  #In this moment some of the modified HQLs are executed#
(0118520)
hgbot   
2020-03-11 16:49   
Repository: erp/devel/pi
Changeset: abc3e0063001f917fb99dd501b9f5f93b827a523
Author: Iñigo Lerga <inigo.lerga <at> openbravo.com>
Date: Fri Mar 06 13:04:37 2020 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/abc3e0063001f917fb99dd501b9f5f93b827a523 [^]

fixes BUG-43417:Applied new HQL Style

-HQL style updated
-Identical queries with small differences
 refactored
-Variables' names changed to be show
 they're ids
-Ids used in queries instead of objects

---
M src/org/openbravo/financial/ResetAccounting.java
---
(0118521)
hgbot   
2020-03-11 16:49   
Repository: erp/devel/pi
Changeset: 8e6a374295922a868d474056b381f520d5e51284
Author: Iñigo Lerga <inigo.lerga <at> openbravo.com>
Date: Fri Mar 06 14:47:05 2020 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8e6a374295922a868d474056b381f520d5e51284 [^]

related to ISSUE-43417: Applied Sonarlint suggestions and more

-Finals added
-Sonarlint suggestions applied
-Small refactor in the position of variables' declaration.

---
M src/org/openbravo/financial/ResetAccounting.java
---
(0118522)
hgbot   
2020-03-11 16:49   
Repository: erp/devel/pi
Changeset: df56331ced8a5530335b5d6f02b7fc663e232b38
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed Mar 11 16:48:49 2020 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/df56331ced8a5530335b5d6f02b7fc663e232b38 [^]

Related to ISSUE-43417. Code Review changes:

* Added missing exception as it was an API change
* Created two methods to use instead of sending a boolean parameter
* Changed upate method, in this case, having two sepparate queries
  makes it more redable
* Set parameter only once

---
M src/org/openbravo/financial/ResetAccounting.java
---
(0118523)
dmiguelez   
2020-03-11 16:49   
Code Review + Testing Ok