Sha256: d9f5e0ea1c0efc6779e2217dcd03a39d349d30974e2a5bc797d3a759745bfcf6

Contents?: true

Size: 469 Bytes

Versions: 17

Compression:

Stored size: 469 Bytes

Contents

FactoryGirl.define do
  factory :billing_machine_quotation, class: ::Dorsale::BillingMachine::Quotation do
    customer     { create(:customer_vault_corporation) }
    payment_term { create(:billing_machine_payment_term) }
    id_card      { create(:billing_machine_id_card) }

    date         { "2014-02-19" }
    label        { "Software service" }
    vat_rate     { 20.0 }
    comments     { "This is the quotation for the software your companie want" }
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
dorsale-2.1.15 spec/factories/billing_machine_quotations.rb
dorsale-2.1.14 spec/factories/billing_machine_quotations.rb
dorsale-2.1.13 spec/factories/billing_machine_quotations.rb
dorsale-2.1.12 spec/factories/billing_machine_quotations.rb
dorsale-2.1.11 spec/factories/billing_machine_quotations.rb
dorsale-2.1.10 spec/factories/billing_machine_quotations.rb
dorsale-2.1.9 spec/factories/billing_machine_quotations.rb
dorsale-2.1.8 spec/factories/billing_machine_quotations.rb
dorsale-2.1.7 spec/factories/billing_machine_quotations.rb
dorsale-2.1.6 spec/factories/billing_machine_quotations.rb
dorsale-2.1.5 spec/factories/billing_machine_quotations.rb
dorsale-2.1.4 spec/factories/billing_machine_quotations.rb
dorsale-2.1.3 spec/factories/billing_machine_quotations.rb
dorsale-2.1.2 spec/factories/billing_machine_quotations.rb
dorsale-2.1.1 spec/factories/billing_machine_quotations.rb
dorsale-2.1.0 spec/factories/billing_machine_quotations.rb
dorsale-2.0.1 spec/factories/billing_machine_quotations.rb