Commit Graph

13 Commits

Author SHA1 Message Date
Etienne Marais 54861755b4
Hidden ticket access codes (#1)
# Summary

Added the ability to specify hidden ticket access codes on an event. This would allow for special types of tickets to be created on an event and have an unlock code link to one or many hidden tickets.

## Value

The value this adds is to allow event organisers to play with marketing to aid in ticket sales etc.

## Changes

**Admin**
- Added migrations to allow for the access codes table on events and the pivot for many to many codes to tickets
- Added the ability to create an access code in the event customisation 
- Added the ability to view access codes on a hidden ticket
- Added the ability to attach one or multiple access code(s) onto the hidden ticket

**Public event page**
- Shows a box to enter your access code if the event has hidden tickets
- Added the validation messages for empty codes
- Added the check to fetch the hidden tickets if the code was entered correctly
2019-01-16 20:33:32 +02:00
Sebastian Schmidt 86b66af211
Update datetimepicker.js and jquery.payment 2018-11-06 08:12:23 +11:00
Kaspar Emanuel 4dcd992aa7 Added jquery.payment to make card-input easier 2016-06-20 17:43:08 +01:00
Dave Earley da6a9d5610 Fixing issue where concatenating JS files lead to JS errors on the frontend 2016-05-21 17:16:01 +01:00
Dave Earley cc911f7344 worked on implementing custom attendee questions 2016-05-20 23:56:47 +01:00
Dave 75fe2feda1 Removed jQuery backstretch 2016-04-17 21:12:38 +01:00
Dave 27d6babf4f Removed bootstrap toggles for checkboxes 2016-04-17 21:12:38 +01:00
Dave 75f37af320 Added Bootstrap Toggle JS lib 2016-04-17 21:12:38 +01:00
Dave 21f48d8a3b - Cleanup Gruntfile 2016-03-31 15:41:38 +01:00
Dave f7788db704 - Work on ticket design (issue #18) 2016-03-21 23:42:11 +00:00
Dave 884f7eb482 - Added jQuery Touchspin back after it was accidentally removed 2016-03-04 17:39:48 +00:00
Dave df2cfa7c39 - Preparing for open source 2016-03-03 01:06:19 +00:00
Dave a3320dd598 - First commit 2016-02-29 15:59:39 +00:00