<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/400/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atlet</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/400/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Atlet"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/Special:Contributions/Atlet"/>
	<updated>2026-04-19T08:19:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=124403</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=124403"/>
		<updated>2016-07-26T10:51:12Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* CSV import - activity completion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
#maxanswers - max. number of participants (default 0)&lt;br /&gt;
#maxoverbooking - max. number of places on waiting list (default 0)&lt;br /&gt;
#limitanswers - limit the number of participants Help with Limit the number of participants (1 for limiting or 0 to disable)&lt;br /&gt;
#location - location ex. room number&lt;br /&gt;
&lt;br /&gt;
==CSV import - activity completion==&lt;br /&gt;
&lt;br /&gt;
Fields in CSV:&lt;br /&gt;
#OptionID - Option ID &lt;br /&gt;
#UserID - User ID&lt;br /&gt;
#CourseCompleted - 1 - competed, 0 - not completed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=124402</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=124402"/>
		<updated>2016-07-26T10:50:55Z</updated>

		<summary type="html">&lt;p&gt;Atlet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
#maxanswers - max. number of participants (default 0)&lt;br /&gt;
#maxoverbooking - max. number of places on waiting list (default 0)&lt;br /&gt;
#limitanswers - limit the number of participants Help with Limit the number of participants (1 for limiting or 0 to disable)&lt;br /&gt;
#location - location ex. room number&lt;br /&gt;
&lt;br /&gt;
==CSV import - activity completion==&lt;br /&gt;
&lt;br /&gt;
Fields in CSV:&lt;br /&gt;
#OptionID - Option ID &lt;br /&gt;
#UserID - User ID&lt;br /&gt;
#CourseCompleted - 1 - competed, 0 - not completed&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=124107</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=124107"/>
		<updated>2016-06-16T12:14:51Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* CSV import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
#maxanswers - max. number of participants (default 0)&lt;br /&gt;
#maxoverbooking - max. number of places on waiting list (default 0)&lt;br /&gt;
#limitanswers - limit the number of participants Help with Limit the number of participants (1 for limiting or 0 to disable)&lt;br /&gt;
#location - location ex. room number&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=124072</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=124072"/>
		<updated>2016-06-13T08:01:45Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* CSV import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
#maxanswers - max. number of participants (default 0)&lt;br /&gt;
#maxoverbooking - max. number of places on waiting list (default 0)&lt;br /&gt;
#limitanswers - limit the number of participants Help with Limit the number of participants (1 for limiting or 0 to disable)&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121807</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121807"/>
		<updated>2015-12-11T08:54:56Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* CSV import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121806</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121806"/>
		<updated>2015-12-11T08:54:42Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* CSV import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Create booking options and add users.&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121805</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121805"/>
		<updated>2015-12-11T08:54:07Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* CSV import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
*Date parse format - format of startdate and enddate fields.&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121804</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121804"/>
		<updated>2015-12-11T08:52:58Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* CSV import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Fields in CSV file are (must be in this order):&lt;br /&gt;
#name - name of booking option&lt;br /&gt;
#startdate - start date, 0 for no date&lt;br /&gt;
#enddate - end date, 0 for no date&lt;br /&gt;
#institution - institution&lt;br /&gt;
#institutionaddress - institution address&lt;br /&gt;
#teacheremail - teacher email - to match in users table&lt;br /&gt;
#useremail - user email to match with user in Moodle&lt;br /&gt;
#finished - if user has completed activity&lt;br /&gt;
&lt;br /&gt;
*Field delimiter: , (coma)&lt;br /&gt;
*Enclosure field: &amp;quot; (quotation mark)&lt;br /&gt;
*Escape character: \ (backslash)&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121803</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121803"/>
		<updated>2015-12-11T08:31:09Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* CSV import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
Fields in CSV file are:&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121802</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121802"/>
		<updated>2015-12-11T08:28:48Z</updated>

		<summary type="html">&lt;p&gt;Atlet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==CSV import==&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121801</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=121801"/>
		<updated>2015-12-11T08:28:15Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* Credits */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;br /&gt;
* [http://www.princic.net/ Andraž Prinčič]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=111344</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=111344"/>
		<updated>2014-03-25T08:47:16Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* How to use the booking module */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Site admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=111343</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=111343"/>
		<updated>2014-03-25T08:38:04Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automatic add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automatic enrol users in groups&lt;br /&gt;
*Attachments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Sit admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=111342</id>
		<title>Booking module</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/400/en/index.php?title=Booking_module&amp;diff=111342"/>
		<updated>2014-03-25T08:37:41Z</updated>

		<summary type="html">&lt;p&gt;Atlet: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Booking module for managing course participants (online course or offline course)&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
*Max participants&lt;br /&gt;
*Waitinglist&lt;br /&gt;
*Automatic course subscription&lt;br /&gt;
*Confirmation mail&lt;br /&gt;
*Download userlist as xls or ods (you can select which custom fields to export)&lt;br /&gt;
*Cancellation system&lt;br /&gt;
*Subscription period&lt;br /&gt;
*Automaticly add events to Moodle calendar&lt;br /&gt;
*Tags, categories&lt;br /&gt;
*Automaticly enrol users in groups&lt;br /&gt;
*Attachaments&lt;br /&gt;
*Sending custom message to users&lt;br /&gt;
*etc.&lt;br /&gt;
&lt;br /&gt;
==How to use the booking module==&lt;br /&gt;
#General settings:&lt;br /&gt;
##Add an activity &amp;gt; Booking&lt;br /&gt;
##	Give a general name (not your EVENT name), booking text will be shown at the top of page.&lt;br /&gt;
##	Default booking limit Numbers can be defined at each event page too.&lt;br /&gt;
##Time period is very important.&lt;br /&gt;
##	Yes to email settings&lt;br /&gt;
##	Policy page is really useful.&lt;br /&gt;
##	Save and display&lt;br /&gt;
##	Edit booking option (See No3. in step2)&lt;br /&gt;
#Events settings&lt;br /&gt;
##	Click on the ‘Manage x responses’ link at the top-right corner&lt;br /&gt;
##	Click on the bottom/latest ‘Edit this booking option’ under ‘Mange column’&lt;br /&gt;
##Give an Event name into ‘Booking’ field.&lt;br /&gt;
##	You can define ‘limit number’ and ‘Restrict time’ here again.&lt;br /&gt;
##	Looks like you can book for other course, but, I think we can ignore this.&lt;br /&gt;
##	Description will be shown on the booking table, very important.&lt;br /&gt;
##	Click on ‘Save and add new’&lt;br /&gt;
#Editing&lt;br /&gt;
##	You can delete a user’s booking&lt;br /&gt;
##	You can delete an event with all bookings in it.&lt;br /&gt;
##	You can click on the button ‘Download users as .xls’ to download bookings in spreadsheet for each Event, or click on the button at the bottom of page to get a full list (Great!) &lt;br /&gt;
#Permissions:&lt;br /&gt;
##	Click on the ‘Permissions’ under the ‘Settings’ block.&lt;br /&gt;
##	At the dropdown menu: ‘Advanced role override’ choose ‘Manager’ (or teacher, or any role)&lt;br /&gt;
##	At table: Activity: Booking, tick ‘Allow’ Permission to all five lines (or less)&lt;br /&gt;
##Save changes&lt;br /&gt;
#Bugs&lt;br /&gt;
##	Fixed all known bugs except:&lt;br /&gt;
##      At the ‘Edit this booking option’ page. Site admin can select one or more user names and then choose ‘Delete’ under ‘With selected’ dropdown menu. The page will be redirected to a delete page to confirm. But, this not works in IE8. Please reminder users to avoid IE for this function.&lt;br /&gt;
#How to add a new booking option&lt;br /&gt;
## Go to &amp;quot;Manage XX bookings&amp;quot;&lt;br /&gt;
## Click on &amp;quot;Edit booking option&amp;quot;, do not change anything and click &amp;quot;Save and add new&amp;quot;&lt;br /&gt;
#Special user profile fields&lt;br /&gt;
##If you want to have certain information about your users (phone numbers), you can define custom user profile fields in the Sit admin settings. You have to make them &amp;quot;required&amp;quot;, then users have to fill out the form with the information requested before they can proceed to book a course.&lt;br /&gt;
&lt;br /&gt;
==Installation (for Moodle Administrators)==&lt;br /&gt;
*&#039;&#039;&#039;If you want to support the project, or get support, then you can buy the version with support at http://www.edulabs.org/en/shop &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
* [http://www.edulabs.org/ Edulabs.org]&lt;/div&gt;</summary>
		<author><name>Atlet</name></author>
	</entry>
</feed>