Commit Graph

378 Commits

Author SHA1 Message Date
Jeremy Quinton 935170f256
Merge pull request #549 from DODMax/e-offline-pay
Allow offline payment when no gateway is defined
2019-02-18 09:31:44 +02:00
Jeremy Quinton 3bb4aaddb5
Merge pull request #566 from publicarray/fix-hide-social-icon
Fix #557
2019-02-17 18:55:15 +02:00
Jeremy Quinton be87806070
Merge pull request #565 from publicarray/fix-date-time-format-on-dash
fixes #556
2019-02-17 18:52:06 +02:00
Etienne Marais cc1e9613c9
Added an enmpty table cell if the remove link cannot be displayed because of usage. This makes the table look better 2019-02-14 17:17:00 +02:00
Etienne Marais 33d96905f6
Moved the duplicate checks (#568) to this PR as they are related 2019-02-14 17:12:07 +02:00
Etienne Marais 99de2c73ee
Renamed back to access codes since it explains it better 2019-02-14 17:02:24 +02:00
Etienne Marais 3b83e97827
Added the delete of the code if the code usage count on the specific event is zero. Also the delete is a soft delete 2019-02-13 16:16:56 +02:00
Etienne Marais 3b60ad95d4
Added a remove operation to each access code. Cannot remove from the frontend if the code has been used 2019-02-13 15:44:25 +02:00
Etienne Marais e0f74356d6
Added usage count and spaced the table listing a bit better 2019-02-13 15:14:12 +02:00
Etienne Marais b11c3fa09c
Fixed the page title to say discount codes 2019-02-13 15:01:25 +02:00
Etienne Marais 068c3b1ffa
Moved the discount table to be full length. Added typography helpers to align text 2019-02-13 11:02:22 +02:00
Etienne Marais 68fe2ca882
Added a missing translation on the hidden ticket modal 2019-02-13 10:26:36 +02:00
Etienne Marais 9101dd00fd
Renamed all the mentions of access codes to be called discount codes and removed the access codes translation file 2019-02-13 10:24:52 +02:00
Etienne Marais be74112c33
Fixed the success message to be translated and changed the message to read discount code instead of access 2019-02-13 10:10:52 +02:00
Etienne Marais 74d60c5c0d
Moved the access codes to a new section called discount codes in the event tools section. Made the redirect to the new route and removed the customize tab content 2019-02-13 09:57:12 +02:00
Etienne Marais b275c5804b
Moved the access codes to a new section called discount codes in the event tools section. Made the redirect to the new route and removed the customize tab content 2019-02-13 09:52:08 +02:00
Sebastian Schmidt 7120b60845 fix https://github.com/Attendize/Attendize/issues/557 2019-02-02 12:52:12 +10:00
Sebastian Schmidt 493e2797e3
fixes https://github.com/Attendize/Attendize/issues/556 2019-02-01 22:18:45 +10:00
Gautier Pelloux-Prayer d1767dcb4f
Fix typo in french translation 2019-01-24 10:19:20 +01:00
Maxime 2b320c7c81 Merge remote-tracking branch 'origin/master' into e-offline-pay 2019-01-17 17:01:28 +07:00
Etienne Marais 54861755b4
Hidden ticket access codes (#1)
# Summary

Added the ability to specify hidden ticket access codes on an event. This would allow for special types of tickets to be created on an event and have an unlock code link to one or many hidden tickets.

## Value

The value this adds is to allow event organisers to play with marketing to aid in ticket sales etc.

## Changes

**Admin**
- Added migrations to allow for the access codes table on events and the pivot for many to many codes to tickets
- Added the ability to create an access code in the event customisation 
- Added the ability to view access codes on a hidden ticket
- Added the ability to attach one or multiple access code(s) onto the hidden ticket

**Public event page**
- Shows a box to enter your access code if the event has hidden tickets
- Added the validation messages for empty codes
- Added the check to fetch the hidden tickets if the code was entered correctly
2019-01-16 20:33:32 +02:00
Maxime daf4e2942c Allow offline payment when no gateway defined 2019-01-09 13:08:10 +07:00
Gautier Pelloux-Prayer e1eb740a36 Add translation for organizer email title 2019-01-08 22:14:01 +01:00
Gautier Pelloux-Prayer 2b707486be Fix wrong translation of "presents" 2018-12-09 22:16:49 +01:00
Gautier Pelloux-Prayer f774fe8c8f Add missing French translations 2018-12-06 22:36:04 +01:00
Valentin Surrel b60d0efdae Small typo fix causing 500 error 2018-12-04 23:23:46 +01:00
Gautier Pelloux-Prayer da8ede9f3b License URL should be license.html not licence.html 2018-11-18 11:48:50 +01:00
Jeremy Quinton 62f379bac3
Merge pull request #483 from publicarray/customize-date
Customize date
2018-11-11 10:43:32 +02:00
Cristian Deluxe 600d14d006 Spanish language fixes 2018-11-08 00:38:21 +01:00
Cristian Deluxe 97cefa8f94 Spanish language fixes 2018-11-07 21:44:24 +01:00
Cristian Deluxe 65d64ff500 Spanish language fixes 2018-11-07 21:27:01 +01:00
Cristian Deluxe 07b03a1dad Spanish views 2018-11-07 21:20:43 +01:00
Cristian Deluxe a93d143596 Spanish (ES-ES) translation 2018-11-07 17:00:04 +01:00
Sebastian Schmidt cda77d562a
Improve date validation 2018-11-06 08:11:58 +11:00
Sebastian Schmidt 7d1c1a1e6a
Allow configurable date formats 2018-11-06 08:10:32 +11:00
Jeremy Quinton d26bd70eda Merge pull request #509 from Attendize/fix-calendar-off-by-one-error
fixes #501
2018-11-01 09:20:33 +02:00
Jeremy Quinton 3becd1d03e fixed off by one error and javascript error as html element did not exist 2018-11-01 09:12:51 +02:00
Jeremy Quinton 655befdb7b Merge pull request #508 from Attendize/add-default-500-error-page
added a default error page fixes #504
2018-10-31 21:41:43 +02:00
Jeremy Quinton 6f818f87bf added a default error page fixes #504 2018-10-31 21:40:43 +02:00
Jeremy Quinton 87352b06f4 Merge pull request #486 from etalab/fr_translation
Add french translation
2018-10-17 08:46:38 +02:00
Bastien 056c98cea6 Translate a few remaining strings in french 2018-10-16 21:39:31 +02:00
Jeremy Quinton 2c5a6a0a1a Merge pull request #485 from etalab/master
Fix typos
2018-10-16 21:35:27 +02:00
Jeremy Quinton 31820bcf68 Merge pull request #471 from publicarray/improve-upstream
Improve upstream
2018-10-16 20:49:52 +02:00
Bastien 3d9c9ba832 Fix translation 2018-10-07 23:24:23 +02:00
Bastien 102b064286 Fix more typos 2018-10-07 23:08:34 +02:00
Bastien b7062724af Fix previous commit 2018-10-07 23:05:27 +02:00
Bastien de650ce5c8 Fix more typos 2018-10-07 23:01:22 +02:00
Bastien d600c6d1fb Fix another typo 2018-10-07 22:59:33 +02:00
Bastien 6bb11a0c09 Fix a few typos
Thanks to Yoann Lecuyer for spotting them.
2018-10-07 22:57:37 +02:00
Bastien 35d92b6f85 Add resources/views/fr french translations 2018-10-07 21:11:44 +02:00