Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0032020 | Openbravo ERP | Z. Others | public | 2016-01-27 12:33 | 2016-08-29 13:19 |
|
Reporter | maite | |
Assigned To | AtulOpenbravo | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q4 | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Advanced Payables and Receivables Mngmt |
Support ticket | 40360 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0032020: It would be nice to be able to select several partial transactions at same time to match against a total bankstatementline |
Description | It would be nice to be able to select several partial transactions at same time to match against a total bankstatementline |
Steps To Reproduce | 1. Access Financial Account, go to Reconciliation tab and reactivate last reconciliation
2. Run Match statement process and unmatch any line with huge amount
3. Run "search" process by clicking the magnifying glass and realize that you are not able to select more than one transaction to match against your bank statement line (however you will be able to perform several partial matching) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-01-27 12:33 | maite | New Issue | |
2016-01-27 12:33 | maite | Assigned To | => Triage Finance |
2016-01-27 12:33 | maite | OBNetwork customer | => Yes |
2016-01-27 12:33 | maite | Modules | => Advanced Payables and Receivables Mngmt |
2016-01-27 12:33 | maite | Support ticket | => 40360 |
2016-01-27 12:33 | maite | Triggers an Emergency Pack | => No |
2016-01-27 12:33 | maite | Issue Monitored: networkb | |
2016-06-02 11:11 | vmromanos | Assigned To | Triage Finance => vmromanos |
2016-06-02 11:11 | vmromanos | Status | new => acknowledged |
2016-06-10 14:49 | AtulOpenbravo | Assigned To | vmromanos => AtulOpenbravo |
2016-06-10 14:49 | AtulOpenbravo | Note Added: 0087165 | |
2016-08-09 11:45 | vmromanos | Status | acknowledged => scheduled |
2016-08-29 08:32 | hgbot | Checkin | |
2016-08-29 08:32 | hgbot | Note Added: 0089475 | |
2016-08-29 08:32 | hgbot | Status | scheduled => resolved |
2016-08-29 08:32 | hgbot | Resolution | open => fixed |
2016-08-29 08:32 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d23d4182c47a5244da11c5f31627d9efda2617d7 [^] |
2016-08-29 08:32 | hgbot | Checkin | |
2016-08-29 08:32 | hgbot | Note Added: 0089476 | |
2016-08-29 08:32 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/d23d4182c47a5244da11c5f31627d9efda2617d7 [^] => http://code.openbravo.com/erp/devel/pi/rev/66e7cb68bdbe684ede16a2c1f0ba12175aa55da1 [^] |
2016-08-29 08:34 | vmromanos | Review Assigned To | => vmromanos |
2016-08-29 08:34 | vmromanos | Note Added: 0089477 | |
2016-08-29 08:34 | vmromanos | Status | resolved => closed |
2016-08-29 08:34 | vmromanos | Fixed in Version | => 3.0PR16Q4 |
2016-08-29 08:35 | vmromanos | Note Added: 0089478 | |
2016-08-29 13:19 | hudsonbot | Checkin | |
2016-08-29 13:19 | hudsonbot | Note Added: 0089495 | |
2016-08-29 13:19 | hudsonbot | Checkin | |
2016-08-29 13:19 | hudsonbot | Note Added: 0089496 | |
Notes |
|
|
|
|
(0089475)
|
hgbot
|
2016-08-29 08:32
|
|
Repository: erp/devel/pi
Changeset: d23d4182c47a5244da11c5f31627d9efda2617d7
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Tue Jul 05 13:54:52 2016 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/d23d4182c47a5244da11c5f31627d9efda2617d7 [^]
Fixed issue 32020: [Match Several Transactions Project]
Allow to match several transactions against a concrete bank statement line
---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/FindTransactionsToMatchActionHandler.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/APRM_MatchingUtility.java
M modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-findTransaction.js
---
|
|
|
(0089476)
|
hgbot
|
2016-08-29 08:32
|
|
Repository: erp/devel/pi
Changeset: 66e7cb68bdbe684ede16a2c1f0ba12175aa55da1
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Aug 26 09:49:28 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/66e7cb68bdbe684ede16a2c1f0ba12175aa55da1 [^]
Fixed issue 32020: code review improvements
+ Allow partial match for multiple transactions as we allow for single transactions
+ Use adminMode when necessary
+ Code and javadoc improvements
+ Improved partial match message from add transaction and find transaction
+ Matching level properly passed to matchBankStatementLineToTrx() method.
---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/FindTransactionsToMatchActionHandler.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/APRM_MatchingUtility.java
M modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-addTransaction.js
M modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-findTransaction.js
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|