Sha256: 1868f53851e59435b6f7c899b156d4e5a12eb083cdaa32511c86d99537fc636a
Contents?: true
Size: 528 Bytes
Versions: 3
Compression:
Stored size: 528 Bytes
Contents
module QbIif::DSL class Invitem < Base 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 = '' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
qb_iif-0.1.2 | lib/qb_iif/dsl/invitem.rb |
qb_iif-0.1.1 | lib/qb_iif/dsl/invitem.rb |
qb_iif-0.1.0 | lib/qb_iif/dsl/invitem.rb |