Commit Graph

111 Commits

Author SHA1 Message Date
merdan 76f12aecd5 Venues Administration ready for Test 2020-03-27 12:47:20 +05:00
merdan 6ead37af23 commit before test last checkout update process 2020-03-17 15:38:11 +05:00
merdan 8232a38a83 booking fee and instagram 2020-02-26 16:29:07 +05:00
merdan dd68f79bc1 booking fee and instagram 2020-02-26 16:25:49 +05:00
merdan e4e49dbc50 booking fee and instagram 2020-02-26 16:03:44 +05:00
merdan deaac15b20 slider localization 2020-02-18 17:31:19 +05:00
merdan 4018c465b5 order statuse seeder 2020-01-24 02:05:25 +05:00
merdan 43db12b739 payment api env 2020-01-21 17:31:05 +05:00
merdan 0e0f408a85 migration for order session id 2020-01-16 16:44:56 +05:00
merdan c5f60c3a79 migration for order reference id and phone id 2020-01-16 15:31:20 +05:00
merdan 913848f529 migration for reserved ticks 2020-01-09 15:27:16 +05:00
merdan 25f74cfe7d booking fee 1 manat 2020-01-08 15:04:05 +05:00
merdan 5ceb0e0518 some fixes with error_number 2020-01-06 14:45:48 +05:00
merdan 3b11e37f69 ticket fix 2019-12-23 17:59:58 +05:00
merdan 3c31bad114 ticket fix 2019-12-23 17:43:02 +05:00
merdan 2c61af9fa4 view fixes 2019-12-16 18:26:11 +05:00
merdan 77a7e87c0e migrations bug fix 2019-11-23 16:22:18 +05:00
merdan 6bd3424431 migrations 2019-11-23 15:55:46 +05:00
merdiano c6a26f08d5 seat selection completed reservation and booking 2019-11-06 15:05:24 +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 3dc351c0ff bug fixes category Request file 2019-10-04 19:48:15 +05:00
merdiano 5c37f6ae31 admin in install 2019-10-04 17:32:59 +05:00
merdiano e7ebe0ae61 admin 2019-10-04 17:18:17 +05:00
merdiano 4041730804 is parent admin 2019-10-04 16:58:29 +05:00
merdiano 4b44edccdd default payment gateway altynasyr 2019-10-04 16:20:47 +05:00
merdiano baeae1f80b settings seeder added 2019-10-04 14:56:57 +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 605a2d0b6d subscribers and event requests 2019-09-18 06:26:40 +05:00
merdiano 1dcc5dfa2e included breadcrumbs tnt scout for searchibng 2019-09-18 06:26:38 +05:00
merdiano bfc9c1fb5d added event ticket date to tickets 2019-09-18 06:26:05 +05:00
merdiano 4b52ff9bea sliders, tags , admin manages all orginizers 2019-09-18 06:26:04 +05:00
merdiano 4ac8cb2e60 payment configured 2019-09-18 06:25:38 +05:00
merdiano a1c0b04ea4 map 2019-09-17 16:43:27 +05:00
Jeremy Quinton 0c1f4c8619 Update Refund journeys
1. Updated the refund journeys so that they use the payment Gateway Factory.
2. Improved request data going in and out of the session.
3. Show error message when Stripe SCA journey fails.
4. Update migration.
2019-09-09 16:42:01 +02:00
Jeremy Quinton 8bcf106ffe Refactored Event Checkout
1. Removed dependencies on $gateway->id in the database which made the codebase fairly brittle in places. Use the name field of payment_gatway instead.
2. Refactored Event Checkout so that in theory it should be a lot easier to add other Omnipay gateways.
3. Removed Paypal Express as a gateway supported by default.
4. Payment Gateways are now configurable by specifying an admin and checkout template in the database directly.
5. Broke each payment option out into its own template instead of trying to handle all payment gateways in one form with funny if conditions.
6. Account settings for Payment Gateways is now dynamic based on what is in the database.
7. Added migration and updated Seeder to make sure the payment_gateways is correct on in stall and when upgrading.
2019-09-04 15:31:40 +02:00
merdiano ec91a0cc96 sales volume 2019-08-19 13:05:05 +05: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 f301a2daf7
Merge master 2019-06-08 18:27:25 +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 3738c912ea
Added the migration for the event access codes table to contain a usage count 2019-02-13 15:04:53 +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 9f41e3e4b0 added categoriesSeeder to databaseSeeder
permissionmanager configed to use App/User
2018-12-28 16:59:41 +05:00
merdiano 9e53bf694d backpack installed addons permission manager, settings, backups, pages
Created Events,Categories, Countries CRUD
2018-12-18 11:55:20 +05:00
merdiano 0b7b0ed214 Category added to events 2018-12-10 12:27:23 +05:00
Jeremy Quinton 1b63cf844e
Merge pull request #484 from publicarray/fix-model-factory
Fix Model Factory
2018-11-11 10:49:28 +02:00
Sebastian Schmidt 974d7d2869
Fix Model Factory 2018-11-10 14:17:06 +11:00
Sebastian Schmidt 7d1c1a1e6a
Allow configurable date formats 2018-11-06 08:10:32 +11:00
Jeremy Quinton e8d69469be remove migs and coinbase as default gateways 2018-11-04 20:50:24 +02:00