Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013104 | Openbravo ERP | 09. Financial management | public | 2010-03-25 16:54 | 2010-04-26 12:39 |
|
Reporter | networkb | |
Assigned To | sathiyan | |
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.40 | |
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 | 0013104: You can process a Bank Statement when its period is not open |
Description | You can process a Bank Statement when its period is not open |
Steps To Reproduce | -As Openbravo Admin go to Financial Management || Receivables & Payables || Transactions || Bank Statement
-Create a new record. Transaction Date: 25-03-2654
-Create lines using 'Create Lines From'
-Process |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | backport | 0014632 | 2.40MP13 | closed | sivaraman | You can process a Bank Statement with a Line with invalid Accounting Date | related to | defect | 0014606 | 2.40MP13 | closed | dalsasua | You can process a Bank Statement with a Line with invalid Accounting Date | blocks | defect | 0012810 | 2.40MP13 | closed | sathiyan | You can process a Bank Statement when its period is not open |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-04-23 13:28 | networkb | Type | defect => backport |
2010-04-23 13:28 | networkb | fix_in_branch | pi => 2.40 |
2010-04-23 13:30 | networkb | Note Added: 0026625 | |
2010-04-23 13:30 | networkb | Status | scheduled => resolved |
2010-04-23 13:30 | networkb | Fixed in Version | => 2.40 |
2010-04-23 13:30 | networkb | Resolution | open => fixed |
2010-04-23 13:31 | networkb | Note Added: 0026626 | |
2010-04-23 13:31 | networkb | Note Added: 0026627 | |
2010-04-26 12:39 | arunkumar | Note Added: 0026675 | |
2010-04-26 12:39 | arunkumar | Status | resolved => closed |
2010-09-17 18:41 | networkb | Relationship added | related to 0014606 |
2010-09-22 13:33 | sivaraman | Relationship added | has duplicate 0014632 |
Notes |
|
|
Repository: erp/stable/2.40
Changeset: 392037715d9ea3e1617756ac746e6bb98b0961b2
Author: Sathiyan Sivaprakasam <sathiyan.sivaprakasam <at> openbravo.com>
Date: Mon Apr 19 12:21:45 2010 +0530
URL: http://code.openbravo.com/erp/stable/2.40/rev/392037715d9ea3e1617756ac746e6bb98b0961b2 [^] [^]
Fixes Issue 12810: You can post a Bank Statement while period is not open.
---
M .settings/org.eclipse.jdt.core.prefs
M src/org/openbravo/erpCommon/ad_actionButton/Posted.java
M src/org/openbravo/erpCommon/ad_forms/AcctServer.java
--- |
|
|
|
The default behavior of 2.40 is they don't check whether period is open or not in the time of process/complete. The same behavior in sales or purchase invoice/order complete. They don't check whether period is open or not in the time of complete. They will only check it in the time of post.
The same way the above fix will only protect in the time of posting bank statement. It is not fix the issue at the time of process. If we do it in one place, there would be inconsistent in the application.
However if you compare 2.50, they will check whether period is open or not during the time of complete/process itself. |
|
|
|
|
|
|
While posting the document if the period is not open then the following error message is displayed
"ProcessRunError\nCreated=0" |
|