CodeIgniter Forums
Room booking system? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Room booking system? (/showthread.php?tid=81888)



Room booking system? - dgvirtual - 05-15-2022

I am not sure it is the right place to ask, but I will give it a shot.
I need to build a simple room reservation system in my CI app. There are six rooms, that are shared by a a bunch of people for (usually) ah hour- long sessions and I need to make the room booking system that would be easier to use than a shared Google spreadsheet.
Is there a php library that would simplify my task? If you have come accross anything like that, I am all ears...


RE: Room booking system? - InsiteFX - 05-16-2022

I found this, you can take a look at it and see if it will do what you need.

BAT - BAT stands for Booking and Availability Management Tools.


RE: Room booking system? - ignitedcms - 05-17-2022

I'd say you could come up with something using the calendar class and a few custom tables. It might also be worth looking at how 'full calendar js' operates, to block off chunks.

We're shipping something similar to full calendar but it will be predicated with some basic vuejs for handling.

This is just a beta build, of what we have planned by the way.

https://www.ignitedcms.com/playground/calendar


RE: Room booking system? - hoangyen123 - 08-29-2022

yeah, is there any that works for Google calender as well?