issues
search
jbillcliffe
/
portfolio5-renterprise-master
Taking on constructive critisim and positive feedback across previous projects, this is a final educational attempt to bring the Renterprise project to life.
0
stars
0
forks
source link
[NICE] Open Ended Rentals
#33
Open
jbillcliffe
opened
4 weeks ago
jbillcliffe
commented
4 weeks ago
Open Ended Rentals
Actually a genuinely hard feature to find on the market for current software. Rental agreements with no end date.
Would need to hold an item indefinitely, so it cannot have any delivery or collections associated to it before delivery date of the open ended rental.
It would then need to lock the item. Which is best implemented via a Boolean value in the Item model.
eg. (ongoing_rental=True/False)
This value in the model can at least be included at the outset if time allows implementation.
Open Ended Rentals