Commit Graph

31 Commits

Author SHA1 Message Date
merdan 75aa840f35 settings and page view 2020-04-07 19:22:25 +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 4018c465b5 order statuse seeder 2020-01-24 02:05:25 +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
merdiano c6a26f08d5 seat selection completed reservation and booking 2019-11-06 15:05:24 +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 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 4ac8cb2e60 payment configured 2019-09-18 06:25:38 +05:00
merdiano a1c0b04ea4 map 2019-09-17 16:43:27 +05: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 9f41e3e4b0 added categoriesSeeder to databaseSeeder
permissionmanager configed to use App/User
2018-12-28 16:59:41 +05:00
merdiano 0b7b0ed214 Category added to events 2018-12-10 12:27:23 +05: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
JapSeyz 548ee66e6e Add Whitespace to selected currencies
A space is the norm for some currency symbols
2016-11-15 21:50:04 +01: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 28a8bfe179 Fix issue where CLI installer would fail due to misplaced capital letter in seeder class name 2016-08-16 01:24:50 +01:00
Dave Earley 3b804b00d5 Add support for additional currencies + improve how currencies are displayed 2016-08-12 13:02:37 +01:00
Dave a5a94790e7 Minor bug fixes
Updated global JS
Added feedback/bug fix button
2016-04-17 21:12:38 +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 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
Attendize b3f33a38e8 Applied fixes from StyleCI 2016-03-04 19:18:10 -05:00
Dave a3320dd598 - First commit 2016-02-29 15:59:39 +00:00