Home
Name Modified Size InfoDownloads / Week
hotelmanager_instruction_manual.pdf 2011-10-19 2.9 MB
turtleontourhot_0.3.0.tar.gz 2011-10-06 173.5 kB
README_EN.TXT 2011-10-06 2.6 kB
README_DE.TXT 2011-10-06 2.7 kB
turtleontourhot_0.3.0_beta.tar.gz 2011-09-10 168.3 kB
turtleontourhot_0.2.5.tar.gz 2011-08-26 133.6 kB
turtleontourhot_0.2.0.tar.gz 2011-08-14 131.3 kB
turtleontourhot_0.1.0.tar.gz 2011-07-21 95.3 kB
Totals: 8 Items   3.6 MB 0
Turtleontour Hotelmanager is a fully multilingual Hotel Management System to handle Reservations, Currencies, taxes, customers of small hotels, Pensions, Villas, ...). It is published under GPL which means that it is absolutely free of charge for any licenses. For more information about GPL look at the file LICENSE.TXT.

Requirements:
1) Operating system Windows, Moc OS, Linux (tested with Ubuntu 10.4) 
2) apache webserver (apache2)
3) php (tested mit php5.3)
4) couchdb (tested with Version 1.x)
download at http://couchdb.apache.org/downloads.html

The program offers following features:
1) Categories of habitation (like ocean view ....)
2) Unlimited habitations.
3) Manage  seasons
4) Add Extras
5) taxes
6) Unlimited currencies
7) simple user management (frontent, admin)
8) Multilingual (english, spanish, french, german)

For the next future following features are planned.

1) Export bills as pdfs.
2) integrate in a content management system (typo3)

INSTALLATION
To install Turtleontour Hotelmanager you need a apache webserver (apache2) with php (tested with php 5.3) running.
Furthermore you need a running couchdb instance, which do not has be on the same computer. It is called through the network.
1) Unpack the downloaded archive and copy the files to the root directory of your webserver.
2) Download (http://couchdb.apache.org/downloads.html) and install couchdb on your computer. Create a empty database. For example with curl (curl -X PUT http://your-couchdb-server:5984/Your_database). If you dont have curl on your computer you can create a databse with futon, the admin interface of couchdb. For doing this call in your browser http://your-couchdb-server:5984/_utils and just create a new database.
3) Edit the file connection.php and fill it with your Data. You have to fill in the server, and the database name. The port 5984 is the standart port for couchdb. Also please add a user and password to couchdb (most easy through futon the couchdb admin interface) and put the data into connection.php.
4) Call initializedb.php (http://your-webserver/initializedb.php)
initializedb.php fills the database with necessary initial Data.
5) Call http://your-webserver/index.php to start working with Turtleontour Hotelmanager.
6) One admin user is preset. To start click on login.

Take care that you allways have minimum one admin user, one room, one season, one currency, one category, one extra and one tax in the database

And now much fun with Turtleontour Hotelmanager.
Suggestions and Bug Reports to info@turtleontour.com.

Source: README_EN.TXT, updated 2011-10-06