Class: ViewSalesGrossByRep

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

Overview

== Schema Information

Table name: view_sales_gross_by_reps
Database name: primary

currency :string(255)
sales_rep :string
shipped_date :date
total_gross :decimal(, )
catalog_id :integer
sales_rep_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