Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011961Openbravo ERP09. Financial managementpublic2010-01-13 19:342010-02-01 13:51
azabaleta 
dalsasua 
normalmajoralways
closedno change required 
5
2.40MP11 
 
No
Core
No
0011961: The GeneralAccountingReports.java does not distinguish between accounting schemas.
The "FIND" section in this .java does not pass the accounting schema ID to the printPagePDF method.
Open the GeneralAccountingReports.java file
Go to FIND section
Look for printPagePDF method
See that instead of cAcctschemaId its passing ""
No tags attached.
depends on backport 0012065 closed dalsasua The GeneralAccountingReports.java does not distinguish between accounting schemas. 
depends on backport 0012073 closed dalsasua The GeneralAccountingReports.java does not distinguish between accounting schemas. 
Issue History
2010-01-13 19:34azabaletaNew Issue
2010-01-13 19:34azabaletaAssigned To => rafaroda
2010-01-18 11:30dalsasuaAssigned Torafaroda => dalsasua
2010-01-26 09:18dalsasuaStatusnew => scheduled
2010-01-26 09:18dalsasuafix_in_branch => pi
2010-01-26 18:38dalsasuaStatusscheduled => acknowledged
2010-01-26 18:39dalsasuaStatusacknowledged => scheduled
2010-01-26 18:53dalsasuaNote Added: 0023814
2010-01-26 18:53dalsasuaStatusscheduled => closed
2010-01-26 18:53dalsasuaResolutionopen => no change required
2010-01-27 00:00anonymoussf_bug_id0 => 2940571
2010-02-01 13:51dalsasuaNote Added: 0023881

Notes
(0023814)
dalsasua   
2010-01-26 18:53   
In pi behavior is ok: in order to have call outs correctly executed, window must be shown with no accounting schema selected when launching the report. In 2.40, because of a copy-paste error that removed it, accounting schema must be provided to the printPagePDF function
(0023881)
dalsasua   
2010-02-01 13:51   
In order to test this: create a balance sheet for SmallBazaar. Run it. Realize that assets (-17.910,49) is different from liabilities (6.637,61). After the fix, both are the same.