mulvaneya7 / Bad-Badgers

1 stars 0 forks source link

#9 A user of the program should be able to enter an item name and get the quantity of that item sold as well as the total item revenue for the item. #19

Closed 25wes25 closed 7 years ago

25wes25 commented 7 years ago

9 A user of the program should be able to enter an item name and get the quantity of that item sold as well as the total item revenue for the item.

a) Description: Allow a user to search for an item name, and report the quantity of the item sold as well as the total revenue for the item. b) Task: Search the data for an item by name and report the total quantity and revenue of the item. c) Test: Run a search for an item by name, have the total quantity and revenue reported. d) Priority: 4 e) Estimation: 5 f) Done: When a user can search for an item by name, and receive a report of the quantity sold and the revenue generated.