Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0041713 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| backport | [Openbravo ERP] 09. Financial management | major | always | 2019-08-28 13:33 | 2019-09-04 11:09 | |||
| Reporter | Sandrahuguet | View Status | public | |||||
| Assigned To | Triage Omni OMS | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR19Q2.3 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | e600ee120239 | ||||
| Projection | none | ETA | none | Target Version | 3.0PR19Q2.3 | |||
| OS | Linux 64 bit | Database | PostgreSQL | Java version | 7.x | |||
| OS Version | Openbravo Appliance 14.04 | Database version | 9.3.x | Ant version | 1.9.x | |||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | Sandrahuguet | |||||||
| 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 | 0041713: Subquery in getDocumentNo in ReportGeneralLedgerJournal is not using bind-params | |||||||
| Description | Subquery in getDocumentNo in ReportGeneralLedgerJournal is not using bind-params final String existsSubQuery = "( select 1 " + " from " + tablename + " dt " + " where f.record_id = dt." + tablename + "_id" + " and dt.documentno = '" + documentNo + "' )"; | |||||||
| Steps To Reproduce | Test Plan Go to Journal Entries Report and set: Organization: Region Norte General Ledger: F&B España From: 01-07-2018 To: 24-07-2019 From Account: (43000) Clientes (euros) a corto plazo To Account: (47700) Hacienda Pública IVA repercutido Document: AR Invoice DocumentNo: 1000259 | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||
|
||||||||
Notes |
|
|
(0114392) hgbot (developer) 2019-09-04 11:06 |
Repository: erp/backports/3.0PR19Q2.3 Changeset: e600ee120239c80f34d28fd3b25c0f0404605f73 Author: Armaignac <collazoandy4 <at> gmail.com> Date: Wed Sep 04 01:30:40 2019 -0400 URL: http://code.openbravo.com/erp/backports/3.0PR19Q2.3/rev/e600ee120239c80f34d28fd3b25c0f0404605f73 [^] Fixes issue 41713: Subquery in getDocumentNo in ReportGeneralLedgerJournal is not using bind-params Added the missing bind-params Now all documents id with the same documentNo is used to filter the accounting records --- M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal_data.xsql --- |
|
(0114396) Sandrahuguet (viewer) 2019-09-04 11:09 |
code review + testing ok |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2019-08-28 13:40 | Sandrahuguet | Type | defect => backport |
| 2019-08-28 13:40 | Sandrahuguet | Target Version | => 3.0PR19Q2.3 |
| 2019-09-04 11:06 | hgbot | Checkin | |
| 2019-09-04 11:06 | hgbot | Note Added: 0114392 | |
| 2019-09-04 11:06 | hgbot | Status | scheduled => resolved |
| 2019-09-04 11:06 | hgbot | Resolution | open => fixed |
| 2019-09-04 11:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR19Q2.3/rev/e600ee120239c80f34d28fd3b25c0f0404605f73 [^] |
| 2019-09-04 11:09 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
| 2019-09-04 11:09 | Sandrahuguet | Note Added: 0114396 | |
| 2019-09-04 11:09 | Sandrahuguet | Status | resolved => closed |
| 2019-09-04 11:09 | Sandrahuguet | Fixed in Version | => 3.0PR19Q2.3 |
| Copyright © 2000 - 2009 MantisBT Group |