2017 © Pedro Peláez
 

silverstripe-module registripe-core

SilverStripe event management and registration module

image

registripe/registripe-core

SilverStripe event management and registration module

  • Tuesday, March 6, 2018
  • by jedateach
  • Repository
  • 0 Watchers
  • 8 Stars
  • 89 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Registripe: SilverStripe Event Management Module

The event management module allows you to manage event details and registrations from within the CMS., (*1)

Build Status, (*2)

Features

  • Allow people to register, view their registration details and un-register for events.
  • Attach multiple ticket types to each event. Each ticket can have its own price, go on sale in different time ranges and have different quantities available.
  • Require email confirmation for confirming free event registrations, or canceling a registration.
  • Send registered users a notification email when event details change.

Configuration

When working with multiple attendees, you can carry over specific fields from the previous attendee. Here is an example configuration:, (*3)

EventAttendee:
  prepopulated_fields:
    - Organisation

If you extend the available EventAttendee db fields, you can define which ones are required by default in the add/edit form:, (*4)

EventAttendee:
  required_fields:
    - FirstName
    - Surname
    - Email
    - OrganisationID
    - Gender

Note that the TicketID will always be required., (*5)

Requirements

  • SilverStripe 3.1+
  • Omnipay module for collecting payments with registration.

Installation

See Installation., (*6)

The Versions

06/03 2018
01/04 2017

dev-ticket-selections

dev-ticket-selections

SilverStripe event management and registration module

  Sources   Download

MIT

The Requires

 

registration silverstripe event