Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010087 | Openbravo ERP | 09. Financial management | public | 2009-07-28 13:25 | 2009-10-22 00:00 |
|
Reporter | dalsasua | |
Assigned To | jayakumar | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 8.04Hardy |
Product Version | pi | |
Target Version | pi | Fixed in Version | 2.50MP7 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0010087: User shouldn't be able to close a year, if the previous one is not closed as well |
Description | In order to close a year, all the previous ones must be closed. Otherwise, when closing those, accounting data may not be correct. For example:
A system with years 2008 and 2009 created, all of them still open.
2009 is closed.
More documents are posted in 2008.
2008 is closed.
The accounting data related to the last documents posted in 2008 will not be taken into account in the closing of 2009 and so in the opening of 2010. |
Steps To Reproduce | Go to finan.mgmt>accounting>setup>fiscal calendar
create years 2008 and 2009
close 2009
systems lets you do it with no error or warning |
Proposed Solution | Add a check in the CREATE_REG_FACT_ACCT process, so a year cannot be closed if previous one is not closed as well. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0011813 | 2.50MP10 | closed | rajagopal | It is not possible to close January period | related to | defect | 0012071 | pi | closed | rajagopal | Opening/closing period actions according to multi-org restrictions |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-07-28 13:25 | dalsasua | New Issue | |
2009-07-28 13:25 | dalsasua | Assigned To | => dalsasua |
2009-07-28 13:25 | dalsasua | OBNetwork customer | => No |
2009-08-31 13:47 | rafaroda | Assigned To | dalsasua => vmromanos |
2009-08-31 13:47 | rafaroda | Priority | normal => high |
2009-08-31 13:47 | rafaroda | Status | new => scheduled |
2009-10-06 15:28 | rajagopal | Note Added: 0020788 | |
2009-10-06 16:22 | dalsasua | Note Added: 0020790 | |
2009-10-12 08:47 | jayakumar | Assigned To | vmromanos => jayakumar |
2009-10-13 11:52 | hgbot | Checkin | |
2009-10-13 11:52 | hgbot | Note Added: 0020980 | |
2009-10-13 11:52 | hgbot | Status | scheduled => resolved |
2009-10-13 11:52 | hgbot | Resolution | open => fixed |
2009-10-13 11:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/57c162c684726322e5b5ecf78cecf3fb8e1faf87 [^] |
2009-10-14 07:22 | hgbot | Checkin | |
2009-10-14 07:22 | hgbot | Note Added: 0020993 | |
2009-10-14 07:22 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/57c162c684726322e5b5ecf78cecf3fb8e1faf87 [^] => http://code.openbravo.com/erp/devel/pi/rev/4ca31e7f8a75b20663381854efa07e00b3591d17 [^] |
2009-10-21 12:28 | arunkumar | Status | resolved => closed |
2009-10-21 12:28 | arunkumar | Note Added: 0021261 | |
2009-10-21 12:28 | arunkumar | Fixed in Version | => 2.50MP7 |
2009-10-22 00:00 | anonymous | sf_bug_id | 0 => 2883555 |
2009-12-28 09:55 | vmromanos | Relationship added | related to 0011813 |
2010-01-26 18:21 | dalsasua | Relationship added | related to 0012071 |
Notes |
|
|
Hi David,
The error should be shown if the previous year is not closed is ok.
Do we need to check whether the previous year is "Permanently Closed Period" or just "Close Period" ?
Thanks,
B.Rajagopal |
|
|
|
Hi,
Just closed is ok.
Regards. |
|
|
(0020980)
|
hgbot
|
2009-10-13 11:52
|
|
Repository: erp/devel/pi
Changeset: 57c162c684726322e5b5ecf78cecf3fb8e1faf87
Author: Jayakumar Kasinathan <jayakumar.kasinathan <at> openbravo.com>
Date: Tue Oct 13 15:21:58 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/57c162c684726322e5b5ecf78cecf3fb8e1faf87 [^]
Fixed 10087 User shouldn't be able to close a year, if the previous one is not closed as well.
---
M src-db/database/model/functions/C_PERIOD_PROCESS.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
|
|
|
(0020993)
|
hgbot
|
2009-10-14 07:22
|
|
|
|
|
Tested & Working fine.
Now the user should not be able to close a year if the previous year is open. |
|