Uses of Package
csce331.group13.project2.models
Packages that use csce331.group13.project2.models
-
Classes in csce331.group13.project2.models used by csce331.group13.project2.backendClassDescriptionRepresents 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.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.
-
Classes in csce331.group13.project2.models used by csce331.group13.project2.modelsClassDescriptionRepresents an employee in the system with authentication and role information.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.