DHTMLX Booking (demo system)

Hello all,

I like the script of “booking (demo)”… that’s exactly what I need to organize my works day, I am not a java/php expert, so I request for someone here to help me out with the followed example:

Basicly I need change the original Booking script to works like this:
Booking System

Please, let me know who can help me!

Best Regards,

Hello @deltree

The main help for you is following all steps from the tutorial How to Make Hotel Booking Calendar with dhtmlxScheduler to understand how it was created.

Filtering sections described in Step 1 – Filtering timeline rows (rooms) in the tutorial.

Show paid, i.e. filtering events, described in the documentation here.

To print the document, you should use the export to PDF/PNG and then print the generated file.

To add an icon to header of the sections, please find Step 3 – Adding a header to the lefthand column of the timeline in the tutorial. You need to put html element for the icon into the headerHTML varible and specify CSS for the icon.

Lines can be customized by redefining CSS.

Select controls in the lightbox described here.

Check-in date/time can be creates as a Custom Lightbox Control.

Price, Paid, Notes can be added as Textarea controls.

There is the lightbox Time control for time. The “Nights” field should be added additionaly, also using the Textarea, for example.

Regards