snarfblam / Prop-manager

Property management and tenant service web application
7 stars 7 forks source link

Payment amount options (partial payments) #68

Open clarkwmcd opened 6 years ago

clarkwmcd commented 6 years ago

Allow the option for users to pay less then the full rent amount. For example if two users are sharing a unit they should be able to each pay half

snarfblam commented 6 years ago

Hmm... I suppose making a partial payment would update the price of the original record, mark it as paid, and generate a new payment record for the remainder?

clarkwmcd commented 6 years ago

Yeah that would make sense. I forgot there was a column for "paid" with a boolean.

Could also just add another column with the running balance. The "amount" column would have the month rent charge and the new column would be the balance left. Might be handy if there are late fees they could be added to the balance