IsaacCheng9 / fairsplit

A web application to split bills and track shared expenses in a group, with a transaction minimisation algorithm. Developed with Node and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the debt for all borrowers when an expense is added

IsaacCheng9 opened this issue · comments

Specification

  • At the moment, adding an expense doesn't affect any of the debt relationships between users.
    • Create/update the debt between the lender and each borrower when an expense is added.