nadinebo / CPSC304

1 stars 0 forks source link

Return Item - Clerk #5

Open nadinebo opened 10 years ago

nadinebo commented 10 years ago

Description

As a Clerk, upon the Customer's request I would like to return their previously purchased items so I can keep them satisfied with their purchase

Priority: 2

Acceptance Criteria

Testing plan

Story points:

Tasks

nicole-wright commented 10 years ago

I wrote the functionality for this item in presentation, it's in a function called processReturns. Once we have a GUI we can add a link to this and move the function to a new file or something. It should take an input for receipt ID, and use that to do the validation. It should use the build table function to return the return record to the user for verification.