Class: QBFC::Reports::GeneralDetail

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

Constant Summary collapse

REPORT_TYPE_PREFIX =
'Gdrt'
REPORTS =
%w{1099Detail
AuditTrail
BalanceSheetDetail
CheckDetail
CustomerBalanceDetail
DepositDetail
EstimatesByJob
ExpenseByVendorDetail
GeneralLedger
IncomeByCustomerDetail
IncomeTaxDetail
InventoryValuationDetail
JobProgressInvoicesVsEstimates
Journal
MissingChecks
OpenInvoices
OpenPOs
OpenPOsByJob
OpenSalesOrderByCustomer
OpenSalesOrderByItem
PendingSales
ProfitAndLossDetail
PurchaseByItemDetail
PurchaseByVendorDetail
SalesByCustomerDetail
SalesByItemDetail
SalesByRepDetail
TxnDetailByAccount
TxnListByCustomer
TxnListByDate
TxnListByVendor
UnpaidBillsDetail
UnbilledCostsByJob
VendorBalanceDetail}

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