FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FIVEWIN power - a room planer video
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FIVEWIN power - a room planer video
Posted: Mon Oct 30, 2023 08:55 PM
Hello friends,
Today, I added another option to my planner.
You can now display it on a daily and hourly basis.

If you want a specific view, it can sometimes take a while to find a good solution.

Here's a summary:
Broadly speaking, in this case, the CSS and HTML are generated on the backend (server) and then the HTML code is processed first, followed by the processing of the CSS. This is the usual workflow in web development.
I am so glad that I created the planner using only HTML and JavaScript. I can now easily set and generate different views. One is not dependent on anyone.
Best regards,
Otto


Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FIVEWIN power - a room planer video
Posted: Mon Nov 06, 2023 09:03 AM
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FIVEWIN power - a room planer video
Posted: Sun Nov 19, 2023 12:18 AM
I can now recognize the overlapping, both when I insert a bar with the mouse and when I make changes via the modal dialog.

This means that the first check is now already done in the JavaScript part. When I then save the dataset, it is checked again in the Harbour-Script.

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FIVEWIN power - a room planer video
Posted: Tue Nov 21, 2023 05:15 PM
I am starting to write the user manual for the new table planner.

Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: FIVEWIN power - a room planer video
Posted: Wed Nov 22, 2023 08:07 AM
Otto wrote:I am starting to write the user manual for the new table planner.
How do you intend to proceed with the help files ? Extern or intern ?
Marc Venken

Using: FWH 23.08 with Harbour
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FIVEWIN power - a room planer video
Posted: Wed Nov 22, 2023 09:44 AM
Hello Marc,
I use HTML files. I have created a text editor with mod harbour.
With it, I can edit my documents from anywhere.

I posted something here about the HarbourWriter a year ago.
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42155&p=253844&hilit=writer&sid=ce841c494fd918896db70a76d95ddecf&sid=824e9c03a55efc17e75a24f8062965c9#p253844


Best regards,
Otto

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FIVEWIN power - a room planer video
Posted: Sat Sep 20, 2025 11:43 PM
Hello friends,
It’s a nice story: 30 years ago I released my first Windows hotel software – back then at the same time as Windows 95.

In the meantime, I tried many things – SQL, purchased components – but it was never quite what I had envisioned. Then came mod_harbour and my own modules for the planner. And now I’ve rebuilt everything once again: a FiveWin/Harbour microservice on the backend, combined with HTML/JS/PHP on the client side. Intentionally kept very simple.

Working “library-free” is a real advantage today. Strategically, it means more control, better performance, and less supply-chain risk for the future.

I hope this new version will again remain my main product for the next 30 years. It all started with PC-Hotel in Clipper, then from 1995 onwards WINHOTEL – and now the new WINHOTEL Web version.

Best regards,
Otto



Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FIVEWIN power - a room planer video
Posted: Mon Nov 10, 2025 07:09 AM

Hello friends,
I’ve now built another “Walk-In” view for the room plan.
This view displays, on a floor plan you add as a background, the occupied and vacant rooms and shows in a badge how long a room will remain available.
For front desk work, it’s an ideal view.

Best regards,
Otto

Continue the discussion