OBJECT
A sale for the table in a report
type ReportingSaleForTable {categoryName: String! entityName: String! grossSales: Money! menuName: String! percent: Decimal! quantitySold: Int! type: ReportingOrderEntityType! }