Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014634 | Openbravo ERP | 09. Financial management | public | 2010-09-21 13:06 | 2010-09-29 11:57 |
|
Reporter | psarobe | |
Assigned To | adrianromero | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP21 | |
Target Version | 2.50MP22 | 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 | 0014634: Cannot unprocess a bank statement with more than one business partner |
Description | Cannot unprocess a bank statement with more than one payment from different business partner |
Steps To Reproduce | 1.Login as Openbravo/openbravo. Role QA Admin
2.Go to sales management and created two sales invoice from cusA and cusB
3. Go to financial management bank statement window and select these two payments
4. Process. Ensure the credit used is properly updated
5. Unprocess the Bankstatement. Current behaviour: Process failed. No data found. This behaviour is not correct
Expected behaviour: You can unprocess the bank statement |
Proposed Solution | |
Additional Information | |
Tags | Regression |
Relationships | related to | defect | 0013958 | 2.50MP21 | closed | sathiyan | cursor incorrect in process c_bankstatement_post |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-09-21 13:06 | psarobe | New Issue | |
2010-09-21 13:06 | psarobe | Assigned To | => adrianromero |
2010-09-21 13:06 | psarobe | OBNetwork customer | => No |
2010-09-21 13:07 | psarobe | Tag Attached: Regression | |
2010-09-21 13:07 | psarobe | Relationship added | related to 0013958 |
2010-09-21 13:07 | psarobe | Note Added: 0031273 | |
2010-09-21 13:08 | psarobe | Status | new => scheduled |
2010-09-21 13:08 | psarobe | fix_in_branch | => pi |
2010-09-21 13:24 | hgbot | Checkin | |
2010-09-21 13:24 | hgbot | Note Added: 0031275 | |
2010-09-21 13:24 | hgbot | Status | scheduled => resolved |
2010-09-21 13:24 | hgbot | Resolution | open => fixed |
2010-09-21 13:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3249119dbc098164e2b74901ed9b0de384c24cab [^] |
2010-09-21 13:27 | adrianromero | Note Added: 0031276 | |
2010-09-22 13:14 | hgbot | Checkin | |
2010-09-22 13:14 | hgbot | Note Added: 0031295 | |
2010-09-22 13:14 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/3249119dbc098164e2b74901ed9b0de384c24cab [^] => http://code.openbravo.com/erp/devel/pi/rev/e79dc1a96284249e94cbd7b8045731b11247a993 [^] |
2010-09-22 13:17 | adrianromero | Note Edited: 0031276 | bug_revision_view_page.php?bugnote_id=0031276#r895 |
2010-09-24 11:01 | sureshbabu | Note Added: 0031341 | |
2010-09-24 11:01 | sureshbabu | Status | resolved => closed |
2010-09-25 00:00 | anonymous | sf_bug_id | 0 => 3075154 |
2010-09-29 11:57 | hudsonbot | Checkin | |
2010-09-29 11:57 | hudsonbot | Note Added: 0031451 | |
2010-09-29 11:57 | hudsonbot | Checkin | |
2010-09-29 11:57 | hudsonbot | Note Added: 0031454 | |
Notes |
|
|
Regression introduced by issue: 13958 |
|
|
(0031275)
|
hgbot
|
2010-09-21 13:24
|
|
Repository: erp/devel/pi
Changeset: 3249119dbc098164e2b74901ed9b0de384c24cab
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Sep 21 13:22:49 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3249119dbc098164e2b74901ed9b0de384c24cab [^]
Fixes issue 0014634: Cannot unprocess a bank statement with more than one business partner
It has been reverted the fix created in issue 13958 and applied a proper fix that consist in only removing the condition C_Settlement_Cancel_ID IS NULL when selecting business partners to update
---
M src-db/database/model/functions/C_BANKSTATEMENT_POST.xml
---
|
|
|
(0031276)
|
adrianromero
|
2010-09-21 13:27
(edited on: 2010-09-22 13:17) |
|
* Testing of the issue
Follow the steps to reproduce and notice that now it is possible to unprocess the bank statement. Because this issue has been introduced with the fix of issue 13958, it needs to be tested too this issue.
When processing and unprocessing bank statements create bank statements with several payments and payments with different dates and different business partners too to verify all the possibilities of processing/unprocessing bank statements
* Other areas affected.
It has only been modified the C_BANKSTATEMENT_POST procedure. This fix only affects to the functionality of processing/unprocessing bank statements.
|
|
|
(0031295)
|
hgbot
|
2010-09-22 13:14
|
|
Repository: erp/devel/pi
Changeset: e79dc1a96284249e94cbd7b8045731b11247a993
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Sep 22 13:13:54 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e79dc1a96284249e94cbd7b8045731b11247a993 [^]
Fixes issue 0014634: Cannot unprocess a bank statement with more than one business partner
It has been fixed the sentence that gets the business partners to update
---
M src-db/database/model/functions/C_BANKSTATEMENT_POST.xml
---
|
|
|
|
|
|
|
|
|
|
|