Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009374Openbravo ERP09. Financial managementpublic2009-05-18 12:222009-06-10 12:02
pmagnin 
pjuvara 
urgentminorhave not tried
closedfixed 
5
 
2.40MP5 
Core
No
0009374: Include Provisional Opening Balance
When you generate the balance sheet report for the current year when the previous year is still open, each account balance is calculated considering only the accounting entries for the current year and assuming an opening balance of zero.

Openbravo gives you to combine the period close with the automatic generation of the closing and opening entries by running the corresponding process.
The purpose of the closing and opening entry is to transfer the balance of an account at the end of a period to be beginning of the next period.

This behavior does not meet the operational needs of generating a provisional balance sheet to manage the company at the beginning of a year while the previous year is still being adjusted.


-------------------------------------------------------------------------------
The objective of the presente FR is to change the Balance Sheet report so that:

1 - If the previous year is not closed, instead of assuming zero beginning balances for the accounts, a provisional opening entry is calculated to ensure that the amounts are always correct.

2- In that case, the report output should be considered provisional (because the beginning balance could change as the result of a change in the previous year) and the label "Provisional" will be included in the report output.

3 - To avoid impact to existing customers who are used to the current behavior of the report, the calculation of provisional entries will be controlled by a report option "Include Provisional Opening Balance".
No tags attached.
blocks feature request 0009069 closed dalsasua Include Provisional Opening Balance 
Issue History
2009-06-08 12:54dalsasuaTypefeature request => backport
2009-06-08 12:54dalsasuafix_in_branch => 2.40
2009-06-08 13:43hgbotCheckin
2009-06-08 13:43hgbotNote Added: 0017087
2009-06-08 13:43hgbotStatusscheduled => resolved
2009-06-08 13:43hgbotResolutionopen => fixed
2009-06-08 13:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/e6c1d531668d8b29357cab3a5398d7678a228143 [^]
2009-06-08 14:43hgbotCheckin
2009-06-08 14:43hgbotNote Added: 0017095
2009-06-08 14:43hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40/rev/e6c1d531668d8b29357cab3a5398d7678a228143 [^] => http://code.openbravo.com/erp/stable/2.40/rev/523a2c650bd6f810ba1a9caebd1e152828f8d78c [^]
2009-06-10 12:02psarobeStatusresolved => closed
2009-06-10 12:02psarobeFixed in Version => 2.40MP5

Notes
(0017087)
hgbot   
2009-06-08 13:43   
Repository: erp/stable/2.40
Changeset: e6c1d531668d8b29357cab3a5398d7678a228143
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Mon Jun 08 13:43:11 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/e6c1d531668d8b29357cab3a5398d7678a228143 [^]

Fixes issue 9374: Include Provisional Opening Balance

---
M src-db/database/model/tables/C_ACCT_RPT.xml
M src-db/database/sampledata/C_ACCT_RPT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.html
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.xml
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports_data.xsql
M src/org/openbravo/erpCommon/businessUtility/AccountTree_data.xsql
---
(0017095)
hgbot   
2009-06-08 14:43   
Repository: erp/stable/2.40
Changeset: 523a2c650bd6f810ba1a9caebd1e152828f8d78c
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Mon Jun 08 14:38:14 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/523a2c650bd6f810ba1a9caebd1e152828f8d78c [^]

Fixes Issue 9374:Include Provisional Opening Balance

---
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports_data.xsql
---