Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0021590 | Openbravo ERP | 09. Financial management | public | 2012-09-10 13:39 | 2012-11-28 11:19 | |||||||
Reporter | maite | |||||||||||
Assigned To | ioritzCia | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | 3.0MP16 | Fixed in Version | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | OBPS | |||||||||||
Web browser | ||||||||||||
Modules | Advanced Payables and Receivables Mngmt | |||||||||||
Support ticket | 16834 | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0021590: Standard matching algorithm is not considering transaction date | |||||||||||
Description | Standard matching algorithm is not considering transaction date | |||||||||||
Steps To Reproduce | Verify that method "getMatchingFinancialTransaction" (in "match" method of StandardMatchingAlgorithm.java) is not using "line.getTransactionDate()" parameter (although this parameter is supported by this method in MatchTransactionDao.java). Add this parameter to be used in getMatchingFinancialTransaction method | |||||||||||
Proposed Solution | - Substitute code "List<FIN_FinaccTransaction> transactions = MatchTransactionDao.getMatchingFinancialTransaction( line.getBankStatement().getAccount().getId(), line.getReferenceNo(), (line.getCramount().subtract(line.getDramount())), line.getBpartnername(), excluded);" by "List<FIN_FinaccTransaction> transactions = MatchTransactionDao.getMatchingFinancialTransaction( line.getBankStatement().getAccount().getId(), line.getTransactionDate(), line.getReferenceNo(), (line.getCramount().subtract(line.getDramount())), line.getBpartnername(), excluded);" - Substitute code "transactions = MatchTransactionDao.getMatchingFinancialTransaction(line.getBankStatement() .getAccount().getId(), line.getCramount().subtract(line.getDramount()), excluded);" by "transactions = MatchTransactionDao.getMatchingFinancialTransaction(line.getBankStatement() .getAccount().getId(), line.getTransactionDate(), line.getCramount().subtract(line.getDramount()), excluded); | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2012-09-10 13:39 | maite | New Issue | ||||||||||
2012-09-10 13:39 | maite | Assigned To | => dmiguelez | |||||||||
2012-09-10 13:39 | maite | Modules | => Advanced Payables and Receivables Mngmt | |||||||||
2012-09-10 13:39 | maite | OBNetwork customer | => Yes | |||||||||
2012-09-10 13:39 | maite | Support ticket | => 16834 | |||||||||
2012-09-10 13:39 | maite | Issue Monitored: networkb | ||||||||||
2012-09-10 13:40 | maite | Assigned To | dmiguelez => jonalegriaesarte | |||||||||
2012-09-10 13:43 | maite | Target Version | 3.0MP17 => 3.0MP16 | |||||||||
2012-09-14 14:18 | ioritzCia | Assigned To | jonalegriaesarte => ioritzCia | |||||||||
2012-09-14 14:18 | ioritzCia | Status | new => scheduled | |||||||||
2012-09-14 14:18 | ioritzCia | fix_in_branch | => pi | |||||||||
2012-09-18 09:25 | hgbot | Checkin | ||||||||||
2012-09-18 09:25 | hgbot | Note Added: 0052183 | ||||||||||
2012-09-18 09:25 | hgbot | Status | scheduled => resolved | |||||||||
2012-09-18 09:25 | hgbot | Resolution | open => fixed | |||||||||
2012-09-18 09:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4e6bdb057dbdfbdbbb1eca615f8964386c4505fa [^] | |||||||||
2012-09-24 09:32 | maite | Note Added: 0052302 | ||||||||||
2012-09-24 09:32 | maite | Status | resolved => closed | |||||||||
2012-09-26 17:19 | hudsonbot | Checkin | ||||||||||
2012-09-26 17:19 | hudsonbot | Note Added: 0052778 | ||||||||||
2012-11-27 10:37 | hgbot | Checkin | ||||||||||
2012-11-27 10:37 | hgbot | Note Added: 0054513 | ||||||||||
2012-11-27 19:41 | hudsonbot | Checkin | ||||||||||
2012-11-27 19:41 | hudsonbot | Note Added: 0054613 | ||||||||||
2012-11-28 11:19 | maite | Note Added: 0054625 | ||||||||||
2012-11-30 11:21 | shuehner | Relationship added | related to 0022436 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|