Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012810 | Openbravo ERP | 09. Financial management | public | 2010-03-25 16:54 | 2010-04-24 00:00 |
|
Reporter | networkb | |
Assigned To | sathiyan | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | unable to reproduce | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40MP12 | |
Target Version | 2.40MP13 | Fixed in Version | pi | |
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 | 0012810: 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 | depends on | backport | 0013104 | 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-03-25 16:54 | networkb | New Issue | |
2010-03-25 16:54 | networkb | Assigned To | => dalsasua |
2010-03-25 16:54 | networkb | OBNetwork customer | => Yes |
2010-04-13 12:50 | sathiyan | Assigned To | dalsasua => sathiyan |
2010-04-13 12:50 | sathiyan | Status | new => scheduled |
2010-04-13 12:50 | sathiyan | fix_in_branch | => pi |
2010-04-19 08:37 | hgbot | Checkin | |
2010-04-19 08:37 | hgbot | Note Added: 0026331 | |
2010-04-19 08:37 | hgbot | Status | scheduled => resolved |
2010-04-19 08:37 | hgbot | Resolution | open => fixed |
2010-04-19 08:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.40/rev/392037715d9ea3e1617756ac746e6bb98b0961b2 [^] |
2010-04-19 08:45 | sathiyan | Note Added: 0026333 | |
2010-04-23 13:27 | networkb | Status | resolved => new |
2010-04-23 13:27 | networkb | Resolution | fixed => open |
2010-04-23 13:28 | networkb | Status | new => scheduled |
2010-04-23 13:31 | networkb | Fixed in SCM revision | http://code.openbravo.com/erp/stable/2.40/rev/392037715d9ea3e1617756ac746e6bb98b0961b2 [^] => |
2010-04-23 13:31 | networkb | fix_in_branch | pi => |
2010-04-23 13:37 | sathiyan | Note Added: 0026628 | |
2010-04-23 13:37 | sathiyan | Status | scheduled => closed |
2010-04-23 13:37 | sathiyan | Resolution | open => unable to reproduce |
2010-04-23 13:37 | sathiyan | Fixed in Version | => pi |
2010-04-24 00:00 | anonymous | sf_bug_id | 0 => 2991570 |
Notes |
|
(0026331)
|
hgbot
|
2010-04-19 08:37
|
|
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. |
|
|
|
We have fixed it backport. It is not able reproducible in 2.50. So I am close this issue. |
|