Share

JHotel

File Release Notes and Changelog

Release Name: jhotel-0.6

Notes:
			JHotel Readme
		    Version 0.6, June 2004
		    
    Copyright (C) 2004, JSoft, Hansastr. 112, 81373 Munich, Germany

    

JHotel is a software for small and medium-sized hotels. It has everything that
these kind of hotels require:

- Guest management
- Reservation management
- Checkin management
- Statistics

JHotel is available under the GNU General Public License which is provided
with JHotel and can be found in the COPYING file. JHotel can be downloaded
for free from Sourceforge: http://sourceforge.net/projects/jhotel

JHotel is written in Java and will run everywhere, where there's a JavaVM 
available.



Installation
============
In order to install JHotel, simply download either the .zip or the .gz or
the .bz2 file and extract it.
Of course you can also download the source (.src.zip, .src.gz or .src.bz2)
and compile JHotel yourself using javac (or any other Java compiler).



Running JHotel
==============
Given that JHotel is Java software, there are no executable files. In order
to run it, you need to install a JavaVM, see http://java.sun.com for
details and downloads.



Microsoft Windows:
------------------

- Either open the command prompt, cd to the directory where JHotel is installed
  and type: java -jar JHotel.jar
  The filename may vary depending on the version of JHotel.
- Or simply double-click the .jar file


Linux/Unix:
-----------

Open a terminal, cd to the directory where JHotel is installed and type:
			    
		java -jar JHotel.jar

The filename may vary depending on the version of JHotel.
You can also run the file jhotel which is a bash script and does exactly
the above.


Mac OS 9/X:
-----------

Make sure you have the Apple JavaVM installed and simply double-click the .jar
file. In Mac OS X you can also go the Unix way.



Bugs
====
If you find any bugs, feel free to contact me:

Address:	Martin Jungowski
    		Hansastr. 112
		81373 Munich
		GERMANY

Phone:		0049-89-45 23 74 00
E-Mail:		Martin.Jungowski@in.tum.de


Copyright (C) 2004, JSoft, Martin Jungowski

Changes: New (almost) major release ;) Added lots of features and bugfixes: Bugs fixed: - Fixed a few NullPointerExceptions - Fixed a few other Exceptions - Fixed Reservation Management: reservations over more than one month are now possible and will display correctly in the reservation table. Known bugs: - Reservationmanagement might throw an ArrayOutOfBoundsException which however I was not able to trace yet. Program will keep running without any problems tho so it's no big deal really - Will only run on Unix OS so far due to different path seperators in Windows: \ instead of / New features: - ReservationManagement almost complete. One can add reservations, delete reservations, modify reservations or simply look at them - Added About Window - JHotel_Translator updated, now 118 entries (was: 80) - Opening the ReservationManagement Window shows the current month and its reservations - Table with reservations now not always 32 (available rooms + 31 days) colums but width depending on the days of the selected month