Uses of Class
team75.model.DB.ProductUsageEntry
Packages that use DB.ProductUsageEntry
-
Uses of DB.ProductUsageEntry in team75.model
Methods in team75.model that return types with arguments of type DB.ProductUsageEntryModifier and TypeMethodDescriptionstatic List<DB.ProductUsageEntry> DB.getProductUsageChart(Timestamp start, Timestamp end) Calculates total ingredient consumption in a time window by joining items sold (from JSONB) with their recipes in menuingredientsmap.