Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041306 | Openbravo ERP | 09. Financial management | public | 2019-07-06 01:26 | 2019-08-22 14:44 |
|
Reporter | collazoandy4 | |
Assigned To | collazoandy4 | |
Priority | normal | Severity | major | 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 | 0041306: Apply HQL style guide to FIN_Utility |
Description | Apply HQL style guide to FIN_Utility |
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-06 01:26 | collazoandy4 | New Issue | |
2019-07-06 01:26 | collazoandy4 | Assigned To | => Triage Finance |
2019-07-06 01:26 | collazoandy4 | OBNetwork customer | => No |
2019-07-06 01:26 | collazoandy4 | Modules | => Core |
2019-07-06 01:26 | collazoandy4 | Triggers an Emergency Pack | => No |
2019-07-06 01:26 | collazoandy4 | Assigned To | Triage Finance => collazoandy4 |
2019-07-06 01:26 | collazoandy4 | Status | new => scheduled |
2019-07-06 01:31 | collazoandy4 | Relationship added | related to 0041287 |
2019-07-13 14:43 | collazoandy4 | Note Added: 0113341 | |
2019-07-16 18:22 | hgbot | Checkin | |
2019-07-16 18:22 | hgbot | Note Added: 0113449 | |
2019-07-16 18:25 | dmiguelez | Note Added: 0113455 | |
2019-07-16 18:25 | dmiguelez | Status | scheduled => resolved |
2019-07-16 18:25 | dmiguelez | Fixed in Version | => 3.0PR19Q4 |
2019-07-16 18:25 | dmiguelez | Fixed in SCM revision | => https://code.openbravo.com/erp/devel/pi/rev/96f308eeb304 [^] |
2019-07-16 18:25 | dmiguelez | Resolution | open => fixed |
2019-07-16 18:25 | dmiguelez | Review Assigned To | => dmiguelez |
2019-07-16 18:25 | dmiguelez | Note Added: 0113456 | |
2019-07-16 18:25 | dmiguelez | Status | resolved => closed |
2019-07-19 09:45 | hgbot | Checkin | |
2019-07-19 09:45 | hgbot | Note Added: 0113545 | |
2019-08-22 14:44 | hudsonbot | Checkin | |
2019-08-22 14:44 | hudsonbot | Note Added: 0114152 | |
2019-08-22 14:44 | hudsonbot | Checkin | |
2019-08-22 14:44 | hudsonbot | Note Added: 0114167 | |
Notes |
|
(0113341)
|
collazoandy4
|
2019-07-13 14:43
|
|
Test Plan
Go to Sales Invoice and create one record for Alimentos y Supermercados, S.A
Create a new record in Lines tab:
Product: Limonada 0,5L
Invoiced Quantity: 10
Complete the invoice
Go to Payment In and create a new record for same BP
Clic on Add Details and select previous invoice
Clic on Reactivate and check the process ends without error |
|
|
(0113449)
|
hgbot
|
2019-07-16 18:22
|
|
Repository: erp/devel/pi
Changeset: 96f308eeb30495e7c1cefea76f478991c8a334a8
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Tue Jul 16 16:47:48 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/96f308eeb30495e7c1cefea76f478991c8a334a8 [^]
iFixes issue 41306: Apply HQL style guide to FIN_Utility
Applied the new HQL style in FIN_Utility
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
---
|
|
|
|
|
|
|
|
|
(0113545)
|
hgbot
|
2019-07-19 09:45
|
|
Repository: erp/devel/pi
Changeset: 3d6f741849bd42904d4b46bd9f4d59965e32cc24
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Jul 19 09:41:22 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3d6f741849bd42904d4b46bd9f4d59965e32cc24 [^]
Related to Issue 41306. 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/utility/FIN_Utility.java
---
|
|
|
|
|
|
|
|