spiral-project / ihatemoney

A simple shared budget manager web application
https://ihatemoney.org
Other
1.18k stars 267 forks source link

Feture Request: Add the option to assign pro-rata payments to participants #1252

Closed thinkbig1979 closed 11 months ago

thinkbig1979 commented 11 months ago

We recently spent the weekend away with the family. There were 5 families totaling 17 people, and we wanted each family to pay a their fair share according to how many people there were in that family with costs being split equally per head.

In order to achieve this I added all parents and kids as participants, and then added the payable amounts of each family member up to arrive at a rate for each family.

So essentially, you want to know

  1. How many total people sharing the cost?
  2. On behalf of how many people is each paying participant settling the bill?

It would be great to be able to add only one participant per family and then assign a rate split to that participant. Eg. Total participants = 17 Family 1: settling on behalf of 5 participants Family 2: settling on behalf of 3 participants Family 3: settling on behalf of 4 participants Family 4: settling on behalf of 4 participants Family 5: settling on behalf of 1 participants

Similar to the request for adding percentage I suppose, but doing it this way seems more intuitive to me as it relates directly to the real world and you don't have to calculate and fill in a percentage.

almet commented 11 months ago

Hi, thanks for taking the time to open this. This is currently discussed in #1228 and #471. I'm closing this as a duplicate. Don't hesitate to follow up on the discussion there.

zorun commented 5 months ago

Actually, this use-case is already covered by setting weights on participants. That is, assuming that everybody stays for the whole duration (otherwise, @almet is pointing to the right discussions)

thinkbig1979 commented 5 months ago

Thanks very much! :-)