Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029473Openbravo ERPZ. Otherspublic2015-03-24 17:282015-04-01 18:09
maite 
umartirena 
immediateminoralways
closedfixed 
5
 
3.0PR15Q1.3 
vmromanos
Advanced Payables and Receivables Mngmt
Production - QA Approved
2014-09-23
3.0PR14Q4
https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^]
No
0029473: Bank Statement Line amount should be maintained when registering payment out from Match statement process
Bank Statement Line amount should be maintained when registering payment out from Match statement process
1. Access "Cuenta de banco" financial account and create new Bank Statement record. Add Bank Statement Line with amount out=100 and process
2. Run "Match statement" process and press "+" icon to add new transaction
3. Press "+" icon to add new payment and realize that your bank statement line amount has been distributed in your invoices.
4. Uncheck invoices considered by default and check invoices again and realize that distributed amount is not your bank statement line amount but total invoice's amount

As you are trying to match a bank statement line with specific amount, it would be nice that process will only distribute that specific amount instead of consider invoice's total
Approved
blocks defect 00293923.0PR15Q3 closed umartirena Bank Statement Line amount should be maintained when registering payment out from Match statement process 
Issue History
2015-03-31 12:55umartirenaTypedefect => backport
2015-03-31 12:55umartirenaTarget Version3.0PR15Q2 => 3.0PR15Q1.3
2015-04-01 17:20umartirenaAssigned Toaferraz => umartirena
2015-04-01 18:02dmitry_mezentsevTag Attached: Approved
2015-04-01 18:09hgbotCheckin
2015-04-01 18:09hgbotNote Added: 0076333
2015-04-01 18:09hgbotStatusscheduled => resolved
2015-04-01 18:09hgbotResolutionopen => fixed
2015-04-01 18:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q1.3/rev/fe892427df604b5776b607c67637f54a4643279a [^]
2015-04-01 18:09vmromanosReview Assigned To => vmromanos
2015-04-01 18:09vmromanosNote Added: 0076334
2015-04-01 18:09vmromanosStatusresolved => closed

Notes
(0076333)
hgbot   
2015-04-01 18:09   
Repository: erp/backports/3.0PR15Q1.3
Changeset: fe892427df604b5776b607c67637f54a4643279a
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Wed Apr 01 17:28:03 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.3/rev/fe892427df604b5776b607c67637f54a4643279a [^]

Fixes bug 29473: Bank Statement Line amount maintained in Add Payment from FA

If exists bslamount this means that Add Payment window has been opened from Match Statement window, so, when selecting a line in Order/Invoices grid, this amount will be set in the line when is smaller than outstanding amount.

If Outstanding amount is smaller, then outstanding amount will be assigned.

---
M modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-addPayment.js
---
(0076334)
vmromanos   
2015-04-01 18:09   
Code review + testing OK