Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027913 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2014-10-20 12:57 | 2014-12-30 23:23 | |||
Reporter | sureshbabu | View Status | public | |||||
Assigned To | eduardo_Argal | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 9b426464d749 | |||
Projection | none | ETA | none | Target Version | 3.0PR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | Sandrahuguet | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | Pre packaging ( pi ) | |||||||
Regression date | 2014-09-17 | |||||||
Regression introduced in release | ||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/2bf04c456587 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0027913: System throws error message when user try to match bank statement lines with OB transactions manually | |||||||
Description | System throws error, when user try to manually match unmatched bank statement line with OB transactions. (error appears when user clicks both Magnifier glass as well as + symbol) | |||||||
Steps To Reproduce | Go to Financial Account Window. Select Spain Bank financial account Create a Transaction Manually in Transaction Tab: Transaction Type: BP Withdrawal GL Item: Salaries Withdrawal Amount: 100.00 Business Partner: Vendor A Transaction Date: Today Process the Transaction Create a Bank Statement Header: Name: TestReconciliationWith002 Transaction Date: 02/10/2014 Create a Bank Statement Line: Transaction Date: 02/10/2014 Reference No.: 123456 Business Partner: Vendor A GL Item: Salaries Amount Out: 100.00 Process the Bank Statement Click on Match Statement Button. Do you want the algorithm to be run against unmatched bank statement lines? Click Cancel The Bank Statement Line appears on Match Statement grid 4 Click on Magnifying glass button in the line, Expected : "Match to a not cleared transaction". Actual: But right now system throws error as "Error This record has already been changed by another user or process." | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(0071060) hgbot (developer) 2014-10-20 18:24 |
Repository: erp/devel/pi Changeset: 6c68dafcdfac6ce159a78ee7347ecba3fdd3a340 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Mon Oct 20 18:23:44 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/6c68dafcdfac6ce159a78ee7347ecba3fdd3a340 [^] Fixed bug 27913 variable updated properly formatted in match statement After fixed issue 27912, variable updated in match statement should formatted as a date and the conversion to utc should not be performed. --- M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/CheckRecordChangedActionHandler.java M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/UnMatchTransactionActionHandler.java M modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-matchStatement.js --- |
(0071062) hgbot (developer) 2014-10-20 18:39 |
Repository: erp/devel/pi Changeset: 446f3299efdb911b5b2f771a4b6a5bc29ab25aa8 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Mon Oct 20 18:39:02 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/446f3299efdb911b5b2f771a4b6a5bc29ab25aa8 [^] Related to issue 27913 Add convertToUTC to obdateutils --- M modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java M src/org/openbravo/erpCommon/utility/OBDateUtils.java --- |
(0071065) eduardo_Argal (viewer) 2014-10-20 21:56 |
Code reviewed and tested. |
(0071129) hgbot (developer) 2014-10-23 13:16 |
Repository: erp/devel/pi Changeset: 9b426464d74956cd81b3a76f9f4e31c23a00e222 Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com> Date: Thu Oct 23 13:15:37 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/9b426464d74956cd81b3a76f9f4e31c23a00e222 [^] Fixes bug 27913: System throws error message when user try to match bank statement lines with OB transactions manually There was a new method created in OBDateUtils which was asuming parameter date was always in the current date. This was wrong so that chnage is reverted and method is no longer doing that assumption. --- M modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java M src/org/openbravo/erpCommon/utility/OBDateUtils.java --- |
(0071130) hgbot (developer) 2014-10-23 13:37 |
Repository: erp/devel/pi Changeset: d829541fb9cf855dcfc997b8fa409fb594fe97a6 Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com> Date: Thu Oct 23 13:37:20 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/d829541fb9cf855dcfc997b8fa409fb594fe97a6 [^] Related to issue 27913: Adds comments to method and chnages method name --- M src/org/openbravo/erpCommon/utility/OBDateUtils.java --- |
(0071131) hgbot (developer) 2014-10-23 13:43 |
Repository: erp/devel/pi Changeset: d09b418c47ac95b1d76da2241369c987df7079ee Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com> Date: Thu Oct 23 13:43:11 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/d09b418c47ac95b1d76da2241369c987df7079ee [^] Related to issue 27913. Miossing related files --- M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/CheckRecordChangedActionHandler.java M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/UnMatchTransactionActionHandler.java --- |
(0071156) hgbot (developer) 2014-10-24 10:41 |
Repository: erp/devel/pi Changeset: 67db68052e38e65e053aea3da9b292987ed7acd8 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Fri Oct 24 09:05:56 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/67db68052e38e65e053aea3da9b292987ed7acd8 [^] Related to issue 27913 fix convertDateToUTC method and match statement force name process --- M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_ELEMENT.xml M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml M src/org/openbravo/erpCommon/utility/OBDateUtils.java --- |
(0071167) Sandrahuguet (viewer) 2014-10-24 12:29 |
Code review and testing OK |
(0072953) hudsonbot (viewer) 2014-12-30 23:23 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^] Maturity status: Test |
(0072955) hudsonbot (viewer) 2014-12-30 23:23 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^] Maturity status: Test |
(0072974) hudsonbot (viewer) 2014-12-30 23:23 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^] Maturity status: Test |
(0072975) hudsonbot (viewer) 2014-12-30 23:23 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^] Maturity status: Test |
(0072976) hudsonbot (viewer) 2014-12-30 23:23 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^] Maturity status: Test |
(0072983) hudsonbot (viewer) 2014-12-30 23:23 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2014-10-20 12:57 | sureshbabu | New Issue | |
2014-10-20 12:57 | sureshbabu | Assigned To | => Sandrahuguet |
2014-10-20 12:57 | sureshbabu | File Added: System throws error message when user try to match bank statement lines with OB transactions manually.png | |
2014-10-20 12:57 | sureshbabu | OBNetwork customer | => No |
2014-10-20 12:57 | sureshbabu | Modules | => Core |
2014-10-20 12:57 | sureshbabu | Triggers an Emergency Pack | => No |
2014-10-20 12:59 | sureshbabu | Relationship added | depends on 0027912 |
2014-10-20 13:53 | sureshbabu | Relationship deleted | depends on 0027912 |
2014-10-20 15:13 | sureshbabu | Relationship added | depends on 0027912 |
2014-10-20 18:24 | hgbot | Checkin | |
2014-10-20 18:24 | hgbot | Note Added: 0071060 | |
2014-10-20 18:24 | hgbot | Status | new => resolved |
2014-10-20 18:24 | hgbot | Resolution | open => fixed |
2014-10-20 18:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6c68dafcdfac6ce159a78ee7347ecba3fdd3a340 [^] |
2014-10-20 18:27 | Sandrahuguet | Review Assigned To | => eduardo_Argal |
2014-10-20 18:28 | Sandrahuguet | Status | resolved => new |
2014-10-20 18:28 | Sandrahuguet | Resolution | fixed => open |
2014-10-20 18:29 | Sandrahuguet | Regression level | => Pre packaging ( pi ) |
2014-10-20 18:29 | Sandrahuguet | Regression date | => 2014-09-17 |
2014-10-20 18:29 | Sandrahuguet | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/2bf04c456587 [^] |
2014-10-20 18:29 | Sandrahuguet | Status | new => scheduled |
2014-10-20 18:29 | Sandrahuguet | fix_in_branch | => pi |
2014-10-20 18:29 | Sandrahuguet | Status | scheduled => resolved |
2014-10-20 18:29 | Sandrahuguet | Resolution | open => fixed |
2014-10-20 18:39 | hgbot | Checkin | |
2014-10-20 18:39 | hgbot | Note Added: 0071062 | |
2014-10-20 21:56 | eduardo_Argal | Note Added: 0071065 | |
2014-10-20 21:56 | eduardo_Argal | Status | resolved => closed |
2014-10-23 12:55 | Sandrahuguet | Status | closed => new |
2014-10-23 12:55 | Sandrahuguet | Resolution | fixed => open |
2014-10-23 13:16 | hgbot | Checkin | |
2014-10-23 13:16 | hgbot | Note Added: 0071129 | |
2014-10-23 13:16 | hgbot | Status | new => resolved |
2014-10-23 13:16 | hgbot | Resolution | open => fixed |
2014-10-23 13:16 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/6c68dafcdfac6ce159a78ee7347ecba3fdd3a340 [^] => http://code.openbravo.com/erp/devel/pi/rev/9b426464d74956cd81b3a76f9f4e31c23a00e222 [^] |
2014-10-23 13:37 | hgbot | Checkin | |
2014-10-23 13:37 | hgbot | Note Added: 0071130 | |
2014-10-23 13:43 | hgbot | Checkin | |
2014-10-23 13:43 | hgbot | Note Added: 0071131 | |
2014-10-24 10:41 | hgbot | Checkin | |
2014-10-24 10:41 | hgbot | Note Added: 0071156 | |
2014-10-24 12:29 | Sandrahuguet | Note Added: 0071167 | |
2014-10-24 12:30 | Sandrahuguet | Assigned To | Sandrahuguet => eduardo_Argal |
2014-10-24 12:30 | Sandrahuguet | Review Assigned To | eduardo_Argal => Sandrahuguet |
2014-10-24 12:30 | Sandrahuguet | Status | resolved => closed |
2014-12-30 23:23 | hudsonbot | Checkin | |
2014-12-30 23:23 | hudsonbot | Note Added: 0072953 | |
2014-12-30 23:23 | hudsonbot | Checkin | |
2014-12-30 23:23 | hudsonbot | Note Added: 0072955 | |
2014-12-30 23:23 | hudsonbot | Checkin | |
2014-12-30 23:23 | hudsonbot | Note Added: 0072974 | |
2014-12-30 23:23 | hudsonbot | Checkin | |
2014-12-30 23:23 | hudsonbot | Note Added: 0072975 | |
2014-12-30 23:23 | hudsonbot | Checkin | |
2014-12-30 23:23 | hudsonbot | Note Added: 0072976 | |
2014-12-30 23:23 | hudsonbot | Checkin | |
2014-12-30 23:23 | hudsonbot | Note Added: 0072983 |
Copyright © 2000 - 2009 MantisBT Group |