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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0010949
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2009-10-13 16:512009-12-09 00:00
ReporternetworkbView Statuspublic 
Assigned Tovinothbabu 
PriorityurgentResolutionfixedFixed in Version2.50MP10
StatusclosedFix in branchFixed in SCM revisionb9ffc19be3c8
ProjectionnoneETAnoneTarget Version2.40MP12
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.40MP3SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0010949: In Payment status managment organization is not the same as Remittance organization

DescriptionWhen a remittance is returned in Remittance Cancellation/Return, a new record is generated in Payment status management. This new record is generated with other organization than the one in Remittance.

IE. Remittance has been generated in Organization B2. And Payment Status Management in Main (only when it is returned).
Steps To ReproduceGenerate a Sales Invoice in Organization B2 (Big Bazaar). Add lines and complete it.
Go to Financial Management > Receivables and Payables > Transactions > Remittance.
Generate a new record. Select as Remittance type, consolidated.
Press "Create lines from" and select the payment generated by sales invoice.
Save it and complete it.
Go to Financial Management > Receivables and Payables > Transactions > Bank Statement and generate a new one.
Press "Create lines from" and select a payment with Bank Statement Business partner and amount possitive. Save it and process it.
Go to Financial Management > Receivables and Payables > Transactions > Remittance Cancellation/Return.
Select in the combo the remittance created and press Search.
Select its payment and enter a date (not the same as Remittance) and press Return.
Go to Financial Management > Receivables and Payables > Transactions > Payment Status Management and search the one that belongs to the date entered in the previous step.
It is not the same Organization.
Proposed Solutionif (strDPMID.equals("")) {
//linea aƱadida
String strOrg = RemittanceCancelData.selectOrg(this, strRLId);
....
//linea modificada
RemittanceCancelData.insertDPManagement(conn, this, strDPMID, vars.getClient(),
strOrg, vars.getUser(), strDocumentNo, strDateAcct, strRLId);
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 00109902.40MP12 closedvinothbabu In Payment status managment organization is not the same as Remittance organization 

-  Notes
(0021589)
networkb (developer)
2009-11-05 11:02

In AppsOpenbravo/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.java

in processReturn:

if (strDPMID.equals("")) {
//add line
String strOrg = RemittanceCancelData.selectOrg(this, strRLId);
....
//modify this line
RemittanceCancelData.insertDPManagement(conn, this, strDPMID, vars.getClient(),
strOrg, vars.getUser(), strDocumentNo, strDateAcct, strRLId);

This change has been tested and work fine.
(0022304)
vinothbabu (reporter)
2009-12-01 15:36

As I discussed with David, Not able to reproduce
(0022308)
networkb (developer)
2009-12-01 15:56

It was a mistaken in Steps to Reproduce. Instead of "Cancel", it must be pressed "Return" button in Remittance Cancellation/Return.

Please, see documentno 10000003 in Payment status management.
(0022309)
networkb (developer)
2009-12-01 15:57

Please, reopen the issue
(0022322)
networkb (developer)
2009-12-01 16:50

It was a mistaken in Steps to Reproduce. Instead of "Cancel", it must be pressed "Return" button in Remittance Cancellation/Return.
(0022387)
hgbot (developer)
2009-12-03 07:30

Repository: erp/devel/pi
Changeset: b9ffc19be3c813f294bf8f681a4294cc11fe9662
Author: Vinoth Babu <vinoth.babu <at> openbravo.com>
Date: Thu Dec 03 11:58:00 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/b9ffc19be3c813f294bf8f681a4294cc11fe9662 [^]

Fixes bug 10949 organization is not the same as Remittance

---
M src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.java
---
(0022452)
hudsonbot (developer)
2009-12-04 09:15

---
A changeset related to this issue has passed a series of tests and has been promoted to main:

Changeset: http://code.openbravo.com/erp/devel/main/rev/f6bc559b1872 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
---
(0022532)
sureshbabu (reporter)
2009-12-08 09:52

Tested working fine

- Issue History
Date Modified Username Field Change
2009-10-13 16:51 networkb New Issue
2009-10-13 16:51 networkb Assigned To => rafaroda
2009-10-15 16:36 psarobe Priority immediate => high
2009-10-15 16:37 psarobe Priority high => urgent
2009-10-15 16:37 psarobe Status new => scheduled
2009-10-15 16:37 psarobe fix_in_branch => pi
2009-10-20 12:58 rafaroda Assigned To rafaroda => dalsasua
2009-11-05 11:02 networkb Note Added: 0021589
2009-11-05 11:02 networkb fix_in_branch pi =>
2009-11-05 11:02 networkb Steps to Reproduce Updated
2009-11-30 09:30 vinothbabu Assigned To dalsasua => vinothbabu
2009-12-01 15:36 vinothbabu Note Added: 0022304
2009-12-01 15:36 vinothbabu Status scheduled => closed
2009-12-01 15:36 vinothbabu Resolution open => unable to reproduce
2009-12-01 15:56 networkb Note Added: 0022308
2009-12-01 15:57 networkb Note Added: 0022309
2009-12-01 16:50 networkb Note Added: 0022322
2009-12-01 16:50 networkb Status closed => new
2009-12-01 16:50 networkb Resolution unable to reproduce => open
2009-12-01 16:51 networkb Proposed Solution updated
2009-12-02 12:17 vinothbabu Status new => scheduled
2009-12-03 07:30 hgbot Checkin
2009-12-03 07:30 hgbot Note Added: 0022387
2009-12-03 07:30 hgbot Status scheduled => resolved
2009-12-03 07:30 hgbot Resolution open => fixed
2009-12-03 07:30 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b9ffc19be3c813f294bf8f681a4294cc11fe9662 [^]
2009-12-04 09:15 hudsonbot Checkin
2009-12-04 09:15 hudsonbot Note Added: 0022452
2009-12-08 09:52 sureshbabu Note Added: 0022532
2009-12-08 09:52 sureshbabu Status resolved => closed
2009-12-08 09:52 sureshbabu Fixed in Version => 2.50MP10
2009-12-09 00:00 anonymous sf_bug_id 0 => 2911048


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker