Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0042854 | Openbravo ERP | A. Platform | public | 2020-01-14 13:53 | 2020-01-20 17:42 |
|
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 | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0042854: Apply new HQL Style in CreateLinesFromUtil.java |
Description | CreateLinesFromUtil.java has one HQL query with:
- the HQL is hard to read because of formatting |
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-01-14 13:53 | inigo_lerga | New Issue | |
2020-01-14 13:53 | inigo_lerga | Assigned To | => inigo_lerga |
2020-01-14 13:53 | inigo_lerga | Modules | => Core |
2020-01-14 13:53 | inigo_lerga | Triggers an Emergency Pack | => No |
2020-01-14 13:55 | inigo_lerga | Relationship added | related to 0041287 |
2020-01-15 08:28 | inigo_lerga | Status | new => scheduled |
2020-01-15 09:25 | inigo_lerga | Note Added: 0116881 | |
2020-01-20 17:41 | dmiguelez | Note Added: 0117087 | |
2020-01-20 17:42 | hgbot | Checkin | |
2020-01-20 17:42 | hgbot | Note Added: 0117088 | |
2020-01-20 17:42 | hgbot | Status | scheduled => resolved |
2020-01-20 17:42 | hgbot | Resolution | open => fixed |
2020-01-20 17:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/490bb3f0f54b1f2ebd7ec6f95f2e81a49af5001a [^] |
2020-01-20 17:42 | hgbot | Checkin | |
2020-01-20 17:42 | hgbot | Note Added: 0117089 | |
2020-01-20 17:42 | hgbot | Checkin | |
2020-01-20 17:42 | hgbot | Note Added: 0117090 | |
2020-01-20 17:42 | dmiguelez | Review Assigned To | => dmiguelez |
2020-01-20 17:42 | dmiguelez | Note Added: 0117092 | |
2020-01-20 17:42 | dmiguelez | Status | resolved => closed |
2020-01-20 17:42 | dmiguelez | Fixed in Version | => 3.0PR20Q2 |
Notes |
|
(0116881)
|
inigo_lerga
|
2020-01-15 09:25
|
|
Test Plan Mantis:
As the F&B International Group Admin role:
- Go to the Sales Order window and create
a new record with "Alimentos y Supermercados, S.A"
as Business Partner, and Invoice Terms field as
"Immediate".
- Go to the Lines Tab and create a new record with
"Cerveza Ale 0,5L" product with 70 in the
Ordered Quantity field.
- Press the Book button and then OK button in the
popup window.
- Go to the Create Shipment from Orders window
and select the previously created Sales Order.
Click in the Process button.
- Go to the Sales Invoice window and create a new
record with "Alimentos y Supermercados, S.A" as
Business Partner. Then press the Create Lines
From Order button and select all the lines from
the Sales Order previously created. Press the
Done button.
#In this moment the modified HQL is executed# |
|
|
|
Test plan II.
Follow same test plan with Purchase flow
Purchase Order - Goods Receipt - Purchase Invoice
Any Business Partner and any Product |
|
|
(0117088)
|
hgbot
|
2020-01-20 17:42
|
|
|
|
(0117089)
|
hgbot
|
2020-01-20 17:42
|
|
|
|
(0117090)
|
hgbot
|
2020-01-20 17:42
|
|
Repository: erp/devel/pi
Changeset: 60e8ef55b74402a02e388ab81d16b4b7bd87b494
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Jan 20 17:41:49 2020 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/60e8ef55b74402a02e388ab81d16b4b7bd87b494 [^]
Related to ISSUE-42854: Code Review changes:
* Do not use Boolean.TRUE, keep old comparison as the code
is more redable
---
M src/org/openbravo/common/actionhandler/createlinesfromprocess/CreateLinesFromUtil.java
---
|
|
|
|
|