Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012103 | Openbravo ERP | 00. Application dictionary | public | 2010-02-02 18:10 | 2010-03-10 18:29 |
|
Reporter | networkb | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP11 | |
Target Version | 2.50MP12 | Fixed in Version | 2.50MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012103: The procedure C_Debt_Payment_Balancing_Replace on DB is C_Debt_Payment_Balancing_Rep |
Description | When we execute the procedure appears this error:
java.lang.Exception: CODE=0ERROR: no existe la función c_debt_payment_balancing_replace(character varying)
On DB the procedure is C_Debt_Payment_Balancing_Rep. |
Steps To Reproduce | -As openbravo admin go to Financial Management || Receivables & Payables || Transactions || Manual Settlement
-Create a new record, save and go to Create Payment.
-Create a new record, save and go to Balance Payment Replacement.
-Create a new record, save and click 'Replaces Balances' |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0012193 | | closed | alostale | Api check build 284 fails |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-02 18:10 | networkb | New Issue | |
2010-02-02 18:10 | networkb | Assigned To | => alostale |
2010-02-02 18:10 | networkb | OBNetwork customer | => Yes |
2010-02-03 10:53 | networkb | Target Version | 2.50MP14 => 2.50MP13 |
2010-02-03 13:12 | psarobe | Priority | high => urgent |
2010-02-03 13:12 | psarobe | Severity | minor => major |
2010-02-03 13:12 | psarobe | Status | new => scheduled |
2010-02-03 13:12 | psarobe | Target Version | 2.50MP13 => 2.50MP12 |
2010-02-03 13:17 | psarobe | Note Added: 0023925 | |
2010-02-09 17:35 | hgbot | Checkin | |
2010-02-09 17:35 | hgbot | Note Added: 0024069 | |
2010-02-09 17:35 | hgbot | Status | scheduled => resolved |
2010-02-09 17:35 | hgbot | Resolution | open => fixed |
2010-02-09 17:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5bbb91579bae5a2186933bf02d3fb9e8595a991e [^] |
2010-02-10 07:37 | alostale | Relationship added | related to 0012193 |
2010-02-10 13:11 | hgbot | Checkin | |
2010-02-10 13:11 | hgbot | Note Added: 0024093 | |
2010-02-10 13:11 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/5bbb91579bae5a2186933bf02d3fb9e8595a991e [^] => http://code.openbravo.com/erp/devel/pi/rev/fd9d74a9c8cf9db187b19f4805c89f341239a6b3 [^] |
2010-02-15 17:37 | hudsonbot | Checkin | |
2010-02-15 17:37 | hudsonbot | Note Added: 0024315 | |
2010-02-15 17:37 | hudsonbot | Checkin | |
2010-02-15 17:37 | hudsonbot | Note Added: 0024320 | |
2010-02-17 11:45 | marvintm | Note Added: 0024475 | |
2010-02-17 11:45 | marvintm | Status | resolved => closed |
2010-02-17 11:45 | marvintm | Fixed in Version | => 2.50MP12 |
2010-02-18 00:00 | anonymous | sf_bug_id | 0 => |
2010-03-10 18:29 | anonymous | sf_bug_id | => 2968006 |
Notes |
|
|
Upgrading severity to Major
Change target version to 250MP12
Upgrading priority to urgent
Please try to find the cause of the problem to see if it happens in more places |
|
|
(0024069)
|
hgbot
|
2010-02-09 17:35
|
|
Repository: erp/devel/pi
Changeset: 5bbb91579bae5a2186933bf02d3fb9e8595a991e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Feb 09 17:35:18 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/5bbb91579bae5a2186933bf02d3fb9e8595a991e [^]
fixed issue 12103: The procedure C_Debt_Payment_Balancing_Replace on DB is C_Debt_Payment_Balancing_Rep
The fix includes:
-Change C_Debt_Payment_Balancing_Replace process name in AD
-Resized AD_Process.ProcedureName column from 60 to 30, since no longer names are allowed at DB level
---
M src-db/database/model/tables/AD_PROCESS.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_PROCESS.xml
---
|
|
|
(0024093)
|
hgbot
|
2010-02-10 13:11
|
|
Repository: erp/devel/pi
Changeset: fd9d74a9c8cf9db187b19f4805c89f341239a6b3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Feb 10 13:12:53 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/fd9d74a9c8cf9db187b19f4805c89f341239a6b3 [^]
related to issue 12103, related to issue 12193
Rollback physical column size change done in previous commit, as it introduces an
error when updating database
---
M src-db/database/model/tables/AD_PROCESS.xml
---
|
|
|
|
|
|
|
|
|
|
Following the steps to reproduce the issue, the process is completed succefully (because the ad_process now has the correct name). |
|