BrightSide Workbench Full Report + Source Code
org.turro.financials.report.AccountsReport Class Reference
Inheritance diagram for org.turro.financials.report.AccountsReport:
Collaboration diagram for org.turro.financials.report.AccountsReport:

Public Member Functions

 AccountsReport ()
 
- Public Member Functions inherited from org.turro.financials.report.AccountReport
 AccountReport (String name)
 
AccountReportItem addItem (String label)
 
AccountReportItem addItem (AccountReportItem item)
 
AccountReportFormula addFormula (String label)
 
AccountReportFormula addFormula (AccountReportFormula formula)
 
List< AccountReportItemgetChildren ()
 
List< AccountReportFormulagetFormulas ()
 
String getName ()
 
void setName (String name)
 
boolean isShowTotal ()
 
void setShowTotal (boolean showTotal)
 
PeriodSet getExistingPeriods ()
 
AccountReportItem getItem (String label)
 
AccountReportFormula getFormula (String label)
 
Dao getDao ()
 
List< String > getAccounts ()
 
void loadData ()
 
AccountReportItem getTotalItem ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file AccountsReport.java.

Constructor & Destructor Documentation

◆ AccountsReport()

org.turro.financials.report.AccountsReport.AccountsReport ( )

Definition at line 26 of file AccountsReport.java.

26  {
27  super("Accounts report");
28  setShowTotal(true);
29  createReport();
30  loadData();
31  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: