FIVEWIN power - a room planer video
Re: FIVEWIN power - a room planer video
Hello Friends,
Today, I wanted to continue programming the room plan with mod harbour and complete the module.
I am using a purchased component.
However, it's challenging to switch to something pre-made when you've been using your own component for the plan since 1995.
The pre-made components have a lot of overhead. There's also a learning curve, and you always need something that is not supported.
Therefore, I've decided to program the plan myself.
The room plan itself is not very demanding.
The data is now being read from a DBF file, just like in my desktop application.
A JSON is created. And then I draw the plan. Just HTML and Javascript.
Best regards,
Otto
Today, I wanted to continue programming the room plan with mod harbour and complete the module.
I am using a purchased component.
However, it's challenging to switch to something pre-made when you've been using your own component for the plan since 1995.
The pre-made components have a lot of overhead. There's also a learning curve, and you always need something that is not supported.
Therefore, I've decided to program the plan myself.
The room plan itself is not very demanding.
The data is now being read from a DBF file, just like in my desktop application.
A JSON is created. And then I draw the plan. Just HTML and Javascript.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: FIVEWIN power - a room planer video
You are a great expert Mr. Otto
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: FIVEWIN power - a room planer video
Hello friends,
I am now close to being able to put the program into test operation.
Best regards,
Otto
I am now close to being able to put the program into test operation.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: FIVEWIN power - a room planer video
Hello friends,
I am re-posting a video that I created 3 years ago.
It gives an insight into how easy it is to get started with mod harbour.
https://mybergland.com/fwforum/part1.mp4
Best regards,
Otto
I am re-posting a video that I created 3 years ago.
It gives an insight into how easy it is to get started with mod harbour.
https://mybergland.com/fwforum/part1.mp4
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Silvio.Falconi
- Posts: 7104
- Joined: Thu Oct 18, 2012 7:17 pm
Re: FIVEWIN power - a room planer video
Is it a class ?
It's no good to set AM and PM for each day
It's no good to set AM and PM for each day
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Re: FIVEWIN power - a room planer video
Hello Silvio,
is Feragosto over?
No, it is not a class.
Best regards,
Otto
is Feragosto over?
No, it is not a class.
Why do you think that?It's no good to set AM and PM for each day
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Silvio.Falconi
- Posts: 7104
- Joined: Thu Oct 18, 2012 7:17 pm
Re: FIVEWIN power - a room planer video
look the topic https://forums.fivetechsupport.com/view ... 214382afecOtto wrote:Hello Silvio,
is Feragosto over?
No, it is not a class.
Why do you think that?It's no good to set AM and PM for each day
Best regards,
Otto
I have a class but not work good
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Re: FIVEWIN power - a room planer video
Hello Silvio,
I am using a function that I have essentially been using unchanged since 1994.
In this function, I test whether a room is available or not.
Notably, this is a function that I have been using since the Fivewin for CLIPPER days.
Best regards,
Otto
I am using a function that I have essentially been using unchanged since 1994.
In this function, I test whether a room is available or not.
Notably, this is a function that I have been using since the Fivewin for CLIPPER days.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Silvio.Falconi
- Posts: 7104
- Joined: Thu Oct 18, 2012 7:17 pm
Re: FIVEWIN power - a room planer video
yes but I need the division into AM and PM for each day as if they were two separate recordsOtto wrote:Hello Silvio,
I am using a function that I have essentially been using unchanged since 1994.
In this function, I test whether a room is available or not.
Notably, this is a function that I have been using since the Fivewin for CLIPPER days.
Best regards,
Otto
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Re: FIVEWIN power - a room planer video
Hello Silvio,
I don't have a solution for that.
We present the booking in such a way that we display the bar from noon on the day of arrival and until noon on the day of departure in the plan.
Best regards,
Otto
I don't have a solution for that.
We present the booking in such a way that we display the bar from noon on the day of arrival and until noon on the day of departure in the plan.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Silvio.Falconi
- Posts: 7104
- Joined: Thu Oct 18, 2012 7:17 pm
Re: FIVEWIN power - a room planer video
the solution would be in the sense that NAges has created an example for creating a planner with the days divided AM and PM, but it is only in view, that is, it is not iterative with the mouse and if a record is made up of several days the bar is not it is united
look at this example :https://forums.fivetechsupport.com/view ... 8ce9de3d35
the problems that I tried to make clear but they still haven't understood are:
1) the rooms are divided into types so you need to create a combobox to select the type of rooms i.e. there could be no. 1 SS and n.1 DD
2) reservations can be for one day or many days
if I insert some records having the same camera and a period from xx to
3) I cannot insert, modify, extend the reservation with the mouse and the example is unusable.
I just wanted a modification to the already existing Tplan class with the possibility of dividing the days into two AM and PM.
someone gave me an example of an object class, only that it doesn't work and has several problems so I can't use it and I can't modify it
look at this example :https://forums.fivetechsupport.com/view ... 8ce9de3d35
the problems that I tried to make clear but they still haven't understood are:
1) the rooms are divided into types so you need to create a combobox to select the type of rooms i.e. there could be no. 1 SS and n.1 DD
2) reservations can be for one day or many days
if I insert some records having the same camera and a period from xx to
3) I cannot insert, modify, extend the reservation with the mouse and the example is unusable.
I just wanted a modification to the already existing Tplan class with the possibility of dividing the days into two AM and PM.
someone gave me an example of an object class, only that it doesn't work and has several problems so I can't use it and I can't modify it
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Re: FIVEWIN power - a room planer video
Hello Silvio,
When I started with the room plan 30 years ago, I inserted diagrams into source code comments for all possible cases. Essentially, I still use exactly this function.
Best regards,
Otto
When I started with the room plan 30 years ago, I inserted diagrams into source code comments for all possible cases. Essentially, I still use exactly this function.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Silvio.Falconi
- Posts: 7104
- Joined: Thu Oct 18, 2012 7:17 pm
Re: FIVEWIN power - a room planer video
in your hotel you have never had the possibility of renting a room only in the morning or only in the afternoon because generally in hotels the reservation goes from the day to the next day so generally the calculation is done for nights of overnight stay.
In my case, however, since it is an hourly hotel (motel), the overnight stay takes place in the morning or in the afternoon or for the whole day (from the day to the next day) as happens in your hotel.
the booking classes available for fiewin are not compatible for my case, I need the division of each day into two sections, AM and PM
In my case, however, since it is an hourly hotel (motel), the overnight stay takes place in the morning or in the afternoon or for the whole day (from the day to the next day) as happens in your hotel.
the booking classes available for fiewin are not compatible for my case, I need the division of each day into two sections, AM and PM
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Re: FIVEWIN power - a room planer video
Now I can select the row height with a slider.
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: FIVEWIN power - a room planer video
Hello friends,
Some days ago, I received the following request:
Dear Winhotel Team,
Do you have a program for table assignments? Such a feature would be very useful for our restaurant manager.
Thanks,
Hello [Recipient Name],
Could you provide more details on how you envision this allocation? Are you looking for a graphical plan, specifically for the in-house guests?
Kind regards,
Otto
Transferring the details from the room plan to a table plan would be ideal. This would simplify our process, and we wouldn't have to write it down daily.
Warm regards,
Sent: Thursday, October 5, 2023, 16:41
To: [Winhotel Email]
Subject: RE: Question
Hello Otto,
We had something like this in mind:
https://kxxxxs.net/product/
https://sxxxxxt-systems.info/software/hotelsoftware/ → see under "Restaurant Table Management."
Best regards,
Otto
Now, five working days later, I am sending the link for the first test of the software to the hotel. Pure modern efficiency!
Some days ago, I received the following request:
Dear Winhotel Team,
Do you have a program for table assignments? Such a feature would be very useful for our restaurant manager.
Thanks,
Hello [Recipient Name],
Could you provide more details on how you envision this allocation? Are you looking for a graphical plan, specifically for the in-house guests?
Kind regards,
Otto
Transferring the details from the room plan to a table plan would be ideal. This would simplify our process, and we wouldn't have to write it down daily.
Warm regards,
Sent: Thursday, October 5, 2023, 16:41
To: [Winhotel Email]
Subject: RE: Question
Hello Otto,
We had something like this in mind:
https://kxxxxs.net/product/
https://sxxxxxt-systems.info/software/hotelsoftware/ → see under "Restaurant Table Management."
Best regards,
Otto
Now, five working days later, I am sending the link for the first test of the software to the hotel. Pure modern efficiency!
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************