-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
User asked:
"If you split the bill, there's no option to round up/down. If you're splitting
you definitely want to know what the actual amount would be, but then for
paying MY portion, I'd like to round up/down. That would be a nice addition.
The only other thing I could think that would be helpful is asking if splitting
first (yes/no) and THEN determining tip. For example, split the actual bill and
then determine tip (because not everyone necessarily wants to do the same tip).
Since you input the tip percentage BEFORE splitting it's not necessarily
correct for everyone."
My proposed solution:
On the split bill activity add a "Adjust Tip" button. This will then send the
user back to the calculate tip activity but with the split bill amount as the
new bill amount. Preferably, this would re-use the activity since it would
need all the same features.
Original issue reported on code.google.com by mand...@gmail.com on 26 Aug 2010 at 8:05
Reactions are currently unavailable