Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||||||||||||||||
View Issue Details | ||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||||||||
0040560 | Openbravo ERP | 09. Financial management | public | 2019-04-09 20:31 | 2019-05-27 13:54 | |||||||||||||||||||||
Reporter | shuehner | |||||||||||||||||||||||||
Assigned To | nonofrancisco | |||||||||||||||||||||||||
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.0PR19Q3 | ||||||||||||||||||||||||
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 | 0040560: AcctServer.isConveritble is not using bind-parameters | |||||||||||||||||||||||||
Description | 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 + "'"); | |||||||||||||||||||||||||
Steps To Reproduce | - | |||||||||||||||||||||||||
Proposed Solution | ||||||||||||||||||||||||||
Additional Information | ||||||||||||||||||||||||||
Tags | No tags attached. | |||||||||||||||||||||||||
Relationships |
| |||||||||||||||||||||||||
Attached Files | ||||||||||||||||||||||||||
Issue History | ||||||||||||||||||||||||||
Date Modified | Username | Field | Change | |||||||||||||||||||||||
2019-04-09 20:31 | shuehner | New Issue | ||||||||||||||||||||||||
2019-04-09 20:31 | shuehner | Assigned To | => Triage Finance | |||||||||||||||||||||||
2019-04-09 20:31 | shuehner | Modules | => Core | |||||||||||||||||||||||
2019-04-09 20:31 | shuehner | Triggers an Emergency Pack | => No | |||||||||||||||||||||||
2019-04-09 20:32 | shuehner | Relationship added | blocks 0038136 | |||||||||||||||||||||||
2019-04-23 22:11 | nonofrancisco | Status | new => scheduled | |||||||||||||||||||||||
2019-05-03 11:55 | Sandrahuguet | Assigned To | Triage Finance => nonofrancisco | |||||||||||||||||||||||
2019-05-04 19:11 | nonofrancisco | Status | scheduled => acknowledged | |||||||||||||||||||||||
2019-05-04 19:12 | nonofrancisco | Status | acknowledged => scheduled | |||||||||||||||||||||||
2019-05-04 20:12 | nonofrancisco | Note Added: 0111485 | ||||||||||||||||||||||||
2019-05-12 15:59 | nonofrancisco | Status | scheduled => acknowledged | |||||||||||||||||||||||
2019-05-12 16:00 | nonofrancisco | Relationship deleted | depends on 0040778 | |||||||||||||||||||||||
2019-05-12 16:00 | nonofrancisco | Relationship deleted | depends on 0040779 | |||||||||||||||||||||||
2019-05-12 16:00 | nonofrancisco | Relationship deleted | depends on 0040780 | |||||||||||||||||||||||
2019-05-12 16:01 | nonofrancisco | Status | acknowledged => scheduled | |||||||||||||||||||||||
2019-05-23 16:22 | hgbot | Checkin | ||||||||||||||||||||||||
2019-05-23 16:22 | hgbot | Note Added: 0112096 | ||||||||||||||||||||||||
2019-05-23 16:22 | hgbot | Status | scheduled => resolved | |||||||||||||||||||||||
2019-05-23 16:22 | hgbot | Resolution | open => fixed | |||||||||||||||||||||||
2019-05-23 16:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e7d637ae77a1259d8f8f8d132a5a8e182356c7c5 [^] | |||||||||||||||||||||||
2019-05-23 17:30 | Sandrahuguet | Review Assigned To | => Sandrahuguet | |||||||||||||||||||||||
2019-05-23 17:30 | Sandrahuguet | Note Added: 0112103 | ||||||||||||||||||||||||
2019-05-23 17:30 | Sandrahuguet | Status | resolved => closed | |||||||||||||||||||||||
2019-05-23 17:30 | Sandrahuguet | Fixed in Version | => 3.0PR19Q3 | |||||||||||||||||||||||
2019-05-27 13:54 | hudsonbot | Checkin | ||||||||||||||||||||||||
2019-05-27 13:54 | hudsonbot | Note Added: 0112172 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|