Download the PHP package richardhj/contao-onlinetickets without Composer
On this page you can find all versions of the php package richardhj/contao-onlinetickets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download richardhj/contao-onlinetickets
More information about richardhj/contao-onlinetickets
Files in richardhj/contao-onlinetickets
Package contao-onlinetickets
Short Description Online tickets extension for Isotope eCommerce
License
Informations about the package contao-onlinetickets
Online tickets extension for Isotope eCommerce
Sell online tickets with Isotope eCommerce
This extension requires a high amount of Contao/Isotope know-how and a basic understanding of your home network and routing domains/ip addresses.
What it does
Before the event
You can sell online tickets for your events. After successful order, these online tickets get a QR-code/Barcode and are home printable for the customer.
If you sell hard tickets and want to track sales, this extension provides tool to print your hard tickets with a customized barcode.
During the event
Check in
Check in all sold tickets (hard tickets or online tickets) and track venue's degree of capacity.
The included api is fully compatible with the ones of TicketPay. Install the iOS native mobile app to perform the checkin.
Management board / Box office
There is a box office included. Place the frontend module on a protected page in the frontend. The box office helps you to track the sales and checkins live, track box office sales and revert checkins.
After the event
Export an excel report with all tickets sold, find out the most important ticket agency, get to know, when visitors check in most frequently.
How to use it
Installation with Composer:
Add these minimum configuration to your composer.json.
Configuration
- Set up events in the backend.
- Create a new product type "online tickets".
- Create new products with the new product type.
- Create a customized isotope document (see below)
Isotope document template
We are using the templates provided by isotope_docuemts
.
To export the online tickets within an isotope document (e.g. the invoice), simple modify the iso_document_….html5
.
Add the following lines to the end of the template file.
Personalize hard tickets
There are two supported cases for selling identifiable hard tickets:
Hard tickets have a white cut-out
Imagine you order hard tickets for you event. You can design it however you want to. You just need to leave a white cut-out on the ticket, where you can print the barcode on.
In the Contao backend, go to "Events". Configure the current event and click on "Pre printed tickets". Now you enter the facts of your ticket: 1) The width and height of one single hard ticket 2) The elements you want to print on the ticket, most likely the barcode and/or ticket number. Therefore you have to enter the position of the white cut-out of your hard ticket as x- and y-coordinate in millimeters. 3) Specify the font to use (for the ticket number) and the size of the QR-Code, barcode etc.
Now, you are supposed to create a new Agency ("Vorverkaufsstelle"). Define, how many tickets they get to sell. Then click on the button "export pdf" for the particular agency. You get a pdf with the size and elements defined before. Place your hard tickets in the printer and print the pdf.
Self-printed tickets
Imagine you want to print the hard tickets on your own, because you only print a few or don't use that much color, so that ordered hard tickets of a print shop are not profitable.
After you created an event, create a new Agency ("Vorverkaufsstelle"). Define, how many tickets they get to sell. Then click on the button "export" for the particular agency. You will get the ticket numbers and bar codes as a CSV-file. Now the best idea is to download a "Code 3 of 9 font". Install this font on your computer. Then create a new InDesign document and design your ticket. Cut-out the barcode. Now you use InDesigns function of "Datenzusammenführung", to load the CSV file within InDesign and create identifiable tickets. Print them.
Usage of the TicketPay app
You need to point the url https://api.ticketpay.de/
to your contao installation.
Then you can log in with your contao credentials. The events, orders and tickets will get fetched via this url and you
are ready to perform the checkin.
To check the entrypoint is configured properly, you can request
https://api.ticketpay.de/api/userLogin?username=test&password=test
and should get the message:
License
The GNU Lesser General Public License (LGPL) v3.
Keep in mind:
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
All versions of contao-onlinetickets with dependencies
cliffparnitzky/user-member-bridge Version ^1.2
contao-community-alliance/dependency-container Version ^1.8
contao-community-alliance/events-contao-bindings Version ^3.5
contao-community-alliance/meta-palettes Version ^1.10
contao-community-alliance/translator Version ^2.0
contao-community-alliance/url-builder Version ^1.2
isotope/isotope-core Version ^2.3
phpoffice/phpexcel Version ^1.8
symfony/http-foundation Version ^2.7 || ^3.0