Events

Questo componente aggiuntivo fornisce:

  • events management,

  • associate activities with events,

  • booking management.

Installazione

Prima di tutto, scarica il componente:

Get latest Events plugin! Get Evernts plugin nightly build!

Estrai l’archivio scaricato nella cartella plugins di Galette. Per esempio, in linux (sostituendo {url} e {version} con i rispettivi valori):

$ cd /var/www/html/galette/plugins
$ wget {url}
$ tar xjvf galette-plugin-events-{version}.tar.gz

Inizializzazione del database

Per poter funzionare, questo componente aggiuntivo richiede diverse nuove tabelle nel database. Vedi Interfaccia di gestione dei componenti aggiuntivi di Galette.

And this is finished; Events plugin is installed :)

Utilizzo del componente aggiuntivo

When the plugin is installed, an Events group is added to Galette menu when a user is logged in. There are various possibilities that change depending on user profile (simple member, group manager, administrator, …).

Activities

You can define as much activities as you want, and associate them to an event. An activity may be an organized trip, a meal, a housing, …

../_images/list_activities.png

An activity is composed with a name, a status and an optionnal comment.

To add a new activity, just click on «New activity» link:

../_images/new_activity.png

Events

Events are the main goal of the plugin. You can define several informations, like a name, begin and ending dates, location, …

../_images/new_event.png

Name, begin date and town are mandatory. All other informations are entirely optionnal.

Events that are not linked to a group will be available for all members. If a group is set, only members and managers of this group will have access.

Nota

When a group manager creates a new event, he must choose one of the groups he owns!

You can attach one or several activities to each event, and for each one set if it is available, not available or even mandatory. Choose the activity to add, and click the button.

../_images/event_activities.png

Avvertimento

Adding or removing activity from an event will reload the page and ask you to fill mandatory informations. Nonetheless (and this is specified each time), the event will not be stored during this operation.

Ensure you save the event :)

From Events list, you can edit or remove entries, access to booking list ou export bookings as CSV.

../_images/events_list.png

Bookings

Bookings can be registered for each event. As we said before, simple members and groups managers will be limited to their groups events, ou to the events that are not restricted to a group.

Adding a new booking can be achieved from the menu «New booking» or from the event bookings list.

../_images/new_booking.png

Bookings are closed once the event is marked as close, or when the begin date is over. Administrators and staff members can always add new bookings.

Activities list is retrieved from the event; mandatory ones must of course be checked during booking.

../_images/bookings_list.png

You can filter bookings list per event, payment type or payment status. You can then send a mailing to booked members, using the standard Galette mailing mechanism.