Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014606 | Openbravo ERP | 09. Financial management | public | 2010-09-17 18:35 | 2010-10-13 19:26 |
|
Reporter | networkb | |
Assigned To | dalsasua | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40MP12 | |
Target Version | 2.40MP13 | Fixed in Version | 2.50MP23 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0014606: You can process a Bank Statement with a Line with invalid Accounting Date |
Description | You can process a Bank Statement with a Line with invalid Accounting Date |
Steps To Reproduce | 1. Financial Management || Receivables & Payables || Transactions || Bank Statement || Header : create record for 17-09-2010
2. Press "Create Lines From" and select any payment.
3. Go to Financial Management || Receivables & Payables || Transactions || Bank Statement || Header >> Lines : modify Effective Date and Accounting Date to 17-09-2345
4. Come back to header: PROCESS and POST. Bankstatement is posted |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | backport | 0013104 | 2.40MP13 | closed | sathiyan | You can process a Bank Statement when its period is not open | depends on | backport | 0014632 | 2.40MP13 | closed | sivaraman | You can process a Bank Statement with a Line with invalid Accounting Date | has duplicate | defect | 0015023 | 2.50MP24 | closed | dalsasua | Incorrect error when you post a Bank Statement with an erroneous Accounting Date |
|
Attached Files | bs2345.png (153,564) 2010-09-17 18:37 https://issues.openbravo.com/file_download.php?file_id=3101&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2010-09-17 18:35 | networkb | New Issue | |
2010-09-17 18:35 | networkb | Assigned To | => dalsasua |
2010-09-17 18:35 | networkb | OBNetwork customer | => Yes |
2010-09-17 18:37 | networkb | File Added: bs2345.png | |
2010-09-17 18:41 | networkb | Relationship added | related to 0013104 |
2010-09-21 12:21 | adrianromero | Issue cloned | 0014632 |
2010-09-21 12:21 | adrianromero | Relationship added | depends on 0014632 |
2010-09-21 12:22 | adrianromero | Note Added: 0031268 | |
2010-09-21 12:22 | adrianromero | Status | new => closed |
2010-09-21 12:22 | adrianromero | Resolution | open => no change required |
2010-09-22 00:00 | anonymous | sf_bug_id | 0 => 3072978 |
2010-10-12 07:10 | hgbot | Checkin | |
2010-10-12 07:10 | hgbot | Note Added: 0031775 | |
2010-10-12 07:10 | hgbot | Status | closed => resolved |
2010-10-12 07:10 | hgbot | Resolution | no change required => fixed |
2010-10-12 07:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/db409a855f2d2bfa564eec29625f86f87a55f71c [^] |
2010-10-12 07:13 | sivaraman | Note Added: 0031776 | |
2010-10-12 21:39 | hudsonbot | Checkin | |
2010-10-12 21:39 | hudsonbot | Note Added: 0031783 | |
2010-10-13 19:26 | psarobe | Note Added: 0031828 | |
2010-10-13 19:26 | psarobe | Status | resolved => closed |
2010-10-13 19:26 | psarobe | Fixed in Version | => 2.50MP23 |
2010-10-25 19:01 | psarobe | Relationship added | has duplicate 0015023 |
Notes |
|
|
This steps work as expected in the latest 2.50mp21 |
|
|
(0031775)
|
hgbot
|
2010-10-12 07:10
|
|
Repository: erp/devel/pi
Changeset: db409a855f2d2bfa564eec29625f86f87a55f71c
Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
Date: Tue Oct 12 10:39:38 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/db409a855f2d2bfa564eec29625f86f87a55f71c [^]
Fixes issue 14606: You can process a Bank Statement with a Line with invalid Accounting Date
C_CHK_OPEN_PERIOD has been used to validate if bank statement lines don't have invalid date. Error message will be displayed in case invalidity.
No impacts.
---
M src-db/database/model/functions/C_BANKSTATEMENT_POST.xml
---
|
|
|
|
Steps to test:
1. Financial Management || Receivables & Payables || Transactions || Bank Statement || Header : create record for 17-09-2010
2. Press "Create Lines From" and select any payment.
3. Go to Financial Management || Receivables & Payables || Transactions || Bank Statement || Header >> Lines : modify Effective Date and Accounting Date to 17-09-2345
4. Come back to header and click process button
5. Verify if error is shown as 'The Period does not exist or it is not opened' |
|
|
|
|
|
|
|