Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031420Openbravo ERPZ. Otherspublic2015-11-06 09:572015-11-12 19:24
maite 
aferraz 
immediateminoralways
closedfixed 
5
 
3.0PR15Q4 
vmromanos
Advanced Payables and Receivables Mngmt
Production - Confirmed Stable
2014-09-23
3.0PR14Q4
https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^]
No
0031420: Business Partner name defined in bank statement line is not loaded in Description field when Add Transaction from Match Statemen
Before Match Statement refactor, when running Add TRansaction process from Match Statement button, both Business Partner Name and Description values where loaded in "Descrition" field when selecting "GL Item" type

Business Partner Name information is necessary in order to perform a proper matching
1. Access Cuenta de Banco financial account, create new Bank Statement record
2. Add Bank Statement line seeting Business Partner Name as "name of my bp" and Description as "bsl description". Process bank statement
3. Run "Match Statement" process and press Add Transaction button (+) from your line. Realize that Description field only contains "bsl description"

If you follow similar process in version prior to refctor (for example MP30.3) you can verify that description field when trying to match against GL Item type is

"name of my bp
 bsl description"
No tags attached.
blocks defect 00313853.0PR16Q1 closed aferraz Business Partner name defined in bank statement line is not loaded in Description field when Add Transaction from Match Statemen 
Issue History
2015-11-10 19:07aferrazTypedefect => backport
2015-11-10 19:07aferrazTarget Version3.0PR16Q1 => 3.0PR15Q4.1
2015-11-12 17:36vmromanosTarget Version3.0PR15Q4.1 => 3.0PR15Q4
2015-11-12 19:19hgbotCheckin
2015-11-12 19:19hgbotNote Added: 0081775
2015-11-12 19:19hgbotStatusscheduled => resolved
2015-11-12 19:19hgbotResolutionopen => fixed
2015-11-12 19:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q4/rev/055e0e0761fbc89164a6572aba8dba785035e346 [^]
2015-11-12 19:24vmromanosReview Assigned To => vmromanos
2015-11-12 19:24vmromanosNote Added: 0081788
2015-11-12 19:24vmromanosStatusresolved => closed

Notes
(0081775)
hgbot   
2015-11-12 19:19   
Repository: erp/backports/3.0PR15Q4
Changeset: 055e0e0761fbc89164a6572aba8dba785035e346
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Nov 10 19:05:45 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q4/rev/055e0e0761fbc89164a6572aba8dba785035e346 [^]

Fixes issue 31420: BusinessPartnerName not loaded in AddTransaction description

Add Transaction description will be loaded with Business Partner name + Bank Statement Line description, in case Business Partner name is not empty.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/filterexpression/AddTransactionFilterExpression.java
---
(0081788)
vmromanos   
2015-11-12 19:24   
Code review + testing OK