Sha256: 08f2094812c34572b9b2901781221db8f9b884d17387dbd5c602f36159b4a315
Contents?: true
Size: 455 Bytes
Versions: 15
Compression:
Stored size: 455 Bytes
Contents
module Comee module Core class SalesOrderItemSerializer < ActiveModel::Serializer attributes :id, :customer_item_no, :quantity, :quantity_delivered, :price, :handover_date, :delivery_date, :eb_number, :lead_time, :comment, :action_note, :po_reference, :total_price belongs_to :sales_order belongs_to :customer_order_item belongs_to :source belongs_to :product belongs_to :unit end end end
Version data entries
15 entries across 15 versions & 1 rubygems