

//////////////////////////////////////////////////////////////////////////////
// Program of management				                    //
//////////////////////////////////////////////////////////////////////////////

/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*  Authors : CEVRIYE AKSAKAL    email: k_a@videotron.ca                    */
/*                                                                          */
/*  Name of program : ROOMS                                                 */
/*                                                                          */
/*  Date : 24 April 1997                                                    */
/*                                                                          */
/*  Compiler : Turbo C++                                                 */
/*                                                                          */
/*  Version     : 1.0                                                       */
/*                                                                          */
/*  Exploitation system: DOS 6.2                                            */
/*                                                                          */
/*  Description :                                                           */
/*                                                                          */
/*  This program is a system of administration for business rooms           */
/*  for all company .                                                       */
/*  In this program , you have a menu . You can do your choises:            */
//                                                                          */
//     1-  Reservation of one room  :       a- reservation of one room      */
//                                          b- clear one reservation        */
//                                          c- return to the menu           */
//                                                                          */
//     2-  Consultation of the rooms:       a- reservation by date          //
//         and reservation	            b- reservation one by one       //
//                                          c- free rooms                   //
//                                          d- return to the menu           //
//                                                                          //
//     3-  Modification                   : a- The password                 //
//                                          b- rooms(clear or add)          //
//                                          c- Materiels(clear or add)      //
//                                             change the quantity          //
//                                          d- return to the menu           //
//                                                                          //
//     4-  Update                                                           //
//                                                                          //
//     The choice 3 is for the superviser of your institution               //
//     The superviser can clear and add the rooms(new or old)               //
//     and the materiels.        //                                         //
//     You can get this choice if you know the password                     //
//     If you buy the original version ,I will give you a password that you //
//     can modify.                                                          //
//     In this shareware , you can not use the choice 2.a and 3.a.b.c.d     //
//                                                                          //
/*/////////////////////////////////////////////////////////////////////////*/
//
//         Don't forget to put ANSI.SYS in your config.sys
//                           ~~~~~~~~~~~~
//          you must see the following line in your config.sys :
//
//                      DEVICE=C:\DOS\ANSI.SYS
//
//          or for WIN95 :
//
//                      DEVICE=C:\WINDOWS\COMMAND\ANSI.SYS
//
//
// This program A SHAREWARE . If you want the FULL version of this program
// who can help your business very much , you need to pay 35 $(canadian)
// (international money order only)
// at this address:
//
//

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Cevriye Aksakal
	8161 rue Marquette # 4
	h2e2g1 Montreal Quebec
	Canada

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

//
// And, I will send you the completed version of this program
// Thank you for your confidence.
// I am enjoyed to serve you.

Thank you for trying the product of Cevriye. To use the program, be sure all
files are in the same directory, change to that directory, type rooms and
then press Enter.  Please be sure that all files are in the same directory
to be sure everything works correctly.


		      SMALL ROOMS PROGRAM


 THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES AS TO
 PERFORMANCE OF MERCHANTABILITY OR ANY OTHER WARRANTIES WHETHER
 EXPRESSED OR IMPLIED. DUE TO THE VARIOUS HARDWARE AND SOFTWARE
 ENVIRONMENTS INTO WHICH THIS PROGRAM MAY BE PUT, NO WARRANTY OF
 FITNESS FOR A PARTICULAR PURPOSE IS OFFERED. IT IS YOUR
 RESPONSIBILITY TO DETERMINE IF THE PROGRAM WILL WORK RELIABLY ON
 YOUR EQUIPMENT AND FOR YOUR PARTICULAR APPLICATION. YOU ASSUME
 ALL RISKS AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. ANY
 LIABILITY OF THE SELLER WILL BE LIMITED EXCLUSIVELY TO PRODUCT
 REPLACEMENT OR REFUND OF PRICE PAID FOR LICENSE.

 This software is owned by Cevriye Aksakal and is protected.
 You may share the program with anyone you choose as long as you
 share the original, secured, unmodified version, and that all
 files are included.

 Any use other than that permitted under this license is prohibited.

		    Thank You FROM Cevriye aksakal  !!!

 For any question send me an e-mail at k_a@videotron.ca

( The second version will be more developped with rapports that
  you can print)




