gminaker / databases

0 stars 0 forks source link

Process Refund #7

Closed gminaker closed 9 years ago

gminaker commented 9 years ago

As a clerk, I should be able to enter in the receipt number for a sale that occurred within the past 15 days, see the list of items on that invoice, select which items are being returned, and generate a new return receipt.

gminaker commented 9 years ago

first implementation is completed.

mikegfink commented 9 years ago

Working on bug fixes. Will be done tonight.

mikegfink commented 9 years ago

on mike branch. The default functionality seems to be working in taht you can create a return. Still has the following issues:

Checking whether an item has already been returned with a particular quantity has proven to be very difficult. Currently it just checks whether an item has been returned at all without doing any qty math.

I think I'd need help to do a summation of all return quantities and subtract them from the purchase quantity then compare that to the requested return number...