Léo Mouyna

Results 11 comments of Léo Mouyna

I'll give a try but I might need help on css part for a wonderful display 😄

Hey @Natim ! Are you sure you want to store integers ? After reading your article we might want to store it as decimal string: https://docs.python.org/3/library/decimal.html and do operations with...

@almet, sorry I didn't find this issue before and it's exactly what I wanted. I may work on it this week-end :wink:

Just a question before starting. What exactly the button `pay` should do ? 1. Open a bill form with pre setted value (like this you can define the amount) 2....

For example if you only paid 10 when your debt are 20. I don't know if it's a real case I just wanted to make sure I didn't miss understand...

@Natim I checked the #414, but I don't understand why refund shouldn't be on statistics page ? For now I implemented option 2 because I didn't read the comments but...

About csrf_token I just generated a fake form because I wanted to use form.save() method but it's useless if I just make a save query. :man_facepalming: Yes everything would be...

A little update, please don't pay attention to the color. ![2019-10-20 22-55-36](https://user-images.githubusercontent.com/17725363/67166279-3c0e8180-f38e-11e9-873f-6d0135abfb82.gif) TODO: - [x] Add related unit test - [x] Remove `settlement` bills from statistics (but maybe not for...

Won't it be awkward if your balance is 0 but paid and spent are different ?

Hi @sim6. I probably messed up with issues number but you can see the related [PR](https://github.com/spiral-project/ihatemoney/pull/507). I don't know if this feature is still *required* and tbh I don't remember...