mulvaneya7 / Bad-Badgers

1 stars 0 forks source link

#8 User should be able to obtain a report that prints out the quantity of each item sold sorted by item name and the total revenue for each item. #18

Closed 25wes25 closed 7 years ago

25wes25 commented 7 years ago

8 User should be able to obtain a report that prints out the quantity of each item sold sorted by item name and the total revenue for each item.

a) Description: at any time a user should be able to get a report that details how many of each item sold, sorted by name, and lastly reporting the total sales from each of the items. b) Task: Print function that prints out ALL items, Using a Sort Function to sort by item name. Proc algorithm to obtain the total for each items revenue c) Test: print out the full report of the items that are inserted from the text file. d) Priority: 4 e) Estimation: 4 f) Done: When the user can acquire the full report of the warehouse inventory sorted by item name and displaying their total revenue.