Sha256: 44531623ad55ed60b57207a4ca0daa935b95dce9fe78bab31548103ea9fb8c27
Contents?: true
Size: 473 Bytes
Versions: 8
Compression:
Stored size: 473 Bytes
Contents
module Comee module Core class SalesOrderSerializer < ActiveModel::Serializer attributes :id, :order_number, :payment_penalty, :status, :total_price, :payment_term, :delivery_term, :amount_paid, :pallete_note, :handover_date, :remark, :parent_client_name, :created_by, :files_url, :customs_detail belongs_to :customer_order belongs_to :client belongs_to :fulfillment_center has_many :sales_order_items end end end
Version data entries
8 entries across 8 versions & 1 rubygems