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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0018487
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] Z. Othersmajoralways2011-09-05 12:582011-09-16 15:02
ReportermiruritaView Statuspublic 
Assigned Tovmromanos 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branch2.50Fixed in SCM revisionaae7590271c7
ProjectionnoneETAnoneTarget Version3.0MP5
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesAdvanced Payables and Receivables Mngmt
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0018487: Void payment in/out with gl item lines does not work properly

DescriptionWhen you void a payment containing GL Items the payment remains in a non stable status.
Steps To Reproduce1) Configure new payment method as follows:
- Payment In Allowed: Yes
- Execution Type: Automatic
- Execution Process: Simple Execution Process
- Deferred: Yes
2) Create new Payment In and select in the header previously created payment method.
3) Click on Add Details button
4) Select GL Item transaction type
5) Add any GL Item and click on Process button
6) Try to void the payment.
 6.1) Click on Reactivate button
 6.2) Select Void option
7) Check the payment status
 7.1) Payment Line is removed
 7.2) Generated credit is updated.
Proposed SolutionThe payment line should be canceled not removed.
The generated credit should not be affected when voiding a payment with gl items.

FIN_PaymentProcess.java line 544
GL Item payment line is taken as a credit payment:
else if (paymentScheduleDetail.getOrderPaymentSchedule() == null
                    && paymentScheduleDetail.getInvoicePaymentSchedule() == null)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 00184313.0MP5 closedvmromanos Void payment in/out with gl item lines does not work properly 

-  Notes
(0040845)
hgbot (developer)
2011-09-09 14:11

Repository: erp/pmods/org.openbravo.advpaymentmngt
Changeset: aae7590271c7597dde81e807a0b28d32debc2386
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Sep 09 14:13:06 2011 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/aae7590271c7597dde81e807a0b28d32debc2386 [^]

Fixed bug 18487: Void payment in/out with gl item lines does not work properly
The payment line should be canceled not removed.
The generated credit should not be affected when voiding a payment with gl items.

---
M src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
---
(0041025)
psanjuan (manager)
2011-09-16 15:02

fixed and working

- Issue History
Date Modified Username Field Change
2011-09-09 13:57 vmromanos Type defect => backport
2011-09-09 13:57 vmromanos fix_in_branch => 2.50
2011-09-09 14:11 hgbot Checkin
2011-09-09 14:11 hgbot Note Added: 0040845
2011-09-09 14:11 hgbot Status scheduled => resolved
2011-09-09 14:11 hgbot Resolution open => fixed
2011-09-09 14:11 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/aae7590271c7597dde81e807a0b28d32debc2386 [^]
2011-09-16 15:02 psanjuan Note Added: 0041025
2011-09-16 15:02 psanjuan Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker