Drupal
Posted: Sat May 17, 2008 12:57 pm
Hello,
I've just discovered your project php-residence.
It's a great project. Congratulations.
It's about a week that i'm searching over the web upon these subjects of online hotel booking.
* the Online hotel booking requests from users are growing very fast, and the amount of online sales are enormous and growing very fast.
* numerous agregators sites (hotels.com, HRS.com, booking.com etc...)
This domain is growing fastly.
=> It is now mandatory for Hotel Managers to provide an online reservation system
On the Hotel Managers point of view, there are several problems :
* Hotel mangers are not geeks (in general)
=> The system MUST be simple to use for the manager
* It is impossible to manage several systems in parallel in real time.
Now, it must have a book of reservation (a real one, or a software) in his hotel, plus, his own reservation system on his website, plus update all the agregators.
=> The system MUST update all the data of the internet at the same time when changes are made in the hotel (reservation by phone must update availabilities on the website and agregators, and a reservation taken on the website or aggregator, must appear on the "hotel book")
* The reservation system MUST be available in the hotel in all cases, even in case of lost of the internet connection. Notice that some hotels are far in the country and don't have the possibility to have an ADSL connection.
=> The system MUST be "stand-alone" in this case.
* the hotel website have to be updated directly by the manager for several reasons : change the prices, notice offers, news of the hotel, menus in case of a restaurant, ...
=> the CMS are vey usefull
So, i'm searching a system, that is running physically inside the hotel, is able to be in relation with the hotel's website, and the "agregators" websites.
On the CMS point of view, Drupal seems to be the "killer" one.
The architecture is awesome : buitl-in multilanguage, built in SEO (Search Engine Friendly), built-in triggers and events to have pre-programmed actions.
More-over "CCK" Module (Content Container Kit) manage to add properties to objects (nodes) without coding, "Views" Module manage to display data as you want, "Ubbercart" Module provide the e-commerce in an awesome ease of use for the end user in a single page check-out.
And the Drupal next version (drupal 7, in oct 2008) will be "web semantic" (called also web 3.0).
In conclusion, I think that writing a module for that CMS will be more efficient to have a stand alone script. Because the module can concentrate only on the "core" of the reservation system, without dealing with web-design theming, ecommerce, multilanguage, SEO, etc...
If you interested in discover drupal : [url]www.drupal.org[url]
My "little problem" is that, I don't know how technically to make a "stand alone" version.
What do you thing about that ?
I've just discovered your project php-residence.
It's a great project. Congratulations.
It's about a week that i'm searching over the web upon these subjects of online hotel booking.
* the Online hotel booking requests from users are growing very fast, and the amount of online sales are enormous and growing very fast.
* numerous agregators sites (hotels.com, HRS.com, booking.com etc...)
This domain is growing fastly.
=> It is now mandatory for Hotel Managers to provide an online reservation system
On the Hotel Managers point of view, there are several problems :
* Hotel mangers are not geeks (in general)
=> The system MUST be simple to use for the manager
* It is impossible to manage several systems in parallel in real time.
Now, it must have a book of reservation (a real one, or a software) in his hotel, plus, his own reservation system on his website, plus update all the agregators.
=> The system MUST update all the data of the internet at the same time when changes are made in the hotel (reservation by phone must update availabilities on the website and agregators, and a reservation taken on the website or aggregator, must appear on the "hotel book")
* The reservation system MUST be available in the hotel in all cases, even in case of lost of the internet connection. Notice that some hotels are far in the country and don't have the possibility to have an ADSL connection.
=> The system MUST be "stand-alone" in this case.
* the hotel website have to be updated directly by the manager for several reasons : change the prices, notice offers, news of the hotel, menus in case of a restaurant, ...
=> the CMS are vey usefull
So, i'm searching a system, that is running physically inside the hotel, is able to be in relation with the hotel's website, and the "agregators" websites.
On the CMS point of view, Drupal seems to be the "killer" one.
The architecture is awesome : buitl-in multilanguage, built in SEO (Search Engine Friendly), built-in triggers and events to have pre-programmed actions.
More-over "CCK" Module (Content Container Kit) manage to add properties to objects (nodes) without coding, "Views" Module manage to display data as you want, "Ubbercart" Module provide the e-commerce in an awesome ease of use for the end user in a single page check-out.
And the Drupal next version (drupal 7, in oct 2008) will be "web semantic" (called also web 3.0).
In conclusion, I think that writing a module for that CMS will be more efficient to have a stand alone script. Because the module can concentrate only on the "core" of the reservation system, without dealing with web-design theming, ecommerce, multilanguage, SEO, etc...
If you interested in discover drupal : [url]www.drupal.org[url]
My "little problem" is that, I don't know how technically to make a "stand alone" version.
What do you thing about that ?