Restaurant booking system

Hello,

My goal is to create a reservation application in restaurants. I couldn’t find a forum topic that answers my questions.

I wish that :

  • Restaurant owners can register their restaurant (I know how to do it)
  • Restaurant owners indicate per day (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday) the slots where customers can reserve (12:00 p.m., 12:30 p.m., 1:00 p.m., 1:30 p.m., etc.) and the number of seats available per slot.

I don’t want restaurateurs to create available slots by date, I want them to be able to do it by day of the week.

  • Customers can choose a date and time (in 30 minute increments)
  • If places are available can create a reservation
  • Do not display the slot, if the number of places defined per day and per slot by the restaurateur has already been reached by the reservations already made

Is it possible to do this?

Thank you in advance for your help.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.