cryptoboid / splitio

split your bills easily! splitio is an open-source webapp built for tracking debts and payments quickly, without any user accounts. works as a splitwise-clone
https://splitio.vercel.app/
GNU Affero General Public License v3.0
88 stars 13 forks source link

How can I split expenses unevenly? #29

Closed k07224115 closed 2 years ago

k07224115 commented 2 years ago

Like if A pays 150, but B needs to pay A 100 and C needs to pay A 50

cryptoboid commented 2 years ago

Hey, this is not supported, at least for the moment. To support something like that we would have to change the complete storage model, transitioning from simple entries to a graph-based approach. I don't know if there is an easier way to do it tbh, so I'm open to suggestions :)