Sha256: 0a81bb9d95c89e27e3d3100fb246e27c75b4d72affee8faa4b0245c343fe75dd
Contents?: true
Size: 258 Bytes
Versions: 65
Compression:
Stored size: 258 Bytes
Contents
module Comee module Core class GoodsReceivedNoteSerializer < ActiveModel::Serializer attributes :id, :grn_number, :date_of_receipt, :total_quantity, :total_amount, :received_condition, :comments belongs_to :purchase_order end end end
Version data entries
65 entries across 65 versions & 1 rubygems