
Brief introduction into setting up an Online Booking and Reservation System with Drupal and AGreservations.
Required modules of agreservations modules: references, user_reference, node_reference, date, date_views, views, ctools, i18n, date_api, date, date_views date_popup, uc_cart, uc_product,
-this list is not complete, the listed modules also have dependencies that must be considered. once ready the agreservations Drupal 7 distribution/installprofile will contain all the necessaray modules.
hint: before installing you should add the line:
ini_set('max_execution_time', 400);
to your settings.php it increases the maximum executiontime of your php scripts avoiding timeouts and white screens when installing large modules.
its for every kind of resource that you want to offer daily or hourly online for your customers.