Package csce331.group13.project2.models
package csce331.group13.project2.models
-
ClassDescriptionRepresents an employee in the system with authentication and role information.Represents an inventory item in the system.Represents the relationship between a menu item and an inventory item.Represents a menu item in the restaurant system.Singleton class that stores the current order in memory.Represents a meal in an order, which can consist of a combo, side, entrees, drinks, and add-ons.Represents a row in the order_details table.Represents a row in the product usage report, containing information about an inventory item's name and the quantity of it that was used in a time period.Represents a row in the sales report, containing information about a menu item's name, quantity sold, and total revenue.Singleton used to store information about the logged-in employee across the UI