Sha256: f47d5804af2831009a1e592cc2f998cf53484964550ea8203fec7e6c2eced9bf

Contents?: true

Size: 406 Bytes

Versions: 6

Compression:

Stored size: 406 Bytes

Contents

iif.trns do
  row do
    trnsid 12345
    trnstype 'BILL'
    date '3/14/1984'
    accnt 'Accounts Payable'
    name awesome
    amount -300
    docnum 12345
    clear 'N'
  end

  spl do
    row do
      splid 001
      trnstype 'BILL'
      date '3/14/1984'
      accnt 'Payable'
      invitem 'Base Rate'
      name 'CMA'
      amount 300
      memo "foo"
      qnty 3
      price 150
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
riif-1.1.0 spec/internal/app/views/invoices/index.iif.riif
riif-1.0.0 spec/internal/app/views/invoices/index.iif.riif
riif-0.9.0 spec/internal/app/views/invoices/index.iif.riif
riif-0.8.0 spec/internal/app/views/invoices/index.iif.riif
riif-0.7.0 spec/internal/app/views/invoices/index.iif.riif
iif-0.6.1 spec/internal/app/views/invoices/index.iif.riif