class Report

Attributes

print_account[RW]
print_accounts[RW]
print_movements[RW]

Public Instance Methods

listp_accounts() click to toggle source
# File Entities/Report.rb, line 93
def listp_accounts
  accounts.collect { |a|
    [a.id, "#{a.level}: #{a.account.path}"]
  }
end
print(start = Date.today, months = 12) click to toggle source
print_account_monthly(acc, start, months, counter) click to toggle source
print_heading_monthly(start = Date.today, months = 12) click to toggle source
print_list_monthly(start = Date.today, months = 12) click to toggle source
print_pdf_monthly(start = Date.today, months = 12) click to toggle source