Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0035918Openbravo ERP09. Financial managementpublic2017-05-02 17:122017-05-16 18:16
maite 
AtulOpenbravo 
immediatemajoralways
closedfixed 
5
 
3.0PR17Q23.0PR17Q2 
aferraz
Core
Production - Confirmed Stable
2015-01-15
3.0PR15Q2
https://code.openbravo.com/erp/devel/pi/rev/92d415cdc5cf0c2bd31363292d5da6d8e4e43b26 [^]
No
0035918: Wrong Trial Balance at "Account" level and without checking "Opening Entry Amount to Initial Balance"
In case regular accounting information exists for Opening Date and Trial Balance is run at "Account" level and without checking "Opening Entry Amount to Initial Balance", wrong information is shown
0. Access To "End Year Close" window and verify that last year closed for "F&B España, S.A" organization is 2013
1. Run Trial Balance report from 01-01-2014 to 31-12-2014, "F&B España, S.A" organization, "F&B España, S.A US/A/Euro" general ledger, "Account" level, "Opening Entry Amount to Initial Balance" NOT checked and realize that no information for "130A" account appears
2. Create new GL Journal for "F&B España, S.A" organization, any description, Accounting Date=01-01-2014.
3. Add new Header for "F&B España, S.A. US/A/Euro" general ledger and Accounting date=01-01-2014.
4. Add new line for "10300 - Socios por desembolsos no exigidos; capital social" account, Debit=400
5. Add new line for "43000 - Clientes (euros) a corto plazo" account, Credit=400. Complete and post journal
6. Run Trial Balance using same filtering criteria and realize that now "103A" account appears but balance shown is 800 instead of 400

Moreover, if you change Account Level filtering criteria from Account to Sub-account you can see that proper balance of 400 is calculated for account "10300"
No tags attached.
blocks defect 0035896 closed AtulOpenbravo Wrong Trial Balance at "Account" level and without checking "Opening Entry Amount to Initial Balance" 
Issue History
2017-05-04 09:42aferrazTypedefect => backport
2017-05-04 09:42aferrazTarget Version => 3.0PR17Q2
2017-05-04 21:16AtulOpenbravoRegression level => Production - Confirmed Stable
2017-05-04 21:16AtulOpenbravoRegression date => 2015-01-15
2017-05-04 21:16AtulOpenbravoRegression introduced in release => 3.0PR15Q2
2017-05-04 21:16AtulOpenbravoRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/92d415cdc5cf0c2bd31363292d5da6d8e4e43b26 [^]
2017-05-08 18:17AtulOpenbravoNote Added: 0096462
2017-05-16 18:15hgbotCheckin
2017-05-16 18:15hgbotNote Added: 0096626
2017-05-16 18:15hgbotStatusscheduled => resolved
2017-05-16 18:15hgbotResolutionopen => fixed
2017-05-16 18:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR17Q2/rev/4c43e1ac2cc35028f17cc54366b8c706d71ea656 [^]
2017-05-16 18:16aferrazReview Assigned To => aferraz
2017-05-16 18:16aferrazNote Added: 0096629
2017-05-16 18:16aferrazStatusresolved => closed
2017-05-16 18:16aferrazFixed in Version => 3.0PR17Q2

Notes
(0096462)
AtulOpenbravo   
2017-05-08 18:17   
Test Plan

- Access To "End Year Close" window and verify that last year closed for "F&B España, S.A" organization is 2013.
- Run Trial Balance report from 01-01-2014 to 31-12-2014, "F&B España, S.A" organization, "F&B España, S.A US/A/Euro" general ledger, "Account" level, "Opening Entry Amount to Initial Balance" NOT checked and realize that no information for "130A" account appears.
- Create new GL Journal for "F&B España, S.A" organization, any description, Accounting Date=01-01-2014.
- Add new Header for "F&B España, S.A. US/A/Euro" general ledger and Accounting date=01-01-2014.
- Add new line for "10300 - Socios por desembolsos no exigidos; capital social" account, Debit=400.
- Add new line for "43000 - Clientes (euros) a corto plazo" account, Credit=400. Complete and post journal.
- Run Trial Balance using same filtering criteria and check that now "103A" account has balance as 400.

Test plan 28452

1- Login F&B International Group Admin.
2- Run Run Trial Balance Report.
3- Select dates from 01/01/2014 to 31/12/2014, organization and general ledger: España S.A
4- Display advanced filters and select account level as account and uncheck. "Opening Entry Amount to Initial Balance".
5- Click search button and check that balance obtained is 0.00
6- Register new Sales Invoice with date 01/01/2014, complete it and post it.
7- Run trial balance using same filters and check that obtained balance is 0.00.
(0096626)
hgbot   
2017-05-16 18:15   
Repository: erp/backports/3.0PR17Q2
Changeset: 4c43e1ac2cc35028f17cc54366b8c706d71ea656
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Mon May 15 00:24:10 2017 +0530
URL: http://code.openbravo.com/erp/backports/3.0PR17Q2/rev/4c43e1ac2cc35028f17cc54366b8c706d71ea656 [^]

Fixes issue 35918: Wrong Trial Balance at "Account" level
and without checking "Opening Entry Amount to Initial Balance"

select is modified to get all account tree elements and their respective dr and cr in fact
acct other than fact acct type R (Income Statement), C (Closing) and
O (Opening) in between date from and date to filters. Select Initial Balance Method
is modified to just get the initial balance of the account tree element upto from date
filter or the opening type fact acct register on from date filter.

Using the Opening Entry Amount to Initial Balance flag and initial balance sign it is
decided to add to either dr or cr column respectively. +ve value added to debits and
-ve value added to credits.

---
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance_data.xsql
---
(0096629)
aferraz   
2017-05-16 18:16   
Code review + Testing OK