Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0026137 | Openbravo ERP | 09. Financial management | public | 2014-04-01 20:38 | 2014-05-07 18:12 | |||||||
Reporter | shuehner | |||||||||||
Assigned To | eduardo_Argal | |||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | pi | |||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | Sandrahuguet | |||||||||||
OBNetwork customer | No | |||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | Production - Confirmed Stable | |||||||||||
Regression date | 2012-08-29 | |||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/78585c145c1f [^] | |||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0026137: ant compile.buildvalidation -Dmodule=org.openbravo.advpaymentmngt fails | |||||||||||
Description | compiling the buildvalidation for aprm fails [java] 295 [main] INFO org.openbravo.data.Sqlc - File: /home/huehner/ob/branches/pi_retail_pg/modules/org.openbravo.advpaymentmngt/src-util/buildvalidation/src/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheck_data.xsql processed [java] 312 [main] ERROR org.openbravo.data.Sqlc - SQL error in query: SELECT count(*) AS existing [java] FROM ( [java] SELECT o.c_order_id, o.documentno [java] FROM c_order o [java] JOIN fin_payment_schedule pso ON o.c_order_id = pso.c_order_id [java] WHERE EXISTS (SELECT 1 [java] FROM c_invoice i [java] JOIN c_invoiceline il ON il.c_invoice_id = i.c_invoice_id [java] JOIN c_orderline ol ON il.c_orderline_id = ol.c_orderline_id [java] WHERE ol.c_order_id = o.c_order_id [java] AND i.docstatus = 'CO' [java] AND NOT EXISTS (SELECT 1 FROM fin_payment_scheduledetail psd [java] JOIN fin_payment_schedule psi ON psd.fin_payment_schedule_invoice = psi.fin_payment_schedule_id [java] WHERE il.c_invoice_id = psi.c_invoice_id [java] AND psd.fin_payment_schedule_order = pso.fin_payment_schedule_id) [java] GROUP BY il.c_invoice_id [java] HAVING sum(il.linenetamt +coalesce(c_getinvoiceline_taxamount(il.c_invoiceline_id),0)) != 0) [java] AND EXISTS (SELECT 1 FROM fin_payment_scheduledetail psdo [java] WHERE psdo.fin_payment_schedule_order = pso.fin_payment_schedule_id)) o [java] JOIN c_orderline ol ON ol.c_order_id = o.c_order_id [java] JOIN c_invoiceline il ON il.c_orderline_id = ol.c_orderline_id [java] JOIN c_invoice i ON i.c_invoice_id = il.c_invoice_id [java] WHERE i.docstatus <> 'VO' [java] AND NOT EXITS (SELECT 1 FROM c_invoice_reverse WHERE c_invoice_reverse.c_invoice_id = inv.c_invoice_id) [java] [java] org.postgresql.util.PSQLException: ERROR: syntax error at or near "SELECT" [java] Position: 1535 [java] at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102) | |||||||||||
Steps To Reproduce | postgresql9.1 + install.source of pi rm -rf modules/org.openbravo.advpaymentmngt/src-util/buildvalidation/src/src/ ant compile.buildvalidation -Dmodule=org.openbravo.advpaymentmngt | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2014-04-01 20:38 | shuehner | New Issue | ||||||||||
2014-04-01 20:38 | shuehner | Assigned To | => dmiguelez | |||||||||
2014-04-01 20:38 | shuehner | Modules | => Core | |||||||||
2014-04-01 20:38 | shuehner | OBNetwork customer | => No | |||||||||
2014-04-01 20:38 | shuehner | Triggers an Emergency Pack | => No | |||||||||
2014-04-02 12:17 | shuehner | Note Added: 0066061 | ||||||||||
2014-04-02 12:18 | shuehner | Note Added: 0066063 | ||||||||||
2014-04-02 12:19 | shuehner | Regression level | => Production - Confirmed Stable | |||||||||
2014-04-02 12:19 | shuehner | Regression date | => 2012-08-29 | |||||||||
2014-04-02 12:19 | shuehner | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/78585c145c1f [^] | |||||||||
2014-04-02 13:43 | shuehner | Relationship added | related to 0001443 | |||||||||
2014-04-28 11:43 | eduardo_Argal | Status | new => scheduled | |||||||||
2014-04-28 11:43 | eduardo_Argal | Assigned To | dmiguelez => eduardo_Argal | |||||||||
2014-04-28 11:43 | eduardo_Argal | fix_in_branch | => pi | |||||||||
2014-04-28 11:45 | hgbot | Checkin | ||||||||||
2014-04-28 11:45 | hgbot | Note Added: 0066644 | ||||||||||
2014-04-28 11:45 | hgbot | Status | scheduled => resolved | |||||||||
2014-04-28 11:45 | hgbot | Resolution | open => fixed | |||||||||
2014-04-28 11:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/11602bd040b152826474e0b02d16aff4a60d5e7c [^] | |||||||||
2014-05-05 18:29 | Sandrahuguet | Review Assigned To | => Sandrahuguet | |||||||||
2014-05-06 11:09 | Sandrahuguet | Note Added: 0066835 | ||||||||||
2014-05-06 11:09 | Sandrahuguet | Status | resolved => closed | |||||||||
2014-05-07 18:12 | hudsonbot | Checkin | ||||||||||
2014-05-07 18:12 | hudsonbot | Note Added: 0066980 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|