lab-64 / split-the-bill-client

Flutter App for easy and fast splitting up of receipts
4 stars 0 forks source link

Bill balance might be off #182

Closed Morvvvv closed 3 weeks ago

Morvvvv commented 1 month ago

Scenario: I put in a bill with 10 euros and no contributors. Shows the bill balance for me as positiv 10 euros.

Either this is wrong, as at that point it is -10 euros, or very confusing.

f-odc commented 1 month ago

Is this a problem in the frontend or in the backend?

Morvvvv commented 3 weeks ago

I add a bill with -130 as price. Bill balance shows me -130, with no contributors (correct), item balance shows me an item balance of 0 (incorrect). I add a contributor. Bill balance halves (incorrect), item balance now alos shows half the price (incorrect).

Morvvvv commented 3 weeks ago

Is this a problem in the frontend or in the backend?

Both probably.