Uli-Z

Results 13 comments of Uli-Z

I created a fork to address this problem. Its a fork of Spliit adapted for fixed communities. All groups are visible to all users, and access is protected by a...

Yes, I’ve considered it. For now, I’ve decided against it. I still need to test the functionality a bit more — it's a bit more complex, so I want to...

Hi @Petersmit27, My hypothesis is that this is a rounding issue caused by converting and rounding each individual “By amount” entry before checking the sum. To minimize this, I’d suggest:...

Thanks a lot for this PR, @Jessica1213 – adding the “Paid By” column makes the CSV export much more useful and it’s great that you started this. While testing this,...

@bramvonk Thanks for the link — that thread really convinced me that the current CSV format needs an adjustment. Jessica’s PR addresses the main shortcomings of the current “signed share”...

Thanks a lot for reporting this issue. Do you happen to recall if there was any specific context around when the duplicates occurred? For example, were you and your friends...

I suspect this duplicate entry problem may be caused by unstable mobile internet connections. If the connection fails or lags, users often retry or their browser automatically resends the create-expense...

Actually, the problem is even a bit bigger. I dug into it a little and noticed the following: * The code for calculating shares is implemented in several different places...

Just added an issue related to this bug: #458 ... and tested the solution against the current version.

rebased the PR-branch to the current version.