Sha256: 224ab4385f9a51c69443d508fd33e1b724d792be256fad3a2e57c2dae9e26467
Contents?: true
Size: 686 Bytes
Versions: 28
Compression:
Stored size: 686 Bytes
Contents
module Comee module Core class SalesOrderItemSerializer < ActiveModel::Serializer attributes :id, :serial_no, :customer_item_no, :customer_item_description, :customer_item_alias, :use_alias, :quantity, :quantity_delivered, :quantity_canceled, :price, :handover_date, :delivery_date, :eb_number, :lead_time, :comment, :action_note, :purchase_order_item_id, :price_diff, :quantity_diff, :total_price, :canceled, :processing_status, :additional_details, :created_at belongs_to :sales_order belongs_to :customer_order_item belongs_to :source belongs_to :product belongs_to :unit end end end
Version data entries
28 entries across 28 versions & 1 rubygems