-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Deposit #1
Comments
Thanks for your request :) |
Thanks for clarifying. If I understand that correctly, you should be able to handle that case by simply adding the negative deposit to the person that payed the deposit, right? If the deposit isn't on the bill itself you can long press anywhere to add a new transaction and manually type in the negative amount. |
I am confused, in your example, Tobi and Michaela pay 18324.67+12245.67=30570.34 - what dies this number reflect? |
That's the total amount they are paying, both to settle the bill and also what the deposit person gets back, since that person payed more deposit than they actually spent in the restaurant.
Yes, that's exactly what's happening: -3415.34 + 18324.67 + 12245.67 = 27155 Deposit person gets back 3415.34 from that money pool. |
Ah yeah, of course you are right. Then if Deposit Person pays the bill at the restaurant, then Tobi and Michaela send him those amounts and all is even. Yeah that would work :) |
The negative expense is probably also the most logical way of handling this, I'm not sure if there's a great way to implement the "deposit functionality" otherwise. There could be a way to add new transactions that show the value, so you can add new ones that aren't yet in the bill (which you can already do, but you don't see the amount unless you tap on it). Other than that, maybe a "Person X payed the bill" feature could be helpful here. I don't have any immediate plans for either, but I'll put these on the list for things to consider. |
Hello
some restaurants have the person who books the table pay a deposit in advance. It would be remarkable if that could be handled by SplitBill.
Thanks
The text was updated successfully, but these errors were encountered: