FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour mod Harbour booking - my new project
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
mod Harbour booking - my new project
Posted: Tue Jul 09, 2019 04:09 PM
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

Posts: 512
Joined: Mon Oct 17, 2005 10:38 AM
Re: mod Harbour booking - my new project
Posted: Tue Jul 09, 2019 05:07 PM

Hello Otto.
Many compliments for your new project. Looks great. I've tested it also on an Iphone X and works perfectly.
Massimo

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod Harbour booking - my new project
Posted: Wed Jul 10, 2019 09:29 AM
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

Posts: 512
Joined: Mon Oct 17, 2005 10:38 AM
Re: mod Harbour booking - my new project
Posted: Wed Jul 10, 2019 09:34 AM

Works perfectly. Will be possible to change the date format in Italian (dd/mm/yyyy) ?

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod Harbour booking - my new project
Posted: Wed Jul 10, 2019 09:58 AM

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

Posts: 512
Joined: Mon Oct 17, 2005 10:38 AM
Re: mod Harbour booking - my new project
Posted: Wed Jul 10, 2019 10:04 AM

Otto,
I'm preparing a Win10 machine for making all tests.

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod Harbour booking - my new project
Posted: Wed Jul 10, 2019 10:13 AM

Massimo,
let me know when you are ready.
Best regards
Otto

Posts: 512
Joined: Mon Oct 17, 2005 10:38 AM
Re: mod Harbour booking - my new project
Posted: Wed Jul 10, 2019 10:17 AM

Ok.
Thanks a lot.
Massimo

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour booking - my new project
Posted: Wed Jul 10, 2019 04:03 PM

Dear Otto,

really great! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod Harbour booking - my new project
Posted: Thu Jul 11, 2019 09:35 PM
Dear Antonio,
I use GENESIS to understand the concepts.
Thank you for mod harbour.
Best regards
Otto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour booking - my new project
Posted: Fri Jul 12, 2019 06:36 AM

Very good! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: mod Harbour booking - my new project
Posted: Fri Jul 12, 2019 11:43 AM

Otto,

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

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod Harbour booking - my new project
Posted: Fri Jul 12, 2019 11:48 AM

Hello,
this is exectly the code Antonio has in his GENESIS.
Till now I only changed names and databases.
Best regards,
Otto

Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: mod Harbour booking - my new project
Posted: Fri Jul 12, 2019 12:05 PM

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?

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 1515
Joined: Thu Oct 30, 2008 02:37 PM
Re: mod Harbour booking - my new project
Posted: Fri Jul 12, 2019 12:40 PM