Uses of Class
team75.model.DB.ProductSalesEntry
Packages that use DB.ProductSalesEntry
-
Uses of DB.ProductSalesEntry in team75.model
Methods in team75.model that return types with arguments of type DB.ProductSalesEntryModifier and TypeMethodDescriptionstatic List<DB.ProductSalesEntry> DB.getProductSalesReport(Timestamp start, Timestamp end) Counts how many times each menu item was sold in a time window by parsing the JSONB orderdetails column.