Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013362 | Openbravo ERP | Z. Others | public | 2010-05-18 12:11 | 2010-06-12 22:48 |
|
Reporter | shuehner | |
Assigned To | sathiyan | |
Priority | immediate | Severity | critical | 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 | |
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 | 0013362: api check build 393 fails |
Description | This api check build fails:
http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/393/console [^]
[checkAPI] 34843 ERROR - +++++++++++++++++++++++++++++++++++++++++++++++++++
[checkAPI] 34847 ERROR - Errors in API model validation
[checkAPI] 34852 ERROR - +++++++++++++++++++++++++++++++++++++++++++++++++++
[checkAPI] 34859 ERROR - Check Constraint addition: table: C_BANKSTATEMENTLINE - Constraint: C_BANKSTATLN_PA_GLITEM_ID_CHK
|
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0012929 | 2.50MP17 | closed | sathiyan | in bank statement line allows select a debt payment and g/l item |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-05-18 12:11 | shuehner | New Issue | |
2010-05-18 12:11 | shuehner | Assigned To | => sathiyan |
2010-05-18 12:11 | shuehner | OBNetwork customer | => No |
2010-05-18 12:13 | shuehner | Relationship added | related to 0012929 |
2010-05-18 14:50 | sathiyan | Note Added: 0027429 | |
2010-05-18 14:51 | sathiyan | Assigned To | sathiyan => pjuvara |
2010-05-18 15:11 | dalsasua | Note Added: 0027433 | |
2010-05-18 15:22 | dalsasua | Issue Monitored: dalsasua | |
2010-05-18 20:43 | gorka_gil | Issue Monitored: gorka_gil | |
2010-05-19 08:01 | pjuvara | Status | new => scheduled |
2010-05-19 08:01 | pjuvara | Note Added: 0027540 | |
2010-05-19 08:01 | pjuvara | Assigned To | pjuvara => sathiyan |
2010-05-19 08:01 | pjuvara | fix_in_branch | => pi |
2010-05-19 09:24 | hgbot | Checkin | |
2010-05-19 09:24 | hgbot | Note Added: 0027542 | |
2010-05-19 09:24 | hgbot | Status | scheduled => resolved |
2010-05-19 09:24 | hgbot | Resolution | open => fixed |
2010-05-19 09:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/2056098543da1179fbbdd9e7ada6a39d99f1aa35 [^] |
2010-05-19 11:48 | shuehner | Note Added: 0027553 | |
2010-05-19 11:48 | shuehner | Status | resolved => closed |
2010-05-20 00:00 | anonymous | sf_bug_id | 0 => 3004344 |
2010-06-09 16:51 | hgbot | Checkin | |
2010-06-09 16:51 | hgbot | Note Added: 0028219 | |
2010-06-12 22:48 | hudsonbot | Checkin | |
2010-06-12 22:48 | hudsonbot | Note Added: 0028322 | |
Notes |
|
|
Hello Paolo,
The application should not allow that we select a debt payment and g/l item at same time in Financial Management || Receivables & Payables || Transactions || Bank Statement || Header - Line. So that I have added the following constraint.
<check name="C_BANKSTATLN_PA_GLITEM_ID_CHK"><![CDATA[((C_DEBT_PAYMENT_ID IS NOT NULL) AND (C_GLITEM_ID IS NULL)) OR (C_DEBT_PAYMENT_ID IS NULL)]]></check>
Could you please approve it?
Regards
Sathiyan. |
|
|
|
Sathiyan will also develop a build validation in order to check if it exists any row in database that doesn't fit the constraint, so update.database is not performed until data is correct. |
|
|
|
Exception approved.
Please publish an exception alert. Risk: medium.
In the alert, please specify instructions that end users can follow to correct any wrong data. |
|
|
(0027542)
|
hgbot
|
2010-05-19 09:24
|
|
|
|
|
api-change issue, build ok -> closing |
|
|
(0028219)
|
hgbot
|
2010-06-09 16:51
|
|
Repository: erp/devel/pi
Changeset: 4ceee2f87eb902d2bfe39d6527e08c3f889ee746
Author: Sathiyan Sivaprakasam <sathiyan.sivaprakasam <at> openbravo.com>
Date: Wed Jun 09 20:21:03 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/4ceee2f87eb902d2bfe39d6527e08c3f889ee746 [^]
error message has been changed for api issue 13362.
---
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/PaymentGLItemCheck.class
M src-util/buildvalidation/src/org/openbravo/buildvalidation/PaymentGLItemCheck.java
---
|
|
|
|
|