Class: QBFC::Reports::BudgetSummary

Inherits:
QBFC::Report show all
Defined in:
lib/qbfc/reports/budget_summary.rb

Constant Summary collapse

REPORT_TYPE_PREFIX =
'Bsrt'
REPORTS =
%w{BalanceSheetBudgetOverview 
BalanceSheetBudgetVsActual
ProfitAndLossBudgetOverview
ProfitAndLossBudgetPerformance
ProfitAndLossBudgetVsActual}

Constants inherited from QBFC::Report

QBFC::Report::CLASSES

Method Summary

Methods inherited from QBFC::Report

#cell, #col_for, #data, get, get_class, qb_name, query, #rows, #subtotals, #text_rows, #totals

Methods inherited from Base

create_query, #initialize, is_base_class?, #method_missing, #ole_methods, parse_find_args, qb_name, #qb_name, #respond_to_ole?

Constructor Details

This class inherits a constructor from QBFC::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class QBFC::Base