Commit Graph

85 Commits

Author SHA1 Message Date
merdan 1cfa46f4dd help desk notification ticketCommented 2020-05-06 22:19:57 +05:00
merdan df21ce9529 help desk notification ticketCommented 2020-05-06 21:56:39 +05:00
merdan f13851f80e help desk create view 2020-05-01 16:06:04 +05:00
merdan 08836da2a4 help desk crud 2020-04-30 13:34:51 +05:00
merdan 6e871bc7e3 Venues public ready for Test 2020-03-27 13:45:07 +05:00
merdan c08dd44673 add event fix 2020-03-03 21:20:59 +05:00
merdan 46919a9738 additional pages 2020-02-25 20:02:10 +05:00
merdan 071c99125b additional pages 2020-02-25 19:14:19 +05:00
merdan 89414c4656 category page mobilee 2020-02-20 15:43:47 +05:00
merdan b1970ec679 localization turkmen on event 2020-02-07 19:25:00 +05:00
merdan 7d395b81cf payment mobile 2020-01-30 20:31:15 +05:00
merdan 760cff5a4c shcedule form method get 2020-01-09 14:36:30 +05:00
merdan 648652837a public controller api 2019-11-26 17:11:21 +05:00
merdan f18320ff38 localization api routes fx 2019-11-26 16:35:29 +05:00
merdan 11be739d83 localization api routes 2019-11-26 16:24:13 +05:00
ilmedova ef3a76500d localization problems not fixed 2019-11-16 16:26:11 +05:00
merdiano 30d273e604 seat selection completed 2019-11-05 17:28:51 +05:00
merdiano 885a1926ae new branch for seat selection 2019-11-02 15:32:23 +05:00
merdiano a7d5118d3c bug fixes category filters sorts 2019-10-05 16:05:56 +05:00
merdiano 553aa710b1 preparing for frontend pull3 2019-10-02 19:08:07 +05:00
merdiano 3948712a6d preparing for frontend modificaiton 2019-09-28 12:05:26 +05:00
merdiano 69eabbae71 helpers bug fix
checkout order page view
events with images
api categories and events
routes cache
category children scope
event seans count
2019-09-23 15:35:40 +05:00
merdiano 605a2d0b6d subscribers and event requests 2019-09-18 06:26:40 +05:00
merdiano 9314cbaaae working on category page 2019-09-18 06:26:40 +05:00
merdiano 9670b5c373 working on checkout page 2019-09-18 06:26:39 +05:00
Medet 700b7214e9 Guwanjyn edenini goshdum 2019-09-18 06:26:39 +05:00
merdiano 1dcc5dfa2e included breadcrumbs tnt scout for searchibng 2019-09-18 06:26:38 +05:00
merdiano a1c0b04ea4 map 2019-09-17 16:43:27 +05:00
Jeremy Quinton 19c2ca8a8c Enables Stripe SCA payments 2019-08-29 21:23:05 +02:00
Jeremy Quinton 039183e4e8 removed terms and conditions route as its not used 2019-05-29 15:47:09 +02:00
Sebastian Schmidt 1212a28cb3
Remove closures on route files
Fixes php artisan route:cache
2019-04-30 17:51:18 +10:00
Kerrin Hardy de61912b0b
Updated 'Event Successfully Made Live! You can undo this action in event settings page.' to be translatable 2019-02-28 12:07:57 +11: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 2872909c03
Moved the old access code code to the new discount codes controller 2019-02-13 10:12:33 +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 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
merdiano a9445b2bf5 Initial starts to Main page devs 2018-12-10 12:32:53 +05:00
Jeremy Quinton 31820bcf68 Merge pull request #471 from publicarray/improve-upstream
Improve upstream
2018-10-16 20:49:52 +02:00
Jeremy Quinton b65ddbe436 corrected small typo 2018-10-02 19:36:15 +02:00
Jeremy Quinton 4e15d1e85d fixes #470
Fixes the forgotten password link
2018-10-02 17:29:57 +02:00
Sebastian Schmidt f6a4f3aefd cleanup 2018-10-02 21:21:22 +10:00
Sebastian Schmidt d58672cc41 fixes https://github.com/Attendize/Attendize/issues/327 2018-09-22 13:04:57 +10:00
Mohammad Bagheri 945939cde0 Update routes.php 2018-06-07 14:24:48 +04:30
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
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 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 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