Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030866Openbravo ERPZ. Otherspublic2015-09-17 13:292015-09-21 11:47
maite 
vmromanos 
immediatemajoralways
closedfixed 
5
 
3.0PR15Q2.6 
dmiguelez
Advanced Payables and Receivables Mngmt
Production - Confirmed Stable
2014-08-22
3.0PR14Q4
https://code.openbravo.com/erp/devel/main/rev/705e724737c0 [^]
No
0030866: Include option to match transactions with higher date than bank statement line date (and update transaction date to bsl date)
Before Match Statement refactor, option to "Hide transactions after statement date" exists, so user was able to uncheck it and select transactions with higher date than statemen's date and run matching process. This option is not available any more after Match Statement refactor
1. Access Cuenta de Banco financial account
2. Access Imported bank statement tab and create record with dates=09/09/2015
3. Add line with date 09/09/2015 and any amount
4. Access Transactions tab and create new register for 15/09/2015 and same amount. Process transaction
5. Run Match Statement process and realize that you are not able to find transaction when pressing "search" (magnifying glass) button from bank statement line
Approved
blocks defect 00308593.0PR15Q4 closed vmromanos Include option to match transactions with higher date than bank statement line date (and update transaction date to bsl date) 
Issue History
2015-09-18 09:21vmromanosTypedefect => backport
2015-09-18 09:21vmromanosTarget Version3.0PR15Q4 => 3.0PR15Q2.6
2015-09-18 09:22vmromanosTag Attached: Approved
2015-09-21 11:47hgbotCheckin
2015-09-21 11:47hgbotNote Added: 0080523
2015-09-21 11:47hgbotStatusscheduled => resolved
2015-09-21 11:47hgbotResolutionopen => fixed
2015-09-21 11:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q2.6/rev/6ac5ab40744fb76670c8697f073312c5bd902a20 [^]
2015-09-21 11:47dmiguelezReview Assigned To => dmiguelez
2015-09-21 11:47dmiguelezNote Added: 0080524
2015-09-21 11:47dmiguelezStatusresolved => closed

Notes
(0080523)
hgbot   
2015-09-21 11:47   
Repository: erp/backports/3.0PR15Q2.6
Changeset: 6ac5ab40744fb76670c8697f073312c5bd902a20
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Sep 18 11:31:27 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2.6/rev/6ac5ab40744fb76670c8697f073312c5bd902a20 [^]

Fixed bug 30866: Match Statement Transactions prior to Bank Statement Line date

When searching for transactions, the HQL query transformer added a where clause to get only the transactions prior or equal to the bank statement line's transaction date.
There are cases where you want to match to transactions registered after the bank statement line's transaction date.
Before the refactor, there was a flag to hide/show transactions in the future. With the refactor that functionality was lost.

To implement it again, we have moved that restriction from the hql query transformer to a new default filter for this tab. Thus the user can remove the filter to show all the transactions regardless the transaction date.

---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/hqlinjections/TransactionsToMatchTransformer.java
---
(0080524)
dmiguelez   
2015-09-21 11:47   
Code Review + Testing Ok