Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0043320 | Openbravo ERP | A. Platform | public | 2020-02-25 10:34 | 2020-03-02 18:54 |
|
Reporter | inigo_lerga | |
Assigned To | inigo_lerga | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR20Q2 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0043320: Apply new HQL Style in GeneralAccountingReports.java |
Description | GeneralAccountingReports.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 |
Steps To Reproduce | - |
Proposed Solution | Follow new format as in http://wiki.openbravo.com/wiki/HQL_Coding_Conventions [^] |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0041287 | | acknowledged | Triage Platform Base | Tracking issue: Convert HQL to apply new style |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-02-25 10:34 | inigo_lerga | New Issue | |
2020-02-25 10:34 | inigo_lerga | Assigned To | => inigo_lerga |
2020-02-25 10:34 | inigo_lerga | OBNetwork customer | => No |
2020-02-25 10:34 | inigo_lerga | Modules | => Core |
2020-02-25 10:34 | inigo_lerga | Triggers an Emergency Pack | => No |
2020-02-25 10:34 | inigo_lerga | Relationship added | related to 0041287 |
2020-02-25 10:35 | inigo_lerga | Status | new => scheduled |
2020-02-25 13:34 | inigo_lerga | Note Added: 0118094 | |
2020-03-02 18:53 | hgbot | Checkin | |
2020-03-02 18:53 | hgbot | Note Added: 0118273 | |
2020-03-02 18:53 | hgbot | Status | scheduled => resolved |
2020-03-02 18:53 | hgbot | Resolution | open => fixed |
2020-03-02 18:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/78a01293cd69f019a0f3bca6bbb0b3be2b95e99a [^] |
2020-03-02 18:53 | hgbot | Checkin | |
2020-03-02 18:53 | hgbot | Note Added: 0118274 | |
2020-03-02 18:53 | hgbot | Checkin | |
2020-03-02 18:53 | hgbot | Note Added: 0118275 | |
2020-03-02 18:53 | hgbot | Checkin | |
2020-03-02 18:53 | hgbot | Note Added: 0118276 | |
2020-03-02 18:53 | hgbot | Checkin | |
2020-03-02 18:53 | hgbot | Note Added: 0118277 | |
2020-03-02 18:54 | dmiguelez | Review Assigned To | => dmiguelez |
2020-03-02 18:54 | dmiguelez | Note Added: 0118278 | |
2020-03-02 18:54 | dmiguelez | Status | resolved => closed |
2020-03-02 18:54 | dmiguelez | Fixed in Version | => 3.0PR20Q2 |
Notes |
|
(0118094)
|
inigo_lerga
|
2020-02-25 13:34
|
|
--Test Plan Mantis HQL queries--
As the F&B International Group Admin role:
- Go to the Balance sheet and P&L structure window
Select "F&B España, S.A. US/A/Euro" as General Ledger.
Select "Balance de Situación" as Accounting Report.
#In this moment one of the modified HQLs is executed#
Select "F&B International Group" as Organization and "Heading"
as Acount Level.
Select "2011 (Calendario España)" as Year and "2018
(Calendario España)" as Reference Year.
Press the PDF Format button.
#In this moment two of the modified HQLs are executed# |
|
|
(0118273)
|
hgbot
|
2020-03-02 18:53
|
|
|
|
(0118274)
|
hgbot
|
2020-03-02 18:53
|
|
Repository: erp/devel/pi
Changeset: 5074d9bfb8e7cbdaaafda3fb82496354d3acb9aa
Author: Iñigo Lerga <inigo.lerga <at> openbravo.com>
Date: Tue Feb 25 16:17:19 2020 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/5074d9bfb8e7cbdaaafda3fb82496354d3acb9aa [^]
related to ISSUE-43320: Applied Sonarlint suggestions and more
-Finals added
-Sonarlint suggestions applied
-Pieces of code refactores do be more legible.
---
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
---
|
|
|
(0118275)
|
hgbot
|
2020-03-02 18:53
|
|
|
|
(0118276)
|
hgbot
|
2020-03-02 18:53
|
|
|
|
(0118277)
|
hgbot
|
2020-03-02 18:53
|
|
Repository: erp/devel/pi
Changeset: c8824eb6e7898b9110d0654a414e160070127b73
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Mar 02 18:16:55 2020 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/c8824eb6e7898b9110d0654a414e160070127b73 [^]
Related to ISSUE-43320. Code Review Changes:
* Revert refactor that extracted code into method as it was
mixing logic between methods.
---
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
---
|
|
|
|
|