mod Harbour booking - my new project
mod Harbour booking - my new project
Hello,
today we start our first mod harbor project.
It is an online booking system.
So far we have finished the screens in html. Now we start with back end using mod harbor.
It should actually be relatively fast.
We will report here how we are doing and what problems occur.
We probably also have to ask many questions.
If anyone has any real interest in joining the project, please write to me.
I am so thankful that Antonio has opened this perspective to us.
Kind regards
Otto
https://winhotel.space/booking_new/index.php
today we start our first mod harbor project.
It is an online booking system.
So far we have finished the screens in html. Now we start with back end using mod harbor.
It should actually be relatively fast.
We will report here how we are doing and what problems occur.
We probably also have to ask many questions.
If anyone has any real interest in joining the project, please write to me.
I am so thankful that Antonio has opened this perspective to us.
Kind regards
Otto
https://winhotel.space/booking_new/index.php
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Massimo Linossi
- Posts: 474
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: mod Harbour booking - my new project
Hello Otto.
Many compliments for your new project. Looks great. I've tested it also on an Iphone X and works perfectly.
Massimo
Many compliments for your new project. Looks great. I've tested it also on an Iphone X and works perfectly.
Massimo
Re: mod Harbour booking - my new project
Work in progress
DatePicker now works
First input screen is ready and we get the data. Please test.
http://my3zinnen.com/booking_tests/index.prg
Best regards,
Otto
DatePicker now works
First input screen is ready and we get the data. Please test.
http://my3zinnen.com/booking_tests/index.prg
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Massimo Linossi
- Posts: 474
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: mod Harbour booking - my new project
Works perfectly. Will be possible to change the date format in Italian (dd/mm/yyyy) ?
Re: mod Harbour booking - my new project
Massimo,
I think this is no problem as this part is bootstrap.
$('.datepicker').datepicker({
language: "it"
});
Do you have a mod harbour web server installed. I can give you the source. You can test on your side then.
Best regards
Otto
I think this is no problem as this part is bootstrap.
$('.datepicker').datepicker({
language: "it"
});
Do you have a mod harbour web server installed. I can give you the source. You can test on your side then.
Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Massimo Linossi
- Posts: 474
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: mod Harbour booking - my new project
Otto,
I'm preparing a Win10 machine for making all tests.
I'm preparing a Win10 machine for making all tests.
Re: mod Harbour booking - my new project
Massimo,
let me know when you are ready.
Best regards
Otto
let me know when you are ready.
Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Massimo Linossi
- Posts: 474
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: mod Harbour booking - my new project
Ok.
Thanks a lot.
Massimo
Thanks a lot.
Massimo
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: mod Harbour booking - my new project
Dear Otto,
really great!
really great!
Re: mod Harbour booking - my new project
Dear Antonio,
I use GENESIS to understand the concepts.
Thank you for mod harbour.
Best regards
Otto
I use GENESIS to understand the concepts.
Thank you for mod harbour.
Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: mod Harbour booking - my new project
Very good!
Re: mod Harbour booking - my new project
Otto,
What are you using for to do the window/buttons/get ?
What are you using for to do the window/buttons/get ?
Re: mod Harbour booking - my new project
Hello,
this is exectly the code Antonio has in his GENESIS.
Till now I only changed names and databases.
Best regards,
Otto
this is exectly the code Antonio has in his GENESIS.
Till now I only changed names and databases.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
Re: mod Harbour booking - my new project
I'm asking because I look at this code and not recognize it as a Harbour code. What else I must study to understand better it?