Dave Earley
28a8bfe179
Fix issue where CLI installer would fail due to misplaced capital letter in seeder class name
2016-08-16 01:24:50 +01:00
Dave Earley
3b804b00d5
Add support for additional currencies + improve how currencies are displayed
2016-08-12 13:02:37 +01:00
Dave Earley
2f080b534b
remove use call which was causing manual install to fail ( closes #160 )
2016-07-12 10:59:10 +01:00
Dave Earley
e3b01bd5be
Adding 'awaiting payment' order status to the DB
2016-07-09 12:28:28 +01:00
Dave Earley
efcb2ba84e
Added offline payment setting migrations.
...
Added offline payment options to the event customize page
2016-07-08 15:08:04 +01:00
Dave Earley
2ebc6800e6
Added ability to enable 1D barcode on tickets ( closes #18 )
2016-07-07 15:50:39 +01:00
bretto36
ea5d4fa0e8
Added Organiser Events Test fixed model factory
2016-06-16 20:03:47 -04: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
2b12f5f862
Fix bug which prevented sales volume/fees volume updating ( closes #121 )
2016-06-15 14:11:34 +01:00
JapSeyz
2daa2e1b99
Allow Refunds of individual tickets
...
Fixed use statement
Fixed a spelling mistake
2016-06-14 14:23:31 +02:00
Dave Earley
14991f7a6f
Added missing down method to migration which was causing rollbacks to fail
2016-05-28 19:49:53 +01:00
Dave Earley
192dbee7a1
Began work on allowing users to manually sort tickets
2016-05-28 19:49:31 +01:00
Dave Earley
d45d0a39e5
Normalized attendees reference in attendees table ( closes #106 )
2016-05-26 01:40:49 +01:00
Yoann Lecuyer
628efc43b2
Fixes #107
2016-05-21 23:20:25 -05:00
Dave Earley
a0b0ead633
Started on redesign of organiser page
2016-05-21 22:16:26 +01:00
Dave Earley
cc911f7344
worked on implementing custom attendee questions
2016-05-20 23:56:47 +01:00
Yoann Lecuyer
fed1cde69d
Fix mass messaging ( #99 )
2016-05-13 10:30:11 +01:00
Yoann Lecuyer
6198b4925d
Postgresql compatibility ( #91 )
2016-05-12 00:15:30 +01:00
Dave Earley
49b0fac0f5
Removed the instructions field for event questions
2016-05-05 21:33:26 +01:00
Dave Earley
6b10a05563
Began work on tests
2016-04-28 00:06:17 +01:00
Dave Earley
f897bc66de
began setting up test env
2016-04-27 00:08:27 +01:00
Yoann Lecuyer
17cf0b4a1c
Postgres compatibility
2016-04-20 19:14:16 -05:00
Dave Earley
4bd852c90f
Fix install issue related to missing DB column
2016-04-18 20:53:21 +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
a5a94790e7
Minor bug fixes
...
Updated global JS
Added feedback/bug fix button
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
7857670088
Fixed bug in migrations related to L5.2 upgrade
2016-04-01 17:18:25 +01:00
Dave
c053ef7901
Merge branch 'update-to-laravel-5.2' of https://github.com/jncampbell/Attendize into jncampbell-update-to-laravel-5.2
2016-03-30 13:11:30 +01:00
James Campbell
9ffd1197e2
Updates Laravel to 5.2
2016-03-29 20:30:02 -04:00
Dave
61e18f01de
Added option to hide organiser page from public view
2016-03-28 00:19:30 +01:00
Dave Earley
e7b29cf6d8
Merge pull request #60 from G0dLik3/implementAttendeesQuestions
...
Made a start on implementing the 'Attendees Question' feature.
2016-03-27 20:46:48 +01: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
0baa62580d
-Work on organiser profile design / settings page
2016-03-25 13:02:02 +00:00
Dave
aa7251e1e6
- updated RRSSB lib and ChartJs
...
- Created migration to add social_show_whatsapp to the events table
2016-03-22 02:14:50 +00:00
brettninja
511f864db8
Migration clean ups to ensure rollbacks work correctly.
...
- correctly removed foreign keys before removing columns
- turned off foreign key checks in initial migration to allow tables to
be dropped
2016-03-20 21:47:59 -04:00
Dave
6844c10cdb
- Adding coinbase payment gateway and removing bitpay
2016-03-21 00:05:25 +00:00
Dave
588f5012d6
Merge remote-tracking branch 'github/master'
...
# Conflicts:
# composer.lock
2016-03-20 16:07:16 +00:00
Dave
8e8adaae1b
- Added the ability to support multiple payment gateways (Stripe, PayPal so far)
2016-03-20 16:01:50 +00:00
jncampbell
aa803b48e4
Adds more model factories
2016-03-17 00:00:44 +00:00
jncampbell
26a0a8e1b7
adds some model factories
2016-03-16 21:23:07 +00:00
Dave
2a84357bec
- Started work on customizable ticket design (issue #18 )
2016-03-10 00:41:34 +00: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