Sha256: 33b671a502b49b73994320538ea385e89c306b27af373a35a927cddd35861d9b

Contents?: true

Size: 800 Bytes

Versions: 6

Compression:

Stored size: 800 Bytes

Contents

module NetSuite
  module Records
    class JournalEntry
      include Support::Fields
      include Support::RecordRefs
      include Support::Records
      include Support::Actions
      include Namespaces::TranGeneral

      actions :get, :add, :delete

      fields :approved, :created_date, :exchange_rate, :last_modified_date, :reversal_date, :reversal_defer, :reversal_entry,
        :tran_date, :tran_id

      field :custom_field_list, CustomFieldList
      field :line_list,         JournalEntryLineList

      record_refs :created_from, :currency, :custom_form, :department, :klass, :location, :parent_expense_alloc,
        :posting_period, :subsidiary, :to_subsidiary

      def initialize(attributes = {})
        initialize_from_attributes_hash(attributes)
      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
netsuite-0.0.32 lib/netsuite/records/journal_entry.rb
netsuite-0.0.31 lib/netsuite/records/journal_entry.rb
netsuite-0.0.30 lib/netsuite/records/journal_entry.rb
netsuite-0.0.29 lib/netsuite/records/journal_entry.rb
netsuite-0.0.28 lib/netsuite/records/journal_entry.rb
netsuite-0.0.27 lib/netsuite/records/journal_entry.rb