issues
search
kumoricon
/
kumoreg
Attendee management and badge printing system
MIT License
1
stars
2
forks
source link
Take Payment revamps
#91
Closed
jashort
closed
6 years ago
jashort
commented
6 years ago
Several comments on taking payment
There were a lot of data entry problems around that; people selecting Cash for credit card transactions, etc. Several improvements:
Replace the Cash/Credit Card/Check dropdown with buttons for each
Only show the text box for credit card auth numbers if Credit Card or Check is chosen
Make it obvious which one was chosen - big icon or something?
Don't forget to have a back button to change the payment type.
For cash, add a "change" field that will show how much change is due. For example, if someone takes $80 on a $65 order, it should display $15.
Only prompt to add another payment if the first payment doesn't cover the entire amount of the order
jashort
commented
6 years ago
Done in 4d684f8
Several comments on taking payment