Sha256: c2df32ae73f6d4b91eceea015a7da1fc2931db24583d5a280b77423dab093693

Contents?: true

Size: 943 Bytes

Versions: 2

Compression:

Stored size: 943 Bytes

Contents

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

tiny_hat:
  invoice: tiny
  so_line: tiny_hat
  sku_loc: hat_def
  qty: 1
  price: 8.85
  sku_code: HAT
  description: A Top Hat
  uom_code: EA
  uom_size: 1
  position: 1

tiny_yarn:
  invoice: tiny
  so_line: tiny_yarn
  sku_loc: yarn_def
  qty: 3
  price: 21.25
  sku_code: GLDYARN
  description: Yarn (golden)
  uom_code: FT
  uom_size: 1
  position: 2

tiny_time:
  invoice: tiny
  time_entry: siteprep
  sku_loc: labor_def
  qty: 8.5
  price: 25.00
  sku_code: LABOR
  description: Purchase material, initial site prep. Go to store and call unicorns in for questions.  Ran across lake barefoot without shoes.
  uom_code: HOUR
  uom_size: 1
  position: 3

event_line:
  invoice: event
  time_entry: siteprep
  sku_loc: event_def
  qty: 2
  price: 49.98
  sku_code: EVENT
  description: An Awesome Event
  uom_code: TCKT
  uom_size: 1
  position: 1

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stockor-0.5.0 spec/fixtures/skr/inv_line.yml
stockor-0.4.0 spec/fixtures/skr/inv_line.yml