Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0040560Openbravo ERP09. Financial managementpublic2019-04-09 20:312019-05-27 13:54
shuehner 
nonofrancisco 
normalminorhave not tried
closedfixed 
5
 
3.0PR19Q3 
Sandrahuguet
Core
No
0040560: AcctServer.isConveritble is not using bind-parameters
4 cases in this methods are not using bind-parameters


          conversionQuery = OBDal.getInstance()
              .createQuery(ConversionRateDoc.class, "invoice = '" + Record_ID + "' and currency='"
                  + currency + "' and toCurrency='" + acctSchema.m_C_Currency_ID + "'");
        } else if (AD_Table_ID.equals(TABLEID_Payment)) {
          conversionQuery = OBDal.getInstance()
              .createQuery(ConversionRateDoc.class, "payment = '" + Record_ID + "' and currency='"
                  + currency + "' and toCurrency='" + acctSchema.m_C_Currency_ID + "'");
        } else if (AD_Table_ID.equals(TABLEID_Transaction)) {
          conversionQuery = OBDal.getInstance()
              .createQuery(ConversionRateDoc.class,
                  "financialAccountTransaction = '" + Record_ID + "' and currency='" + currency
                      + "' and toCurrency='" + acctSchema.m_C_Currency_ID + "'");
        } else if (AD_Table_ID.equals(TABLEID_GLJournal)) {
          conversionQuery = OBDal.getInstance()
              .createQuery(ConversionRateDoc.class,
                  "journalEntry = '" + Record_ID + "' and currency='" + currency
                      + "' and toCurrency='" + acctSchema.m_C_Currency_ID + "'");
-
No tags attached.
depends on backport 00408483.0PR19Q2.1 closed nonofrancisco AcctServer.isConveritble is not using bind-parameters 
depends on backport 00408493.0PR19Q1.2 closed nonofrancisco AcctServer.isConveritble is not using bind-parameters 
blocks design defect 0038136 acknowledged Triage Platform Base Tracking issue: Find & Fix queries not using bind-params but embedding values into query string 
Issue History
2019-04-09 20:31shuehnerNew Issue
2019-04-09 20:31shuehnerAssigned To => Triage Finance
2019-04-09 20:31shuehnerModules => Core
2019-04-09 20:31shuehnerTriggers an Emergency Pack => No
2019-04-09 20:32shuehnerRelationship addedblocks 0038136
2019-04-23 22:11nonofranciscoStatusnew => scheduled
2019-05-03 11:55SandrahuguetAssigned ToTriage Finance => nonofrancisco
2019-05-04 19:11nonofranciscoStatusscheduled => acknowledged
2019-05-04 19:12nonofranciscoStatusacknowledged => scheduled
2019-05-04 20:12nonofranciscoNote Added: 0111485
2019-05-12 15:59nonofranciscoStatusscheduled => acknowledged
2019-05-12 16:00nonofranciscoRelationship deleteddepends on 0040778
2019-05-12 16:00nonofranciscoRelationship deleteddepends on 0040779
2019-05-12 16:00nonofranciscoRelationship deleteddepends on 0040780
2019-05-12 16:01nonofranciscoStatusacknowledged => scheduled
2019-05-23 16:22hgbotCheckin
2019-05-23 16:22hgbotNote Added: 0112096
2019-05-23 16:22hgbotStatusscheduled => resolved
2019-05-23 16:22hgbotResolutionopen => fixed
2019-05-23 16:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e7d637ae77a1259d8f8f8d132a5a8e182356c7c5 [^]
2019-05-23 17:30SandrahuguetReview Assigned To => Sandrahuguet
2019-05-23 17:30SandrahuguetNote Added: 0112103
2019-05-23 17:30SandrahuguetStatusresolved => closed
2019-05-23 17:30SandrahuguetFixed in Version => 3.0PR19Q3
2019-05-27 13:54hudsonbotCheckin
2019-05-27 13:54hudsonbotNote Added: 0112172

Notes
(0111485)
nonofrancisco   
2019-05-04 20:12   
Test Plan

Open Financial Account window
Select Cuenta de Banco
Open Payment Methods tab
Select Transferencia
  Upon Receipt Use = Deposited Payment Account

Logged as F&B International Group Admin
Open Sales Invoice window
Create a new Sales invoice with a line of product
Complete the document
Post the document
Verify the process completes successfully
Click on Add Payment button
Generate payment for the full amount

Open Payment In window
Select the previously created payment
Post the document
Verify the process completes successfully

Open G/L Journal window
Create a new record
Create a new Header
  Organization: F&B España - Región Norte
  Currency: USD
Create a line
  Account: 57200
  Credit: 100
Create a line
  Account: 43000
  Debit: 10
Complete the document
Post the document
Verify the process completes successfully
(0112096)
hgbot   
2019-05-23 16:22   
Repository: erp/devel/pi
Changeset: e7d637ae77a1259d8f8f8d132a5a8e182356c7c5
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Mon Apr 22 15:49:11 2019 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/e7d637ae77a1259d8f8f8d132a5a8e182356c7c5 [^]

Fixes issue 40560: Uses bind parameters in query

When creating the query to get exchange rates by documents, instead of use
string concatenation, bind parameters are uses.

---
M src/org/openbravo/erpCommon/ad_forms/AcctServer.java
---
(0112103)
Sandrahuguet   
2019-05-23 17:30   
code review + testing ok
(0112172)
hudsonbot   
2019-05-27 13:54   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/bdad8ace6f89 [^]
Maturity status: Test