Class: Riif::DSL::Invitem

Inherits:
Base
  • Object
show all
Defined in:
lib/riif/dsl/invitem.rb

Constant Summary collapse

HEADER_COLUMNS =
[
  :name,
  :invitemtype,
  :desc,
  :purchasedesc,
  :accnt,
  :assetaccnt,
  :cogsaccnt,
  :price,
  :cost,
  :taxable,
  :paymeth,
  :taxvend,
  :taxdist,
  :toprint,
  :prefvend,
  :reorderpoint,
  :extra,
  :custfld1,
  :custfld2,
  :custfld3,
  :custfld4,
  :custfld5,
  :dep_type,
  :ispassedthru
]
START_COLUMN =
'INVITEM'
END_COLUMN =
''

Method Summary

Methods inherited from Base

#build, #headers, #initialize, #method_missing, #output, #row, #rows

Constructor Details

This class inherits a constructor from Riif::DSL::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Riif::DSL::Base