mulvaneya7 / Bad-Badgers

1 stars 0 forks source link

#5 A report that prints the total purchases for all members sorted by membership number. It should also include a grand total of the purchases. #15

Closed 25wes25 closed 7 years ago

25wes25 commented 7 years ago

5 A report that prints the total purchases for all members sorted by membership number. It should also include a grand total of the purchases.

a) Description: User should be able to print out the report that details all purchases made by members. Including all purchases made through the warehouse. b) Task: Print and Sorting function to output the report sorted by the membership number. Lastly printing out the total purchases. c) Test: User calls the Print Report function, seeing the total output last. d) Priority: 7 e) Estimation: 4 f) Done: Print report is sorted by membership number, ending with an output of total purchases made.