Commit Graph

952 Commits

Author SHA1 Message Date
Jeremy Quinton 19c2ca8a8c Enables Stripe SCA payments 2019-08-29 21:23:05 +02:00
Jeremy Quinton f5c23aaddc
Merge pull request #626 from Attendize/vat-enabled-invoices
Business fields for tax purposes
2019-07-03 09:56:43 +02:00
Jeremy Quinton 0abf63f8f5 The business fields that are stored against the order are individual fields. Update templates and emails to display business details 2019-06-28 20:55:21 +02:00
Etienne Marais ac9ad7fa81
🐛 FIX: Add dynamic validation to the address fields. Filter out the empty ones for better reading. 2019-06-24 21:17:34 +02:00
Jeremy Quinton 3220fbe2c0
Merge branch 'master' into vat-enabled-invoices 2019-06-21 13:42:27 +02:00
Sam Bell d5c690deef
Merge pull request #648 from windix/fix-email-template
Fix bug in en messageReceived email template
2019-06-12 10:23:58 +01:00
Wei Feng 7f44f28b6b Fix bug in en messageReceived email template
I have noticed that the email CONTACT form on the event page is broken.

Can see an error from the log:

```
[2019-06-09 05:50:00] production.ERROR: syntax error, unexpected '!', expecting ',' or ')' (View: /opt/bitnami/apps/attendize/resources/views/en/Emails/messageReceived.blade.php) {"userId":1,"exception":"[object] (ErrorException(code: 0): syntax error, unexpected '!', expecting ',' or ')' (View: /opt/bitnami/apps/attendize/resources/views/en/Emails/messageReceived.blade.php) at /opt/bitnami/apps/attendize/storage/framework/views/7636d50489ed84fa18df11267aa8e9453a5a7392.php:6, Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): syntax error, unexpected '!', expecting ',' or ')' at /opt/bitnami/apps/attendize/storage/framework/views/7636d50489ed84fa18df11267aa8e9453a5a7392.php:6)
```

I think this has been introduced by last template update with a wrong
syntax.
2019-06-09 16:16:20 +10:00
Etienne Marais dda7fa71ed
🐛 FIX: Add business details to order tickets email. Clean up html a little 2019-06-08 18:37:24 +02:00
Etienne Marais f301a2daf7
Merge master 2019-06-08 18:27:25 +02:00
Jeremy Quinton 5d09b99ca4 updated the submitting an issue guidelines 2019-05-29 16:35:47 +02:00
Jeremy Quinton d16b023f69
Merge pull request #642 from bagage/fix-french-translation
Fix French translation
2019-05-29 16:09:00 +02:00
Jeremy Quinton e11c438530
Merge pull request #636 from publicarray/env-config
Move env to config files
2019-05-29 16:07:15 +02:00
Jeremy Quinton 77087b67c3
Merge pull request #646 from Attendize/remove-terms-and-conditions-closure
removed terms and conditions route as its not used
2019-05-29 15:48:05 +02:00
Jeremy Quinton 039183e4e8 removed terms and conditions route as its not used 2019-05-29 15:47:09 +02:00
Jeremy Quinton ecdafe2d2a
Merge pull request #630 from publicarray/update-routes
Remove closures on route files
2019-05-29 15:43:37 +02:00
Jeremy Quinton 7952bed6d0
Merge pull request #640 from Attendize/gtm_container
Add GTM container
2019-05-29 14:56:08 +02:00
Gautier Pelloux-Prayer 40e3646720 Fix French translation 2019-05-21 21:04:17 +02:00
Etienne Marais e9719242b3
📦 NEW: Add GTM into <head> if the tag exists either on the organiser or event. Falls back to not rendering if both the codes are empty. Event GTM will render first and fallback to the organiser. 2019-05-14 15:06:44 +02:00
Etienne Marais 141e737b69
📦 NEW: Add event level GTM code 2019-05-14 14:53:48 +02:00
Etienne Marais b04c75b267
📦 NEW: Add GTM field on the organiser settings page 2019-05-14 14:47:35 +02:00
Etienne Marais 272b426593
📦 NEW: Add migrations for the gtm code to live on the organiser and event 2019-05-14 14:29:08 +02:00
Sam Bell 1103a86777
Merge pull request #634 from publicarray/colour-picker
Fix the colour picker
2019-05-11 12:32:30 +01:00
Sam Bell b5cf1e48f9
Merge pull request #638 from publicarray/fix-635
Fix #635
2019-05-08 12:58:38 +01:00
Sebastian Schmidt b4a5f02911
Fix #635 2019-05-08 21:55:10 +10:00
Sebastian Schmidt d063e8aa5a
env -> config (analytics)
fix php artisan config:cache
2019-05-06 21:58:55 +10:00
Sebastian Schmidt d34d92155e
env -> config (geocoding)
fix php artisan config:cache
2019-05-06 21:58:24 +10:00
Sebastian Schmidt 9afd220856
env -> config (datetime)
fix php artisan config:cache
2019-05-06 21:57:35 +10:00
Sebastian Schmidt f00267761d
Add missing minicolor palate image 2019-05-06 20:36:15 +10:00
Sam Bell 9c7cd48342
Merge pull request #632 from mstaack/fix-qr-code-scanning
fix(qr-code scanning)
2019-05-06 11:19:33 +01:00
Sam Bell 82fbcf9b52
Merge pull request #616 from mrlexley/change_private_reference_number
Change Private Reference Number
2019-05-06 11:11:10 +01:00
Sebastian Schmidt 05adc2b31b
Bug fix - publish event error 2019-05-06 19:32:23 +10:00
mrlexley db67678b0c Change STR length private_reference_number from 10 to 15 2019-05-06 09:16:22 +02:00
Max Matteo Staack 74fcb2bfcb fix #614 2019-05-04 19:31:53 +02:00
mrlexley ecf19481e7 Update 2019_04_05_180853_change_private_reference_number_column_type.php 2019-05-04 11:29:05 +02:00
mrlexley 07e7866eee Readability changes 2019-05-02 16:46:19 +02:00
mrlexley b031e3d8b2 Some changes to check if token already exists 2019-05-02 13:51:59 +02:00
Sam Bell 8e699b5aac
Merge pull request #550 from DODMax/e-flyer-position
Added event image position option
2019-04-30 10:52:23 +01:00
Sam Bell 8ca55c320a
Merge pull request #610 from philip-loyd/patch-1
Fix for "Message" contains html tags #574
2019-04-30 10:50:52 +01:00
Sebastian Schmidt 1212a28cb3
Remove closures on route files
Fixes php artisan route:cache
2019-04-30 17:51:18 +10:00
Etienne Marais 9342b0a773
🐛 FIX: Removed required attribute on the hidden form fields 2019-04-29 11:11:37 +02:00
Etienne Marais 3fe58db454
🐛 FIX: Remove .lock file from the PR 2019-04-25 09:18:26 +02:00
Etienne Marais 58d9f61656
📦 NEW: Add business details fields, show/hide toggle functionality and translations 2019-04-25 09:13:59 +02:00
Etienne Marais e50a2962e5
📦 NEW: Add package and helper to clean input strings safely 2019-04-25 09:12:42 +02:00
Etienne Marais 24ae64e5bc
📦 NEW: Add toggle functionality to the is business check. Test if the input sends data to the back. 2019-04-25 08:22:03 +02:00
Etienne Marais d792db362d
👌 IMPROVE: Hide booking fee if the booking fee is zero 2019-04-23 09:54:20 +02:00
Etienne Marais 680c599ace
📦 NEW: Add business fields to the confirmation display screen and email 2019-04-17 19:37:55 +02:00
Etienne Marais ecd882fcaa
📦 NEW: Add migration for business fields to exist on the order for tax purposes 2019-04-17 19:20:53 +02:00
Etienne Marais c8859e0405
👌 IMPROVE: Add Tax rate to the confirmation screen and email 2019-04-17 19:08:20 +02:00
Jeremy Quinton fd6ff79269
Merge pull request #612 from mrlexley/fix-datepicker-disapear-chrome
Update datepicker to fix disapearing datepicker in chrome
2019-04-13 21:30:46 +02:00
Jeremy Quinton 4288d54939
Merge pull request #613 from mrlexley/dutch-translation
Dutch translation
2019-04-13 20:48:11 +02:00