Class: ViewCreditMemo

Inherits:
ApplicationViewRecord show all
Includes:
Models::SearchableView
Defined in:
app/models/view_credit_memo.rb

Overview

== Schema Information

Table name: view_credit_memos
Database name: primary

id :integer primary key
billing_customer_name :string(255)
category :string(255)
company_name :string(255)
credit_order_reference_number :string(255)
currency :string(255)
customer_name :string(255)
document_date :date
order_type :string(255)
original_order_reference_number :string(255)
reference_number :string(255)
request_date :date
rma_number :string(255)
state :string(255)
total :decimal(10, 2)
transmission_state :string(255)
created_at :datetime
billing_customer_id :integer
company_id :integer
credit_order_id :integer
customer_id :integer
original_order_id :integer
rma_id :integer

Method Summary

Methods included from Models::SearchableView

#crm_link, #crm_link_subtitle, #has_columns?, #main_resource, #readonly?

Methods inherited from ApplicationViewRecord

create, create!, #readonly?

Methods inherited from ApplicationRecord

ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation

Methods included from Models::EventPublishable

#publish_event