AGRESERVATIONS README for Version >= 7.1

The goal of the modules in this package
is: To provide you with the necesary tools to run a
reservations website and have the possibility to manage
your resources online. 

1.: make sure the maximum php executiontime
is set to 400 ---> ini_set('max_execution_time', 400); to your settings.php file

2.:
install the required modules:
references, user_reference, node_reference, date, date_views, views, ctools, 
i18n, date_api, date, date_views date_popup, uc_cart, uc_product,...

3.: install the agreservations modules in the following order (assuming you want online booking and payment functionality):
    1: agreservations,
    2: agres_bookings 
    3: agres_categories

    if you want timebased restrictions and seasonally different productprices:

    4: 	Agreservations Timeframe
    5:  Agreservations Restriction
    6: 	Agreservations Rate


4. add at least one node of type agres_category like: hotel room, car, table,...

5.: add at least one (or more) agreservations_unittype like: standard,
 large,...if ubercart is enabled: in the ubercartshopconfiguration at
 http://yoursitesurl/admin/store/products/classes make this contenttype
 a productclass. In the Unit Type nodes now you can set the Ubercart price
and sku fields.

6.: Assign a category to each unit type.

6.: add some agreservations units like: Room #1,Room#2, boat1,...

7.: the module contains a default view bookingcalendar which should be
 installed automatically. When you followed the above steps you should
 see a matrix of resources and units when clicking on the Agreservations menu link.
 You can click on the little '+' signs
 for each day/room and make a booking, you see the agreservation form prefilled
 with the correct day and room you clicked on. You can choose more rooms of course.

8.: each node of type agreservations_category creates a searchwidget Block which you can activate
 in Administer->blocks. This is for the frontpage for users to make onlinereservations.

9.: Activate / deactivate the appropriate cart and checkout panes in the Ubercart configuration
also configure your Ubercarts order templates.