Jeremy Quinton
2fa609de26
removed var_dump added by mistake
2018-07-09 18:15:48 +02:00
Jeremy Quinton
6771a56197
Added charging tax at the organiser level
...
1) Added new field to the organiser model called charge_tax. Added the migration for this.
2) Renamed tax fields columns in the database to be the same as the other organiser fields for consistency.
3) Added charge_tax option to the various organiser create and edit pages.
4) Have re-enabled some tests and used the @group passing label so we can start running tests for the various parts of the applicaiton.
2018-07-09 18:13:23 +02:00
Jeremy Quinton
651ff36f28
Merge branch 'master' into dummy-payment-gateway
2018-07-09 12:37:44 +02:00
Jeremy Quinton
4dee2011f9
Installer improvements
...
1) Added additional edge case for installer that I missed.
2) Reference class via use statement and correct namespacing.
3) If we are using the docker environment set certain defaults from environment variables instead of hardcoding.
2018-07-06 13:18:04 +02:00
Jeremy Quinton
c33a4acc11
removed comment out var_dump which isn't needed
2018-07-05 23:24:52 +02:00
Jeremy Quinton
338afaedb3
Added dummy payment gateway
...
1) Dummy payment gateway added. When enable allows someone testing or developing on the software to go through the flow end to end without odd errors.
2018-07-05 17:20:59 +02:00
Jeremy Quinton
2cb33d6082
Further improvements to install process
...
1) If a user tested the database connection previously it worked no matter what they entered into the form. Fixed logic to return error message based on whether database exists or not.
2) If a user enters valid text data into the database connection fields but the database doesn't exist fail gracefully.
2018-07-05 12:04:20 +02:00
Jeremy Quinton
fe65e36c57
Improved install process
...
1. If Attendize is already installed don't throw an Unauthorized 403 error but instead ask user to create default account or login if default account already created.
2. Added defaults to the install process for database connection so if user gets to install page and hits install will use default database values.
3. Added basic validation on database connection details. If the details where empty previously allowed user to submit form.
2018-07-04 16:54:33 +02:00
Jeremy Quinton
915f1f8722
Improved install Process.
...
1. Added csrf token to form on install. This was causing Laravel to throw an error as no CSRF token was present.
2. During the install process default to MySQL as the default database.
2018-07-04 15:26:12 +02:00
Sam Bell
89969e1b68
Merged pull request with localisation
2018-06-04 17:28:21 +01:00
Jacek Marianski
83205555d7
(localization) Several big changes:
...
1) Added localization components to the package. They allow usage of localized routes, like http://attendize.site/en/login
2) Added English and Polish localization files. They are ugly, repetitive, but mostly true to the original and relevant. It required rewriting several phrases, and certainly required editing most of the views and controllers.
3) Edited routes to accomodate point 1
4) Rewritten several rules regarding dates. In most cases using English notation (with English names for months) is bad in all other languages. I used environment wide date format that is used.
5) Updated installer. Haven't tested it yet, but should work. Rewrites .env.example file instead of creating it from scratch (by concatenating strings).
There are some minor changes that were simple fixes or other funky requirements from my employer that kinda make sense:
1) QR code reader wasn't working in firefox, fixed it. Works in chrome/firefox on mobile on https sites.
2) Added subscript text in some instances: below ticket registration, below ticket. It is kinda dumb, but in most cases is necessary to receive less complaints from clients.
3) Fixed geocoding api by adding api key in env file. At some point in 2016-2017 it was required by google to use API key from developer console and this requirement wasn't challenged in the code.
4) Ticket has been displaying either flyer or site logo on the side. Now displays both (which may affect 1d barcode - it might need some fixin). Regarding the same issue - description of an event contained the flyer image on the side, it was removed, cause it didn't fit in here.
5) Ticket style was updated, because of the above and because it didn't fit longer character strings. Now it's slightly uglier, but works in all cases.
and other.
There are also some inconveniences, like:
1) Unfinished translations. It was impossible for me to create translations based on strings located inside of a database, which I ignored (I think it's only at one place - surveys).
2) Ugly translation files. At some point I thought it is going to be easier to locate when I try translating vased by file name. Later I divided it by topics, and then I segmented it even more. It might require some serious clean-up.
3) Redundancy. In some cases there are several definitions for the same phrase in my localization files. I used it mostly to protect myself from different contexts for the phrase usage in different languages.
4) File division. There are several files that are placed in dedicated language directory (in /view/, like /view/pl/ or /view/en/). These files don't use language phrases, but they are translated as a whole. Mostly because using language phrases would make those view files unreadable.
5) Localzation helper marks some phrases as obsolete (in file "basic"), because they are used in app/Helpers folder (where this plugin doesn't reach)
2018-05-03 23:41:22 +02:00
Sam Bell
2fc6e90432
Merge pull request #3 from Attendize/master
...
Realign with master project
2018-04-26 09:17:41 +01:00
githubertus
21d3234b88
make Tickets Sold and Sales Volume charts working
...
Honestly, I'm not a Laravel expert and maybe it's just a local issue, but firstOrNew didn't work for me (PHP 5.6) ...
2018-04-24 20:25:07 +02:00
Sam Bell
8c5c0ad656
Merge pull request #2 from Attendize/master
...
Merge typos
2018-03-29 15:52:02 +01:00
Sam Bell
86e9006333
Correct grammar in ticket cancellation email
2018-03-29 14:17:43 +01:00
Sam Bell
be526044ce
Fix event logging issue on checkout
2018-03-06 20:45:32 +00:00
EC2 Default User
01daf61cdd
Fix merge conflicts
2018-03-04 16:30:09 +00:00
Sam Bell
64a6c44643
Suppress buggy loggin
2018-03-04 14:55:10 +00:00
Sam Bell
7c1c62dd37
Added ability to charge to tax on tickets
2018-03-04 14:49:35 +00:00
Sachin
95d3806c0f
Added TAX ID field in Create Organizer, Customise Organiser
...
Same is shown in Invoice.
2018-03-01 22:13:51 +05:30
Sachin
d7cce49f3c
Added two new fields to an 'Organiser':
...
- Tax name, a text field (so the user can call it VAT, TVA, sales tax, etc. as required by their country)
- Tax value, a float number
Also added tax value on these pages.
- The ticket sales page, to show how much tax will be added on top of a ticket
- The total basket value that is sent through to Stripe
- The receipt email that gets sent to the user
2018-02-27 23:56:23 +05:30
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
Dave Earley
5b1336b3d8
Merge pull request #253 from JapSeyz/remove_unused_email_template
...
Removed non-unique email templates
2016-11-29 21:58:44 +00:00
Dave Earley
f690747845
Merge pull request #259 from JapSeyz/organiser_image_fix
...
Uniform Organiser Image Upload
2016-11-29 21:48:11 +00:00
Dave Earley
9319031410
Merge pull request #266 from JapSeyz/edit_order_email
...
Edit an order
2016-11-29 21:20:51 +00:00
JapSeyz
505599251e
Active / inactive sponsors
2016-11-28 13:43:28 +01:00
JapSeyz
bfd3b42e0a
Reflect Attendee cancellation in event stats
2016-11-28 13:19:14 +01:00
JapSeyz
477ae5c105
Edit an order
...
Edit an order [firstname, lastname and Email]
Resend an entrire order (especially useful if someone entered a wrong email which has then beed edited)
Show ticket reference in the order refund modal, so you can quickly refund/cancel multiple tickets in an order
2016-11-26 22:38:54 +01:00
JapSeyz
7e8c785cf4
Unified Fileupload function to prevent different image and locations
2016-11-20 00:19:54 +01:00
JapSeyz
0f3737e02a
Uniform Organiser Image Upload
...
* Preserve Aspect Ratio
* Use the same size no matter where the upload is happening
2016-11-19 22:17:05 +01:00
JapSeyz
cc467dfbb9
Removed non-unique email templates
2016-11-15 14:26:37 +01:00
JapSeyz
d067cf1a04
Sponsors tickets
2016-11-15 12:54:52 +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
9460458b5c
Update EventCheckoutController.php : stripe receipts.
...
Added 'receipt_email' to the Stripe charge creation request so customers get a payment receipt as well as their tickets. Also removed a blank line.
I would still like to see the $order->order_reference in the description, but I'm not sure if $order has that property at this point: line 330 of EventCheckoutController.php.
2016-11-09 14:02:42 -08:00
Dave Earley
e1956b2da9
Fix issue where widgets would refresh to full site on timeout ( closes #235 )
2016-11-06 21:56:35 +00:00
Gary Guo
28e124c6de
Make tickets be sorted in ASC order
...
In EventTicketsController::postUpdateTicketsOrder, sort_order is generated in ascending order, however, when displaying tickets, tickets is sorted in descending order. 964e456 tries to solve the issue but it is the other way around.
2016-10-23 19:52:40 -04:00
Dave Earley
964e45688d
Change default ticket sort on frontend to correspond with the backend
2016-10-23 18:18:05 +01:00
Dave Earley
cc0c22a743
Added ability to order tickets ( closes #214 )
2016-10-23 17:51:46 +01:00
Dave Earley
a3d1e946bc
Hide tickets on embedded ticket lists ( closes #225 )
2016-10-22 23:18:36 +01:00
Dave Earley
c5a7bc328a
Add ability to hide tickets ( closes #218 )
2016-10-22 17:06:34 +01: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
852172b9a5
Add about section
2016-10-11 21:23:16 +01:00
Jacob Catayoc
4fc9586a61
- Fix some problems with MIGS
2016-10-07 21:43:04 +08:00
Jacob Catayoc
ef826d4ff1
Merge branch 'master' into add_migs_payment_gateway
2016-09-24 22:51:35 +08:00
James Mowatt
a98a7835d8
Capture and Store GA Code
...
Capture and store a Google Analytics code per organiser.
2016-09-16 23:29:06 +01:00
James Mowatt
ca4795e9bc
Add Route and Controller for ICS download
...
Provide a route and method for people to download an ICS file
2016-09-11 16:50:12 +01:00
Jacob Catayoc
f1ce15562e
- MIGS payment gateway generate transaction id
2016-09-08 11:23:24 +08:00
Jacob Catayoc
e5a994b1c2
- Add MIGS payment gateway
...
- Modified transaction data population logic
2016-09-08 06:06:26 +08:00
Jacob Catayoc
437be0e30f
- Add MIGS payment gateway
...
- Modified logic to support payment gateways that redirect using GET
2016-09-08 05:48:07 +08:00
Jacob Catayoc
48835e5ead
- Added MIGS Payment Gateway
...
- Changed default Attendize settings to Philippine Peso / Philippine time zone
2016-09-08 05:02:02 +08:00
Dave Earley
9ec1cc20f2
Reformat code
2016-09-06 21:39:27 +01:00
JapSeyz
e881e7ede1
Fix no tickets selected returns an exception
2016-08-29 13:25:49 +02:00
Dave Earley
3b804b00d5
Add support for additional currencies + improve how currencies are displayed
2016-08-12 13:02:37 +01:00
Dave Earley
e79aeb10c1
Remove unnecessary symbol from filename when exporting answers
2016-08-11 13:22:37 +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
839a691e26
Minor code formatting change
2016-08-08 15:41:54 +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
4b64835be3
Updated admin links design on the frontend
2016-07-26 20:23:22 +01:00
Dave Earley
2de84966e4
Fix bug where offline payment would fail if no payment gateway was configured (issue #170 )
2016-07-24 23:51:16 +01:00
Dave Earley
821f936dac
Fix issue where users weren't redirected to the intended page after login
2016-07-15 13:02:35 +01:00
Dave Earley
5164cb5f25
Minor fixes related to Offline Payments
2016-07-09 15:19:09 +01:00
Dave Earley
db44d743dc
Added notice on check-in page for when an attendee has an outstanding payment
2016-07-09 14:50:31 +01:00
Dave Earley
47c3fdede1
Added ability to mark orders as payment received from the manage orders page
2016-07-09 14:44:00 +01:00
Dave Earley
4214856f7b
Updated EventCheckoutController so it can process offline payments
2016-07-09 12:06:44 +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
91a9f9e41e
Added the Whkhtml2pdf bin file config setting to the .env file
2016-07-08 13:55:42 +01:00
Dave Earley
e64ccbba2b
Changed the default background for new events
2016-07-08 13:33:45 +01:00
Dave Earley
5b2233aacd
Update comments on EventCheckoutController
2016-07-08 00:00:18 +01:00
Dave Earley
2ebc6800e6
Added ability to enable 1D barcode on tickets ( closes #18 )
2016-07-07 15:50:39 +01:00
Yoann Lecuyer
dca10200f4
Use event image if present
2016-06-19 12:01:53 -05:00
bretto36
ea5d4fa0e8
Added Organiser Events Test fixed model factory
2016-06-16 20:03:47 -04:00
bretto36
adf16e7eb1
Added User Password change tests
2016-06-16 19:28:42 -04:00
bretto36
63f0f4ec1a
Fixed Edit User
2016-06-16 18:59:31 -04:00
bretto36
2eb1fef4a2
removed Response calls
2016-06-15 22:12:44 -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
3e79c2c5cc
Users are now directed to the Organiser Events page instead of the Dashboard after they create an organiser.
2016-06-15 14:14:50 +01:00
Dave Earley
00f574da27
Fix bug which prevented the check-in QR scanner from working ( closes #126 )
2016-06-15 13:48:35 +01:00
Dave Earley
6bd4947fd8
Updated / Refactoring of PDF ticket mailers/jobs
2016-06-15 13:34:12 +01:00
Dave Earley
39fb757926
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# app/Http/Controllers/EventCheckoutController.php
2016-06-15 11:23:32 +01:00
Dave Earley
140cc130a8
Refactoring & updating of jobs and mailers.
2016-06-15 11:14:27 +01:00
Dave Earley
9d9ba51832
Merge pull request #127 from bretto36/controller-clean-up
...
Controller clean up
2016-06-15 10:53:51 +01:00
bretto36
f9c031f0d0
Controller clean up
2016-06-14 22:31:24 -04: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
c552b5742e
Limit the number of past events to 10 public organiser pages
2016-06-09 12:27:46 +01:00
Dave Earley
a1f2356eab
Deleted unused file
2016-06-07 14:29:32 +01:00
Dave Earley
4f05292f08
Added feature to preview organiser profiles styles from the backend
2016-06-07 14:28:45 +01:00
Dave Earley
e8e5e4ac9c
Fix incorrect property name from PR #117
2016-05-31 16:27:51 +01:00
Yoann Lecuyer
5ce0711da3
Change create attendee to invite
2016-05-30 11:34:57 -05:00
Yoann Lecuyer
fc2ee7244c
ticket refactoring
2016-05-30 11:05:28 -05:00
Dave Earley
15de38ab91
Added DB transaction to the checkout page
2016-05-28 09:28:53 +01:00
Dave Earley
f7327c4859
Fix bug where disabled attendee questions causing checkout to fail
2016-05-28 09:20:15 +01:00
Dave Earley
d45d0a39e5
Normalized attendees reference in attendees table ( closes #106 )
2016-05-26 01:40:49 +01:00
Dave Earley
6e3ad53f93
Begin implementing transactions
2016-05-25 13:20:26 +01:00
Yoann Lecuyer
628efc43b2
Fixes #107
2016-05-21 23:20:25 -05:00
Dave Earley
48be489f61
Merge pull request #103 from ylecuyer/installer
...
Fixed installer
2016-05-21 22:17:03 +01:00
Yoann Lecuyer
eb3d1b6123
Fixed installer
2016-05-21 13:23:18 -05:00
Dave Earley
9e29a7fc22
Working on custom event questions
2016-05-21 18:37:15 +01:00
Dave Earley
fe2c5d6223
Fixed issue where CSS was not being passed to the ticket view
2016-05-21 00:09:34 +01:00
Dave Earley
cc911f7344
worked on implementing custom attendee questions
2016-05-20 23:56:47 +01:00
Dave Earley
acbeffb0ef
Updated mass messaging to work with the queue system
2016-05-13 10:55:15 +01:00
Dave Earley
d719a0c5a5
Merge remote-tracking branch 'origin/master'
2016-05-13 10:30:19 +01:00
Yoann Lecuyer
fed1cde69d
Fix mass messaging ( #99 )
2016-05-13 10:30:11 +01:00
Dave Earley
dccdd9c276
Started work on exporting survey answers
2016-05-12 23:33:23 +01:00
Dave Earley
25b1b03b68
Removed unnecessary use statement in logout controller ( closes #96 )
2016-05-12 11:19:12 +01:00
Dave Earley
4b9dd02a3d
removed unsed attendees json from check-in page
2016-05-12 00:42:19 +01:00
Yoann Lecuyer
6198b4925d
Postgresql compatibility ( #91 )
2016-05-12 00:15:30 +01:00
Dave Earley
84b0a11203
Rewrote the Check-In page in VueJs and upgraded the UI
2016-05-12 00:07:57 +01:00
Dave Earley
4b2e6059f9
Merge branch 'master' into vue_checkin
...
# Conflicts:
# resources/views/ManageEvent/Modals/CreateQuestion.blade.php
2016-05-09 17:47:22 +01:00
Dave Earley
becea4395c
Fixed 'Undefined Variable' related to the calendar_events array on the Organiser Dashboard controller.
2016-05-08 16:36:26 +01:00
Dave Earley
e4f6e8cb26
Fixed bug where checkout questions with multiple selections were not being saved + small checkout bug fixes
2016-05-06 00:18:52 +01:00
Dave Earley
49b0fac0f5
Removed the instructions field for event questions
2016-05-05 21:33:26 +01:00
Dave Earley
79f8de9653
Added a calendar to the organiser dashboard
2016-05-05 16:46:52 +01:00
Dave Earley
5e5521c830
Started implementing vue.js
2016-05-03 21:44:18 +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
Dave Earley
719f2a599c
Merge pull request #79 from ylecuyer/postgres
...
Postgres compatibility
2016-04-21 14:28:48 +01:00
Yoann Lecuyer
17cf0b4a1c
Postgres compatibility
2016-04-20 19:14:16 -05:00
Dave Earley
4e01badac4
Merge pull request #76 from DanHaas/master
...
Event Attendee Import
2016-04-21 00:14:59 +01:00
greatmade
9a51d2d62d
Event Attendee Import
2016-04-20 17:52:07 +01:00
Dave Earley
63d26f821c
Fix bug related to dashboard not appearing for new events.
2016-04-20 01:47:27 +01:00
Dave Earley
d2b2449ed3
Fix for bug where creating organisers would fail on some installs
2016-04-19 00:21:26 +01:00
Dave Earley
f24e80a929
Fixed bug where adding users failed
2016-04-17 23:41:19 +01:00
Dave Earley
e24efa30cc
Work on event check-in page
2016-04-17 21:12:38 +01:00
Dave Earley
66a50d5040
Work on API
2016-04-17 21:12:38 +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
a5a94790e7
Minor bug fixes
...
Updated global JS
Added feedback/bug fix button
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
45226a958e
Added a 'tickets registered' donut chart to the Event DB
2016-04-17 21:12:38 +01:00
Dave
bc730c959c
Work on QR code checkin
...
Minor style changes to login / signup pages
2016-04-17 21:12:38 +01:00
Dave
34d5f7e983
Cleaned up controllers
...
Removed unused methods
Added comments to several methods
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
0ca9e2e1be
Work on attendee questions backend design
2016-04-17 21:12:38 +01:00
Dave
637d8265ee
Work on attendee questions backend design
2016-04-17 21:12:38 +01:00
Dave
99d71ff237
Few minor fixes related to L5.2 update
2016-03-30 14:39:18 +01:00
Honore Hounwanou
0f18177911
Use Event ID for double checking
2016-03-30 01:06:58 -04:00
Honore Hounwanou
9708f601e8
Remove unnecessary code from webqr.js and qrcode template
2016-03-30 00:57:08 -04:00
Honore Hounwanou
f275210756
Add QRCode Scanning
2016-03-29 21:37:38 -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
780d7917fe
- Version bump
...
- Add missing use statement
2016-03-24 12:59:06 +00:00
Dave
310521fff8
Fix issue where checkout would fail if there were no payment gateways set.
2016-03-23 01:09:44 +00:00
Dave
87429f84db
L5 updates
2016-03-22 15:31:18 +00:00
Dave
20b7361178
Fix bug where non-Stripe refunds were failing
2016-03-22 15:24:31 +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
Luis Carneiro
be25664247
Issue 7: Organiser page initial version
2016-03-21 19:10:40 +00:00
Dave
c94c91d18d
- Updated order process so order session is cleared before we queue jobs. Prevents double orders in some cases.
2016-03-21 16:39:36 +00:00
Dave
8668b580d2
- Updating Wkhtml2PDF config (checkouts were failing when debug=true)
2016-03-21 16:36:40 +00:00
Dave
6844c10cdb
- Adding coinbase payment gateway and removing bitpay
2016-03-21 00:05:25 +00:00
Dave
8e8adaae1b
- Added the ability to support multiple payment gateways (Stripe, PayPal so far)
2016-03-20 16:01:50 +00:00
Dave
bcced0ee16
- Fix method missing error when changing social settings
2016-03-16 16:54:01 +00:00
Dave Earley
1785b128c4
Merge pull request #44 from markwalet/view_update
...
View update
2016-03-16 16:44:25 +00:00
Mark Walet
e1bbc0a176
Refactored ticket edit modal
2016-03-16 15:32:17 +01:00
Mark Walet
7fa69e5a0f
Refactor of Ticket index view
2016-03-16 15:25:14 +01:00
Dave
a5b40e10df
- L5 update work
...
- Adding comments
- Removing unused method in event dashboard model
2016-03-16 12:51:36 +00:00
Dave
6cdfd6c9e7
- L5 work
...
- Adding comments
2016-03-16 01:13:49 +00:00
brettninja
cd2466d969
Updates, added rounding to fix float comparisons
2016-03-14 03:27:31 -04:00
brettninja
a915aa5401
Removed duplicate refund code
2016-03-14 03:14:19 -04: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
Dave
aa1789166d
- Fix bug where affiliate stat updates were applying to multiple events
2016-03-11 12:33:45 +00:00
Dave
5be206aaa3
- L5 updates
...
- Minor Changes
2016-03-11 12:17:49 +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
Dave
afaf6b8877
- Updated installer to check if the user content directories are writable (issue #26 )
2016-03-10 22:59:34 +00:00
Dave
2a84357bec
- Started work on customizable ticket design (issue #18 )
2016-03-10 00:41:34 +00:00
Mark Walet
b318a9dd23
Update for Signup and Login
2016-03-09 23:05:39 +01:00
Attendize
cb83b43b76
Applied fixes from StyleCI
2016-03-08 23:47:19 +00:00
Dave
ce50408b7e
- Removed Stripe libs from composer requirements
...
- Checkout and refunds now use Omnipay
2016-03-07 17:18:55 +00:00
Dave
b4efd67257
- Started work on added Omnipay
...
- Updated the checkout to use Omipay instead of Stripes own lib
2016-03-06 23:10:35 +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
fd3d39ab38
- Preparing for open source
2016-03-02 23:37:33 +00:00
Dave
3ccbc57ddd
- Fixed bug where booking fees were not being included in refunds
2016-03-01 12:20:02 +00:00
Dave
543b6c8fdb
- Preparing for open sourcing
2016-02-29 23:50:41 +00:00
Dave
798f63fafa
- Fixed account sign up bug
2016-02-29 17:38:01 +00:00
Dave
a3320dd598
- First commit
2016-02-29 15:59:39 +00:00