tandusrl / acts_as_bookable

A reservation plugin for Rails applications that allows resources to be bookable.
MIT License
140 stars 103 forks source link

Cancel booking #32

Open sumit-rvtech opened 6 years ago

sumit-rvtech commented 6 years ago

Hey Is there anything defined to cancel the booking

colemerrick commented 6 years ago

That's outside of the scope of this library. I suggest creating a wrapper table to manage state transformations.

sumit-rvtech commented 6 years ago

Thanks, Is there anything to schedule time in between time period to set schedule. Let say I am open today between 9:00 AM to 7:00 PM and after that reject request or follow bookable_across_occurrences accordingly?

colemerrick commented 6 years ago

No, but there are a few different ways you could handle this.