Sha256: 6be028e72492d0ae3df1d4e1552488684beaeee7e86ee01ba1d2535abcf05794

Contents?: true

Size: 612 Bytes

Versions: 11

Compression:

Stored size: 612 Bytes

Contents

module Billogram
  class Bookkeeping < Resource
    attr_accessor :income_account, :vat_account, :income_account_for_vat_25,
      :income_account_for_vat_12, :income_account_for_vat_6,
      :income_account_for_vat_0, :reversed_vat_account, :vat_account_for_vat_25,
      :vat_account_for_vat_12, :vat_account_for_vat_6, :account_receivable_account,
      :client_funds_account, :banking_account, :interest_fee_account,
      :reminder_fee_account, :rounding_account, :factoring_receivable_account

    relation :regional_sweden, :one
    relation :objects, :many, class_override: "BookkeepingObject"
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
billogram-0.6.5 lib/billogram/resources/bookkeeping.rb
billogram-0.6.4 lib/billogram/resources/bookkeeping.rb
billogram-0.6.3 lib/billogram/resources/bookkeeping.rb
billogram-0.6.2 lib/billogram/resources/bookkeeping.rb
billogram-0.6.1 lib/billogram/resources/bookkeeping.rb
billogram-0.6.0 lib/billogram/resources/bookkeeping.rb
billogram-0.5.6 lib/billogram/resources/bookkeeping.rb
billogram-0.5.5 lib/billogram/resources/bookkeeping.rb
billogram-0.5.4 lib/billogram/resources/bookkeeping.rb
billogram-0.5.3 lib/billogram/resources/bookkeeping.rb
billogram-0.5.2 lib/billogram/resources/bookkeeping.rb