Commit Graph

43 Commits

Author SHA1 Message Date
Dave Earley 9ec1cc20f2 Reformat code 2016-09-06 21:39:27 +01:00
Dave Earley 6d9433a45c Fixed used where exported answers data was inaccurate (closes #13) 2016-08-11 13:19:59 +01:00
Dave Earley 6104b0e3d8 Moved admin links to footer and simplified checks for user permissions 2016-07-27 20:26:41 +01:00
Dave Earley 45fb180f1b Fix bug where payment gateway could apply to multiple accounts 2016-07-24 23:48:29 +01:00
Dave Earley c9e7e0e671 Tidying up account payment gateway model 2016-07-16 11:44:23 +01:00
bretto36 7f19499d7b Added event attendees tests 2016-06-15 22:06:27 -04:00
bretto36 30362dcc16 Added Tests and numerous fixes 2016-06-15 21:36:09 -04:00
Dave Earley 8914cb63fd Added 'Is Enabled' scope to Question model 2016-05-28 09:16:44 +01:00
Dave Earley d45d0a39e5 Normalized attendees reference in attendees table (closes #106) 2016-05-26 01:40:49 +01:00
Dave Earley cc911f7344 worked on implementing custom attendee questions 2016-05-20 23:56:47 +01:00
Dave Earley d256fecaf8 Fixed bug where PDF ticket generation would fail when no logo was passed (closes #97) 2016-05-12 13:33:34 +01:00
Dave Earley f689ff3b1e Fixed bug where incorrect currency symbol was showing on organiser dashbaord. 2016-05-12 11:44:42 +01:00
Yoann Lecuyer cd155f4571 Standalone ticket generator (#93) 2016-05-12 00:14:58 +01:00
Dave Earley 6b10a05563 Began work on tests 2016-04-28 00:06:17 +01:00
Dave Earley cd5979f8f1 Working on UI redesign
Added recent orders to organiser dashboard
2016-04-26 14:36:43 +01:00
Dave Earley 4580730f13 Working on UI update 2016-04-22 12:01:48 +01:00
Yoann Lecuyer 17cf0b4a1c Postgres compatibility 2016-04-20 19:14:16 -05:00
Dave Earley f24e80a929 Fixed bug where adding users failed 2016-04-17 23:41:19 +01:00
Dave 6c4af6e015 More work on API 2016-04-17 21:12:38 +01:00
Dave 4007b89587 Started work on a simple API 2016-04-17 21:12:38 +01:00
Dave 2df5d86a14 Added api_token column to user table
Updated Authentication middleware to L5.2
2016-04-17 21:12:38 +01:00
Dave 3ef62fd8a2 Work on Qr Scanner check-in
Work on global JS
Minor tweaks and fixes
2016-04-17 21:12:38 +01:00
Dave 6127084c36 Working on surveys/attendee questions
Working on attendee check-in page
2016-04-17 21:12:38 +01:00
Dave 82da15cad4 Work on event survey
Removed the need to pass modal_id to each modal
Cleaned up the UI
2016-04-17 21:12:38 +01:00
Dave ed4e86baa1 Work on custom attendee questions
Start on moving surveys, widgets, check-in to their own pages
Refactoring code
Fix bug where tickets sales volume was not updating
2016-04-17 21:12:38 +01:00
Dave 6d101cea05 Work on custom attendee questions
Start on moving surveys, widgets, check-in to their own pages
2016-04-17 21:12:38 +01:00
Dave ad8b5d9f62 Work on custom attendee questions
Created answers table in DB
2016-04-17 21:12:38 +01:00
Dave 637d8265ee Work on attendee questions backend design 2016-04-17 21:12:38 +01:00
Honoré HOUNWANOU 85e719a13d Fix issue when creating blank folder with filename
Add dirname function in order to avoid to create a blank folder with the filename.
2016-04-05 06:31:40 -04:00
Honore Hounwanou f275210756 Add QRCode Scanning 2016-03-29 21:37:38 -04:00
marian 01bbeb975e Made a start on implementing the 'Attendees Question' feature.
- Created a migration (based on @daveearley 's migration) to add the
question_types, questions, question_options, event_question and
question_ticket tables.
- Created a seeder for the question_types table.
- Implemented event question add modal.
- Done a bit of refactoring to the ajax form submission error handling.
- Questions are now displayed on the event customization page, under the
Order form tab.
2016-03-27 16:40:34 +03:00
Dave 6b13bca3b9 - Fix issue where free tickets were displaying '€0.00' instead of 'FREE' 2016-03-21 17:43:58 +00:00
Dave 8e8adaae1b - Added the ability to support multiple payment gateways (Stripe, PayPal so far) 2016-03-20 16:01:50 +00:00
Mark Walet 7fa69e5a0f Refactor of Ticket index view 2016-03-16 15:25:14 +01:00
jncampbell c6f01728be Adds docblocks to models 2016-03-14 16:37:38 +00:00
Dave f53ea9bf75 - Changed the 'Resend ticket' functionality slightly so attendees only receive their ticket, and not every ticket on the order. 2016-03-11 15:51:39 +00:00
brettninja 461c6132b2 Resend Ticket Email
- Added routes
 - Changed Attendees.blade to add a button group instead of just the
message button. Added message button to button group
2016-03-10 23:25:15 -05:00
Dave 011c67a78b - Using more Laravel 5 in the Attendee controller 2016-03-11 01:03:33 +00:00
Mark Walet b318a9dd23 Update for Signup and Login 2016-03-09 23:05:39 +01:00
Attendize b3f33a38e8 Applied fixes from StyleCI 2016-03-04 19:18:10 -05:00
Dave 4598b8e8ed - Created an attendize config file and remove the constants
- Bumped the version of Laravel to 5.1.20
2016-03-04 23:27:13 +00:00
Dave 543b6c8fdb - Preparing for open sourcing 2016-02-29 23:50:41 +00:00
Dave a3320dd598 - First commit 2016-02-29 15:59:39 +00:00