Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017535Openbravo ERP09. Financial managementpublic2011-06-07 11:462011-07-14 13:56
dalsasua 
dalsasua 
highminoralways
closedfixed 
20Ubuntu 10.10
 
2.50MP32 
Core
No
0017535: Fiscal Year closing process do not take into account all the accounting dimensions
When running "Create Regularization Facts Accounting" process, in the fiscal year window, it's not taking into account all the dimensions.
If a fiscal year is closed, the opening entry looses the trace of some dimensions.

- Post an invoice with project
- Realize that the entry do save this dimension in accounting (you can check at Accounting Transaction Details)
- Run create reg fact acct process for a given fiscal year
- Locate the opening entry row for the BP of invoice in step 1
- Realize that no information about the project dimension is saved



CreateRegFactAcct_data.xsql should change:
- In getAmountsClose SQL statement, the group by clause must also include tax, project, activity, user_1, user_2, campaign, sales region, etc.
No tags attached.
blocks defect 0017534 closed dalsasua Fiscal Year closing process do not take into account all the accounting dimensions 
Issue History
2011-06-07 11:46dalsasuaTypedefect => backport
2011-06-07 11:46dalsasuafix_in_branch => 2.50
2011-06-07 11:49dalsasuaIssue Monitored: networkb
2011-07-05 13:01hgbotCheckin
2011-07-05 13:01hgbotNote Added: 0038772
2011-07-05 13:01hgbotStatusscheduled => resolved
2011-07-05 13:01hgbotResolutionopen => fixed
2011-07-05 13:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/8bd21b2c2bc8164445730bdbf32bf7e6d62390e8 [^]
2011-07-14 13:56dalsasuaStatusresolved => closed
2011-07-14 13:56dalsasuaFixed in Version => 2.50MP32

Notes
(0038772)
hgbot   
2011-07-05 13:01   
Repository: erp/stable/2.50
Changeset: 8bd21b2c2bc8164445730bdbf32bf7e6d62390e8
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Thu Jun 30 18:40:09 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/8bd21b2c2bc8164445730bdbf32bf7e6d62390e8 [^]

Fixes issue 17236. Fixes issue 17666. Fixes issue 17535. Fixes issue 17847. Fixes issue 17845.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.html
M src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.java
M src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.xml
M src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct_data.xsql
M src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.html
M src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.java
M src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct_data.xsql
A src-db/database/model/triggers/AD_ORG_ACCTSCHEMA_TRG3.xml
---