Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041372 | Openbravo ERP | 09. Financial management | public | 2019-07-17 06:44 | 2019-08-22 14:44 |
|
Reporter | collazoandy4 | |
Assigned To | Triage Omni OMS | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q4 | |
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 | 0041372: Apply HQL style guide to AdvPaymentMngtDao |
Description | Apply HQL style guide to AdvPaymentMngtDao |
Steps To Reproduce | - |
Proposed Solution | |
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 |
2019-07-17 06:44 | collazoandy4 | New Issue | |
2019-07-17 06:44 | collazoandy4 | Assigned To | => Triage Finance |
2019-07-17 06:44 | collazoandy4 | OBNetwork customer | => No |
2019-07-17 06:44 | collazoandy4 | Modules | => Core |
2019-07-17 06:44 | collazoandy4 | Triggers an Emergency Pack | => No |
2019-07-17 06:52 | collazoandy4 | Relationship added | related to 0041287 |
2019-07-17 06:52 | collazoandy4 | Status | new => scheduled |
2019-07-18 06:40 | collazoandy4 | Note Added: 0113490 | |
2019-07-18 17:20 | hgbot | Checkin | |
2019-07-18 17:20 | hgbot | Note Added: 0113531 | |
2019-07-18 17:20 | hgbot | Status | scheduled => resolved |
2019-07-18 17:20 | hgbot | Resolution | open => fixed |
2019-07-18 17:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/42f5b8fbba599240a41d60d47d5cbf363cd2cdfc [^] |
2019-07-18 17:21 | dmiguelez | Review Assigned To | => dmiguelez |
2019-07-18 17:21 | dmiguelez | Note Added: 0113534 | |
2019-07-18 17:21 | dmiguelez | Status | resolved => closed |
2019-07-18 17:21 | dmiguelez | Fixed in Version | => 3.0PR19Q4 |
2019-07-19 09:45 | hgbot | Checkin | |
2019-07-19 09:45 | hgbot | Note Added: 0113547 | |
2019-08-22 14:44 | hudsonbot | Checkin | |
2019-08-22 14:44 | hudsonbot | Note Added: 0114162 | |
2019-08-22 14:44 | hudsonbot | Checkin | |
2019-08-22 14:44 | hudsonbot | Note Added: 0114169 | |
Notes |
|
(0113490)
|
collazoandy4
|
2019-07-18 06:40
|
|
Test Plan
Void a non paid invoice
Go to Payment Proposal window and create a new record
Clic on Select Expected Payments and select one record
Clic on Generate Payment and check the process ends without error |
|
|
(0113531)
|
hgbot
|
2019-07-18 17:20
|
|
Repository: erp/devel/pi
Changeset: 42f5b8fbba599240a41d60d47d5cbf363cd2cdfc
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Thu Jul 18 16:31:24 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/42f5b8fbba599240a41d60d47d5cbf363cd2cdfc [^]
Fixes issue 41372: Apply HQL style guide to AdvPaymentMngtDao
Applied the new HQL style in AdvPaymentMngtDao
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
---
|
|
|
|
|
|
(0113547)
|
hgbot
|
2019-07-19 09:45
|
|
Repository: erp/devel/pi
Changeset: 98f6173cee75b697a561d8fc1fb6c202fe180a6e
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Jul 19 09:45:00 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/98f6173cee75b697a561d8fc1fb6c202fe180a6e [^]
Related to Issue 41372. Removed unnecessary .toString() calls.
If the variable is already a String it is not necessary to
call to the .toString() method.
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
---
|
|
|
|
|
|
|
|