Page 1 of 2

mod Harbour booking - my new project

PostPosted: Tue Jul 09, 2019 4:09 pm
by Otto
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

Image

Re: mod Harbour booking - my new project

PostPosted: Tue Jul 09, 2019 5:07 pm
by Massimo Linossi
Hello Otto.
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

PostPosted: Wed Jul 10, 2019 9:29 am
by Otto
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

Image

Re: mod Harbour booking - my new project

PostPosted: Wed Jul 10, 2019 9:34 am
by Massimo Linossi
Works perfectly. Will be possible to change the date format in Italian (dd/mm/yyyy) ?

Re: mod Harbour booking - my new project

PostPosted: Wed Jul 10, 2019 9:58 am
by Otto
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

Re: mod Harbour booking - my new project

PostPosted: Wed Jul 10, 2019 10:04 am
by Massimo Linossi
Otto,
I'm preparing a Win10 machine for making all tests.

Re: mod Harbour booking - my new project

PostPosted: Wed Jul 10, 2019 10:13 am
by Otto
Massimo,
let me know when you are ready.
Best regards
Otto

Re: mod Harbour booking - my new project

PostPosted: Wed Jul 10, 2019 10:17 am
by Massimo Linossi
Ok.
Thanks a lot.
Massimo

Re: mod Harbour booking - my new project

PostPosted: Wed Jul 10, 2019 4:03 pm
by Antonio Linares
Dear Otto,

really great! :-)

Re: mod Harbour booking - my new project

PostPosted: Thu Jul 11, 2019 9:35 pm
by Otto
Dear Antonio,
I use GENESIS to understand the concepts.
Thank you for mod harbour.
Best regards
Otto

Image

Re: mod Harbour booking - my new project

PostPosted: Fri Jul 12, 2019 6:36 am
by Antonio Linares
Very good! :-)

Re: mod Harbour booking - my new project

PostPosted: Fri Jul 12, 2019 11:43 am
by vilian
Otto,

What are you using for to do the window/buttons/get ?

Re: mod Harbour booking - my new project

PostPosted: Fri Jul 12, 2019 11:48 am
by Otto
Hello,
this is exectly the code Antonio has in his GENESIS.
Till now I only changed names and databases.
Best regards,
Otto

Re: mod Harbour booking - my new project

PostPosted: Fri Jul 12, 2019 12:05 pm
by vilian
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?

Re: mod Harbour booking - my new project

PostPosted: Fri Jul 12, 2019 12:40 pm
by hmpaquito