Module: Bookkeeping

Defined in:
app/models/bookkeeping/entry.rb,
lib/bookkeeping.rb,
lib/bookkeeping/dsl.rb,
lib/bookkeeping/proxy.rb,
lib/bookkeeping/engine.rb,
lib/bookkeeping/version.rb,
app/models/bookkeeping/amount.rb,
app/models/bookkeeping/account.rb,
app/models/bookkeeping/extension.rb,
app/models/bookkeeping/debit_amount.rb,
app/models/bookkeeping/asset_account.rb,
app/models/bookkeeping/credit_amount.rb,
app/models/bookkeeping/equity_account.rb,
app/models/bookkeeping/income_account.rb,
app/models/bookkeeping/expense_account.rb,
app/models/bookkeeping/liability_account.rb,
app/helpers/bookkeeping/application_helper.rb,
app/controllers/bookkeeping/application_controller.rb

Overview

Schema Information

Table name: bookkeeping_accounts

id                :integer          not null, primary key
name              :string
type              :string
overdraft_enabled :boolean          default(TRUE), not null
accountable_id    :integer
accountable_type  :string
created_at        :datetime
updated_at        :datetime

Defined Under Namespace

Modules: ApplicationHelper, Extension, Proxy Classes: Account, Amount, ApplicationController, AssetAccount, CreditAmount, DSL, DebitAmount, Engine, Entry, EquityAccount, ExpenseAccount, IncomeAccount, LiabilityAccount

Constant Summary collapse

VERSION =
"0.0.2"