Class: Sie::Document

Inherits:
Object
  • Object
show all
Defined in:
lib/sie/document.rb,
lib/sie/document/voucher_series.rb,
lib/sie/document/financial_years.rb

Defined Under Namespace

Classes: FinancialYear, FinancialYears, Renderer, VoucherSeries

Instance Method Summary collapse

Instance Method Details

#renderObject



10
11
12
13
14
15
16
17
18
# File 'lib/sie/document.rb', line 10

def render
  add_header
  add_financial_years
  add_accounts
  add_balances
  add_vouchers

  renderer.render
end