Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027745 | Openbravo ERP | 09. Financial management | public | 2014-10-02 17:48 | 2015-03-24 17:42 |
|
Reporter | eduardo_Argal | |
Assigned To | eduardo_Argal | |
Priority | immediate | Severity | critical | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q3 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | gorkaion |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - QA Approved |
Regression date | 2014-05-30 |
Regression introduced in release | 3.0PR14Q3 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/diff/138b5b704cb6/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/APRMApplicationInitializer.java [^] |
Triggers an Emergency Pack | No |
|
Summary | 0027745: Add Payment fails using Oracle versions: 11.1 y 10 |
Description | Declared function (hqlagg - inside APRMApplicationInitializer) in hibernate is wrong. It is missing a parenthesis which makes the query crash after being translated |
Steps To Reproduce | Create a new purchase invoice
create a line selecting any product and a price different than zero
process invoice
Click on Add Payment button and realize the grid is never loaded while created invoice should be present
ERROR org.openbravo.service.datasource.DataSourceServlet - could not execute query
org.hibernate.exception.SQLGrammarException: could not execute queryERROR org.hibernate.util.JDBCExceptionReporter - ORA-00907: falta el paréntesis derecho |
Proposed Solution | Fix getAggregationSQL inside APRMApplicationInitializer and add missing parenthesis.
Review fix attached |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0029391 | | closed | Sandrahuguet | Add Payment refactor project |
|
Attached Files | APRMApplicationInitializer.diff (833) 2014-10-02 17:48 https://issues.openbravo.com/file_download.php?file_id=7296&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-02 17:48 | eduardo_Argal | New Issue | |
2014-10-02 17:48 | eduardo_Argal | Assigned To | => gorkaion |
2014-10-02 17:48 | eduardo_Argal | File Added: APRMApplicationInitializer.diff | |
2014-10-02 17:48 | eduardo_Argal | Modules | => Core |
2014-10-02 17:48 | eduardo_Argal | Regression level | => Production - QA Approved |
2014-10-02 17:48 | eduardo_Argal | Regression date | => 2014-05-30 |
2014-10-02 17:48 | eduardo_Argal | Regression introduced in release | => 3.0PR14Q3 |
2014-10-02 17:48 | eduardo_Argal | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/diff/138b5b704cb6/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/APRMApplicationInitializer.java [^] |
2014-10-02 17:48 | eduardo_Argal | Triggers an Emergency Pack | => No |
2014-10-03 16:24 | eduardo_Argal | Assigned To | gorkaion => eduardo_Argal |
2014-10-03 16:24 | eduardo_Argal | Status | new => scheduled |
2014-10-03 16:24 | eduardo_Argal | fix_in_branch | => pi |
2014-10-03 16:26 | hgbot | Checkin | |
2014-10-03 16:26 | hgbot | Note Added: 0070702 | |
2014-10-03 16:26 | hgbot | Status | scheduled => resolved |
2014-10-03 16:26 | hgbot | Resolution | open => fixed |
2014-10-03 16:26 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/19f4597ee9594d4ee036849eb7d8471b001e9774 [^] |
2014-10-06 10:44 | gorkaion | Review Assigned To | => gorkaion |
2014-10-06 10:44 | gorkaion | Note Added: 0070730 | |
2014-10-06 10:44 | gorkaion | Status | resolved => closed |
2014-12-30 23:22 | hudsonbot | Checkin | |
2014-12-30 23:22 | hudsonbot | Note Added: 0072891 | |
2015-03-24 17:42 | aferraz | Relationship added | caused by 0029391 |