Dave Earley
004f86c6a7
Revert "Sponsors"
2016-12-01 22:11:34 +00:00
Dave Earley
64092660f9
Merge pull request #252 from JapSeyz/sponsors
...
Sponsors
2016-12-01 20:39:32 +00:00
JapSeyz
505599251e
Active / inactive sponsors
2016-11-28 13:43:28 +01:00
JapSeyz
7e8c785cf4
Unified Fileupload function to prevent different image and locations
2016-11-20 00:19:54 +01:00
JapSeyz
4101e51824
Two types of tickets
2016-11-15 10:45:41 +01:00
JapSeyz
638a1762cf
Update/delete sponsors
2016-11-15 10:13:49 +01:00
JapSeyz
0a59df3493
Start Sponsors Work
2016-11-15 09:51:04 +01:00
jharris70
2e5916d603
Update Order.php
2016-10-13 13:57:07 -07:00
Dave Earley
539a0c4fec
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# app/Http/Controllers/OrganiserCustomizeController.php
# app/Models/Account.php
# app/Models/AccountPaymentGateway.php
# composer.lock
2016-10-11 21:25:47 +01:00
Dave Earley
cab32d6e01
Merge pull request #212 from shibby/master
...
Model FQN written instead of class name string
2016-10-09 12:46:32 +01:00
shibby
c356c6b9f2
fix for wrong FQN
2016-10-08 01:51:04 +03:00
shibby
7f26093b49
Model relation's fully qualified class name's written instead of string usage
2016-10-08 01:48:54 +03:00
Sinan Taga
f8be96a6fe
Correct typo in Event Model method
...
Committer: Sinan Taga <sinantaga@gmail.com>
2016-10-07 13:46:35 +03:00
James Mowatt
9579dfb10c
Retrieve ICS Content for a event
...
Add getIcsForEvent() method, this returns an ICS formatted text ready
for download or attaching to emails.
2016-09-11 16:49:27 +01:00
Dave Earley
def39ce73f
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# app/Listeners/OrderCompletedListener.php
# app/Models/EventStats.php
2016-09-07 21:56:17 +01:00
Dave Earley
9ec1cc20f2
Reformat code
2016-09-06 21:39:27 +01:00
Pásztor Gábor
ab2ceff24f
Typo and phpDoc
2016-09-06 21:33:19 +02: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