Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0013362
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] Z. Otherscriticalhave not tried2010-05-18 12:112010-06-12 22:48
ReportershuehnerView Statuspublic 
Assigned Tosathiyan 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision2056098543da
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0013362: api check build 393 fails

DescriptionThis 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00129292.50MP17 closedsathiyan in bank statement line allows select a debt payment and g/l item 

-  Notes
(0027429)
sathiyan (reporter)
2010-05-18 14:50

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.
(0027433)
dalsasua (reporter)
2010-05-18 15:11

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.
(0027540)
pjuvara (reporter)
2010-05-19 08:01

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 (developer)
2010-05-19 09:24

Repository: erp/devel/api-checks
Changeset: 2056098543da1179fbbdd9e7ada6a39d99f1aa35
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed May 19 09:26:17 2010 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/2056098543da1179fbbdd9e7ada6a39d99f1aa35 [^]

Fixed bug 13362: api check build 393

---
M model/model/tables/C_BANKSTATEMENTLINE.xml
---
(0027553)
shuehner (administrator)
2010-05-19 11:48

api-change issue, build ok -> closing
(0028219)
hgbot (developer)
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
---
(0028322)
hudsonbot (developer)
2010-06-12 22:48

A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/4ceee2f87eb9 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/0b85119b92bc [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17589.obx [^]

- 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: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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker