You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we cannot see the full summary of who owes whom and what amount for the groups. This would be nice because most of the time one person tries to coordinate the settling and tell who needs to transfer what amount etc. Its mostly needed for groups that came together once in a while, hence settling needs to be done on group level. It can be a table like below or a list.
Also on the same page if we can have a button that would calculate and display the minimum amount of transfers to settle everyone in the group (cash flow minimization). I found an algorithm in below link, same can be used to do the calculation. To try, I downloaded json data from the app for one of our groups I had, and used the same algorithm to reduce 15 transactions down to 5. Above table is also from the same json and output is like below.
Person 0 pays 9728.33 to Person 1
Person 3 pays 8784.10 to Person 2
Person 4 pays 676.24 to Person 2
Person 4 pays 495.76 to Person 1
Person 4 pays 73.32 to Person 5
Currently we cannot see the full summary of who owes whom and what amount for the groups. This would be nice because most of the time one person tries to coordinate the settling and tell who needs to transfer what amount etc. Its mostly needed for groups that came together once in a while, hence settling needs to be done on group level. It can be a table like below or a list.
Also on the same page if we can have a button that would calculate and display the minimum amount of transfers to settle everyone in the group (cash flow minimization). I found an algorithm in below link, same can be used to do the calculation. To try, I downloaded json data from the app for one of our groups I had, and used the same algorithm to reduce 15 transactions down to 5. Above table is also from the same json and output is like below.
Person 0 pays 9728.33 to Person 1
Person 3 pays 8784.10 to Person 2
Person 4 pays 676.24 to Person 2
Person 4 pays 495.76 to Person 1
Person 4 pays 73.32 to Person 5
https://www.geeksforgeeks.org/minimize-cash-flow-among-given-set-friends-borrowed-money/
The text was updated successfully, but these errors were encountered: