Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041245 | Openbravo ERP | 09. Financial management | public | 2019-07-02 16:28 | 2019-08-25 06:50 |
|
Reporter | shuehner | |
Assigned To | collazoandy4 | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR19Q4 | Fixed in Version | 3.0PR19Q4 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
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 | 0041245: DocFINReconciliation.createFact is not using bind-params |
Description | Several HQL in this method are not using bind-params.
When fixing please apply new HQL-style to all HQL in this file. |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0041436 | | closed | collazoandy4 | Apply HQL style guide to DocFINReconciliation | blocks | design defect | 0038136 | | acknowledged | Triage Platform Base | Tracking issue: Find & Fix queries not using bind-params but embedding values into query string |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-07-02 16:28 | shuehner | New Issue | |
2019-07-02 16:28 | shuehner | Assigned To | => Triage Finance |
2019-07-02 16:28 | shuehner | Modules | => Core |
2019-07-02 16:28 | shuehner | Triggers an Emergency Pack | => No |
2019-07-02 16:28 | shuehner | Relationship added | blocks 0038136 |
2019-07-04 12:16 | shuehner | Target Version | => 3.0PR19Q4 |
2019-07-23 16:17 | collazoandy4 | Status | new => scheduled |
2019-07-23 16:17 | collazoandy4 | Assigned To | Triage Finance => collazoandy4 |
2019-07-24 19:41 | collazoandy4 | Note Added: 0113631 | |
2019-08-22 14:13 | Sandrahuguet | Relationship added | related to 0041436 |
2019-08-22 14:29 | hgbot | Checkin | |
2019-08-22 14:29 | hgbot | Note Added: 0114127 | |
2019-08-22 14:29 | hgbot | Status | scheduled => resolved |
2019-08-22 14:29 | hgbot | Resolution | open => fixed |
2019-08-22 14:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/63a0a24cf4ba1907b12b00765422c4b5c4a4b4fc [^] |
2019-08-22 14:29 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-08-22 14:29 | Sandrahuguet | Note Added: 0114128 | |
2019-08-22 14:29 | Sandrahuguet | Status | resolved => closed |
2019-08-22 14:29 | Sandrahuguet | Fixed in Version | => 3.0PR19Q4 |
2019-08-25 06:50 | hudsonbot | Checkin | |
2019-08-25 06:50 | hudsonbot | Note Added: 0114260 | |
Notes |
|
(0113631)
|
collazoandy4
|
2019-07-24 19:41
|
|
Test Plan
Go to Financial Account and select Caja record
In Account Configuration tab fill out the Cleared Payment Account field for both General Ledger records
Create a new Sales Invoice for Alimentos y Supermercados, S.A BP, Total amount: 100, Payment Method: Al contado
Complete and Pay the invoice
Create a new Purchase for Bebidas Alegres, S.L. BP, Total amount: 100, Payment Method: Al contado
Complete and Pay the invoice
Go to Financial Account and select Caja record
Create a new reconciliation for the previous transactions created by the invoice
Post the reconciliation and check the process ends without error |
|
|
(0114127)
|
hgbot
|
2019-08-22 14:29
|
|
Repository: erp/devel/pi
Changeset: 63a0a24cf4ba1907b12b00765422c4b5c4a4b4fc
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Wed Jul 24 11:34:27 2019 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/63a0a24cf4ba1907b12b00765422c4b5c4a4b4fc [^]
Fixed issue 41245: DocFINReconciliation.createFact is not using bind-params
Added missing bind-params
---
M src/org/openbravo/erpCommon/ad_forms/DocFINReconciliation.java
---
|
|
|
|
|
|
|
|