Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031441Openbravo ERPZ. Otherspublic2015-11-06 10:382015-11-12 19:26
maite 
aferraz 
immediateminoralways
closedfixed 
5
 
3.0PR15Q3.4 
vmromanos
Advanced Payables and Receivables Mngmt
Production - Confirmed Stable
2014-09-23
3.0PR14Q4
https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^]
No
0031441: Hover over Sender field in Match Statement pop-up only shows Business Partner Name instead of Business Partner Name and Descript
Before Match Statement refactor, if you hover over Sender field both bank statement line Business Partner Name and Description are shown
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 hover over Sender field in your line. Realize that only "name of my bp" is shown

If you follow similar process in version prior to refactor (for example MP30.3) you can verify that both values are shown:

"name of my bp
 bsl description"
No tags attached.
blocks defect 00313873.0PR16Q1 closed aferraz Hover over Sender field in Match Statement pop-up only shows Business Partner Name instead of Business Partner Name and Descript 
Issue History
2015-11-12 10:14aferrazTypedefect => backport
2015-11-12 10:14aferrazTarget Version3.0PR16Q1 => 3.0PR15Q3.5
2015-11-12 17:38vmromanosTarget Version3.0PR15Q3.5 => 3.0PR15Q3.4
2015-11-12 19:24hgbotCheckin
2015-11-12 19:24hgbotNote Added: 0081786
2015-11-12 19:24hgbotStatusscheduled => resolved
2015-11-12 19:24hgbotResolutionopen => fixed
2015-11-12 19:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q3.4/rev/b2793ba35559c366a2218a86747902aa9fef1657 [^]
2015-11-12 19:26vmromanosReview Assigned To => vmromanos
2015-11-12 19:26vmromanosNote Added: 0081792
2015-11-12 19:26vmromanosStatusresolved => closed

Notes
(0081786)
hgbot   
2015-11-12 19:24   
Repository: erp/backports/3.0PR15Q3.4
Changeset: b2793ba35559c366a2218a86747902aa9fef1657
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Wed Nov 11 20:01:21 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q3.4/rev/b2793ba35559c366a2218a86747902aa9fef1657 [^]

Fixes issue 31441 & Fixes issue 31443: Add two new columns in Match Statement

Added Business Partner Name and Transaction Description as new fields in Match Statement P&E window. They will not be shown in grid by default.
HQL Query in aprm_matchstatement table has been modified to retrieve this two new columns from FIN_BankStatementLine and FIN_Finacc_Transaction tables, and to retrieve bp.name as businessPartner also in case it is null.

---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_COLUMN.xml
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TABLE.xml
---
(0081792)
vmromanos   
2015-11-12 19:26   
Code review + testing OK