Sha256: 27f92d33da0dc047acc7fb9d2c34df40626b4350d92b33a3772f6e8cffa2e380
Contents?: true
Size: 402 Bytes
Versions: 3
Compression:
Stored size: 402 Bytes
Contents
module QbIif::DSL class Spl < Base HEADER_COLUMNS = [ :splid, :trnstype, :date, :accnt, :name, :class, :amount, :docnum, :memo, :clear, :qnty, :price, :invitem, :paymeth, :taxable, :reimbexp, :extra ] START_COLUMN = 'SPL' END_COLUMN = '' def headers [] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
qb_iif-0.1.2 | lib/qb_iif/dsl/spl.rb |
qb_iif-0.1.1 | lib/qb_iif/dsl/spl.rb |
qb_iif-0.1.0 | lib/qb_iif/dsl/spl.rb |