Sha256: 320d339aca8fa3c90df2ae0530199f53ff9620d08cf4b846e734704de2e214cd
Contents?: true
Size: 541 Bytes
Versions: 15
Compression:
Stored size: 541 Bytes
Contents
module Comee module Core class SalesOrderItemSerializer < ActiveModel::Serializer attributes :id, :customer_item_no, :customer_item_description, :quantity, :quantity_delivered, :price, :handover_date, :delivery_date, :eb_number, :lead_time, :comment, :action_note, :purchase_order_item_id, :total_price, :canceled, :processing_status 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