emansih / FireflyMobile

Mobile Application for Firefly III written in Kotlin
GNU General Public License v3.0
317 stars 46 forks source link

Customize individual debts in bills #179

Open schklom opened 3 years ago

schklom commented 3 years ago

Expected Behavior

In a large bill where one person pays for everyone, I can edit how much each person spends. The only solution for now is to make one new bill for every participant.

Instead of dividing the total by the number of participants, please let us modify it if we choose. Keep the division as the default, it is handy.

Current Behavior

The total gets divided by the number of participants automatically with no option to change the split.

Steps to Reproduce

  1. C pays a restaurant bill for A and B. A owes 5€ to C, and B owes 10€ to C.
  2. Create new bill in the app for 15€
  3. App shows A and B each owe 7.5€ to C.
emansih commented 3 years ago

I am quite sure this is a limitation of the Firefly III API. Needs investigation