Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #33463 Back to Issue ]
Summary 0033463: API Change Request : Change in the signature of the method selectFactAcct() present in AccountTree_Data.xsql
Revision 2016-07-12 11:42 by vmromanos
Description Related to issue 33460 : Ability to launch the report without comparing it with a previous year

The Balance sheet and PL report always expect reference year(Reference Year is mandatory)

We wanted to make Reference year as optional. So created new field called "Compare To", based on which the reference year field can be put as Optional.

The xsql query in charge of getting the data now has a new parameter to control whether to query or not for the comparative year. Thus we can improve the performance of the query, avoiding to retrieve data that is not going to be shown later on in the report.
 
This xsql file builds a public class and method. The method now has a new parameter which creates the API change:


Missing
method org.openbravo.erpCommon.businessUtility.AccountTreeData.selectFactAcct(org.openbravo.database.ConnectionProvider, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String): missing in /srv/ci/workspace/try-full-pgsql/SANDBOX/api-checks/output/java
method org.openbravo.erpCommon.businessUtility.AccountTreeData.selectFactAcct(org.openbravo.database.ConnectionProvider, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, int, int): missing in /srv/ci/workspace/try-full-pgsql/SANDBOX/api-checks/output/java
Revision 2016-07-12 11:27 by vmromanos
Description Related to issue 33460 : Ability to launch the report without comparing it with a previous year

The Balance sheet and PL report always expect reference year(Reference Year is mandatory)

We wanted to make Reference year as optional. So created new field called "Compare To", based on which the reference year field can be put as Optional.



Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker