-
Historically, I think that the only optional feature was per-participant weights. We now have several additional optional features, and this is something new for ihatemoney: we may have to think how t…
zorun updated
3 years ago
-
-
-- Edited by group on Dec 26 to harmonize HOME and HeatingLoadAnalysis here, with [rules engine](https://github.com/codeforboston/home-energy-analysis-tool/blob/main/rules-engine/src/rules_engine/pyda…
-
In case the last user of a group leaves the group too, there should be a job to delete the group with all it's bills and splits. Currently the groups will remain in database. A SQL script is needed to…
-
**Below code is not working**
```
final_amount = round(bill * (1 + tip / 100) / people, 2)
print(f"Each person should pay: ${final_amount}")
```
```
final_amount = round(bill * (1 + tip / 100)…
-
Thank you for developing the App.
I have a Feature to request:
Could you add multiple User paying?
Usecase:
Alice & Bob share a Creditcard, but have seperate Cards as well. So when in a Gro…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Fo…
-
Imports periodically time out due to very slow connections to Heroku. Heroku Postgres databases are colocated with many other project databases on a Postgres server. Email support, and if this issue c…
-
I suppose this is not an immediate priority, but I think it should come after #19 (but before #23). I've often found it cumbersome that PayForMe doesn't yet support different Cospend Bill Types beyond…
-
In Banks we fetch a big list of transactions and we want them to be hydrated with their bills.
```
client.find(TRANSACTION_DOCTYPE).include([BILL_DOCTYPE])
```
At the moment when relationships…