Sha256: deb931949c3cef84fc7e1cfbdb1fddd65ab50bbadfd0832f0bcab0f57cfc23ba

Contents?: true

Size: 636 Bytes

Versions: 10

Compression:

Stored size: 636 Bytes

Contents

module Economic
  class Order < Base
    field :attachment
    field :costPriceInBaseCurrency
    field :currency
    field :date
    field :dueDate
    field :exchangeRate
    field :grossAmount
    field :grossAmountInBaseCurrency
    field :lines
    field :marginInBaseCurrency
    field :marginPercentage
    field :netAmount
    field :netAmountInBaseCurrency
    field :orderNumber, id: true
    field :roundingAmount
    field :vatAmount

    field :customer
    field :delivery
    field :notes
    field :paymentTerms
    field :pdf
    field :project
    field :recipient
    field :references
    field :templates
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
economic-rest-0.1.9 lib/economic/order.rb
economic-rest-0.1.8 lib/economic/order.rb
economic-rest-0.1.7 lib/economic/order.rb
economic-rest-0.1.6 lib/economic/order.rb
economic-rest-0.1.5 lib/economic/order.rb
economic-rest-0.1.4 lib/economic/order.rb
economic-rest-0.1.3 lib/economic/order.rb
economic-rest-0.1.2 lib/economic/order.rb
economic-rest-0.1.1 lib/economic/order.rb
economic-rest-0.1.0 lib/economic/order.rb