Class: ViewArDetail

Inherits:
ApplicationViewRecord show all
Defined in:
app/models/view_ar_detail.rb

Overview

== Schema Information

Table name: view_ar_details
Database name: primary

company :integer
currency :string(255)
discount :decimal(, )
doc_type :text
document_date :date
document_number :string
due_date :date
gl_date :date
jde_number :integer
line_total :decimal(, )
open_amount :decimal(, )
order_number :string(255)
order_type :string
original_amount :decimal(, )
po_number :string
shipping_cost :decimal(, )
tax_total :decimal(, )
customer_id :integer
invoice_id :integer

Method Summary

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