Attendize/database/migrations
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
..
.gitkeep - First commit 2016-02-29 15:59:39 +00:00
2014_03_26_180116_create_users_table.php Fix bug which prevented sales volume/fees volume updating (closes #121) 2016-06-15 14:11:34 +01:00
2014_04_08_232044_setup_countries_table.php - Added the ability to support multiple payment gateways (Stripe, PayPal so far) 2016-03-20 16:01:50 +00:00
2014_10_12_100000_create_password_resets_table.php Updates Laravel to 5.2 2016-03-29 20:30:02 -04:00
2014_11_07_132018_add_affiliates_table.php Fix bug which prevented sales volume/fees volume updating (closes #121) 2016-06-15 14:11:34 +01:00
2014_11_17_011806_create_failed_jobs_table.php Updates Laravel to 5.2 2016-03-29 20:30:02 -04:00
2016_03_09_221103_add_ticket_design_options.php -Work on organiser profile design / settings page 2016-03-25 13:02:02 +00:00
2016_03_16_193757_create_gateways_table.php Fixed bug in migrations related to L5.2 upgrade 2016-04-01 17:18:25 +01:00
2016_03_16_213041_add_account_payment_id.php Migration clean ups to ensure rollbacks work correctly. 2016-03-20 21:47:59 -04:00
2016_03_16_215709_add_gateway_id_accounts_table.php Migration clean ups to ensure rollbacks work correctly. 2016-03-20 21:47:59 -04:00
2016_03_22_021114_add_whatsapp_share_option_events.php - updated RRSSB lib and ChartJs 2016-03-22 02:14:50 +00:00
2016_03_25_114646_organiser_page_design_update.php Started on redesign of organiser page 2016-05-21 22:16:26 +01:00
2016_03_26_103318_create_attendees_questions.php Made a start on implementing the 'Attendees Question' feature. 2016-03-27 16:40:34 +03:00
2016_03_27_223733_add_organiser_page_toggle.php Added option to hide organiser page from public view 2016-03-28 00:19:30 +01:00
2016_04_03_172528_order_page_update.php Work on custom attendee questions 2016-04-17 21:12:38 +01:00
2016_04_03_221050_add_question_answers_table.php Work on custom attendee questions 2016-04-17 21:12:38 +01:00
2016_04_13_151256_add_api_key_users_table.php Added api_token column to user table 2016-04-17 21:12:38 +01:00
2016_05_05_201200_remove_instructions_field_questions_table.php Removed the instructions field for event questions 2016-05-05 21:33:26 +01:00
2016_05_12_143324_fix_messages_table.php Fix mass messaging (#99) 2016-05-13 10:30:11 +01:00
2016_05_16_142730_update_questions_table.php worked on implementing custom attendee questions 2016-05-20 23:56:47 +01:00
2016_05_22_041458_remove_ask_for_in_events.php Added missing down method to migration which was causing rollbacks to fail 2016-05-28 19:49:53 +01:00
2016_05_25_145857_attendee_ref_fix.php Added Tests and numerous fixes 2016-06-15 21:36:09 -04:00
2016_05_28_084338_add_sort_order_tickets_table.php Change default sort order of tickets to 0 2016-10-23 18:11:13 +01:00
2016_06_14_115337_add_is_refunded_column_to_attendees.php Allow Refunds of individual tickets 2016-06-14 14:23:31 +02:00
2016_07_07_143106_add_1d_barcode_option_to_events_table.php Added ability to enable 1D barcode on tickets (closes #18) 2016-07-07 15:50:39 +01:00
2016_07_08_133056_add_support_for_offline_payments.php remove use call which was causing manual install to fail (closes #160) 2016-07-12 10:59:10 +01:00
2016_09_16_221455_add_google_analytics_code_to_organiser.php Capture and Store GA Code 2016-09-16 23:29:06 +01:00
2016_10_22_150532_add_is_hidden_tickets_table.php Add ability to hide tickets (closes #218) 2016-10-22 17:06:34 +01:00
2018_02_26_172146_add_tax_to_organizers.php Added two new fields to an 'Organiser': 2018-02-27 23:56:23 +05:30
2018_02_27_175149_add_taxamt_to_orders_table.php Added two new fields to an 'Organiser': 2018-02-27 23:56:23 +05:30
2018_03_01_150711_add_taxid_to_organisers.php Added TAX ID field in Create Organizer, Customise Organiser 2018-03-01 22:13:51 +05:30
2018_07_09_133243_additional_tax_field_rename_current_tax_fields.php Added charging tax at the organiser level 2018-07-09 18:13:23 +02:00
2018_08_16_131955_drop_coinbase_and_migs_as_defaults.php Removed migs and coinbase as default payment gateways 2018-08-16 15:50:12 +02:00
2019_01_14_124052_create_event_access_codes_table.php Hidden ticket access codes (#1) 2019-01-16 20:33:32 +02:00
2019_01_14_185419_create_ticket_event_access_code_table.php Hidden ticket access codes (#1) 2019-01-16 20:33:32 +02:00