nirshandileep / HotelManagement

Hotel management system used for Hotel/Motel
4 stars 1 forks source link

Mechanism to check the room availability #51

Closed isuru123 closed 10 years ago

isuru123 commented 10 years ago

Currently u can add a reservation for any room whether its already reserve or not. User wont be able to find the availability one from the actual reserve rooms

cnranasinghe commented 10 years ago

I have added the restriction for rooms when creating a new reservation. When there is no room available for certain period of time message shows, else reservation is created, On the the room drop down, only available rooms displays.