Class: ViewArListing

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

Overview

== Schema Information

Table name: view_ar_listings
Database name: primary

id :integer
company_name :string
currency :string(255)
document_date :datetime
due_date :datetime
full_name :string(255)
invoice_type :string
line_type :text
open_amount_calc :decimal(, )
open_amount_is_zero :boolean
order_reference :string
po_number :string
receipts_total_calc :decimal(, )
reference_number :string
state :string(255)
total :decimal(, )
billing_customer_id :integer
customer_id :integer
order_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