oadam / proprio

A free property management software to manage your tenancies
MIT License
20 stars 13 forks source link

Possibility to set the due day for next months rent payment #18

Open rajanski opened 8 years ago

rajanski commented 8 years ago

Hi I find this app super nice and am thi king about using it for our non profit artist coworking space.

One question: Is there a possibility to set abovementioned, and also calculate the actual balance based on that? I.e. if the montly rent is 100 , we are in the first month of the rental , like 4.4.2016, and one payment of 100 has been made. Then the balance should show 0 if the set "due date" is say 20.4.2016. From 20.4.2016, if there has not been another payment, the balance should show -100.

I hope i could convey what i meant ;-)

oadam commented 8 years ago

Hi and thank you for your interest :-) I agree that having a configurable due date would be great ! It would consist of adding an dueDate (integer between 1 and 31) property to the RentRevision object, then adapt the code to replace all hardcoded 1st of the month. A pull request would be welcome. If not possible, I think I can implement that change by the end of the year...