Introducción
Evento es un potente sistema de gestión de eventos y venta de entradas como Eventbrite, TicketMaster, Twickets… Basado en el marco robusto y seguro de Symfony, Eventic ofrece a los organizadores de eventos un conjunto de funciones útiles para gestionar sus eventos, desde la creación de su página de eventos hasta el registro. asistentes con una aplicación móvil rápida.
En la era de Covid-19, la mayoría de los eventos ahora se presentan en línea, es por eso que Eventic admite eventos en línea al igual que eventos basados en lugares.
¿Cómo funciona?
Los diferentes roles
Administrador
El administrador es el propietario de la plataforma. Él configurará la aplicación y personalizará la configuración según sus necesidades. Principalmente aprobará las solicitudes de pago recibidas por los organizadores.
Organizador
El organizador tiene el rol que le permite crear eventos y vender entradas. Solicitará una solicitud de pago a su cuenta de pago elegida que será aprobada por el administrador.
asistente
El asistente es el cliente en Eventic. Comprará las entradas online o en un punto de venta y presentará la entrada para asistir al evento.
Punto de venta
Las cuentas de puntos de venta son agregadas por los organizadores y se ven afectadas por una o más fechas de eventos. Inician sesión con sus credenciales y venden boletos y se les paga en efectivo.
Escáner
Las cuentas de escáner son agregadas por los organizadores y se ven afectadas por una o más fechas de eventos. Inician sesión con sus credenciales, ya sea en la plataforma o en la aplicación móvil del escáner, y verifican los boletos que presentan los asistentes.
El proceso general
modelo de negocio
Características
Aplicación móvil de escáner de boletos de Eventic
Él Aplicación móvil del escáner Eventic es una aplicación que permite a los organizadores de eventos registrar a los asistentes escaneando el Código QR generado en las entradas compradas en la plataforma de Eventic.
La aplicación se puede comprar por separado a través del siguiente enlace:
Compra ahora
Seguridad
- Todas las contraseñas se cifran utilizando el algoritmo BCRYPT
- Toda la información de las pasarelas de pago y los métodos de pago de los organizadores se cifran con una CLAVE DE DESACTIVACIÓN
- Todos los formularios incluyen un token CSRF
- La plataforma está protegida contra inyecciones de SQL
- La plataforma está protegida contra ataques XSS
- Todas las entradas de los usuarios están desinfectadas.
Tecnologías Utilizadas
cuentas de demostración
Enlace
https://eventic.mtrsolution.com/en/signin
Administrador
Iniciar sesión: administrador
Contraseña: azer1234
Organizador
Iniciar sesión: películas.experto
Contraseña: azer1234
asistente
Iniciar sesión: Juan
Contraseña: azer1234
Punto de venta
Iniciar sesión: me.pos1
Contraseña: azer1234
Escáner
Iniciar sesión: me.scanner1
Contraseña: azer1234
Aplicación de escáner Eventic
Enlace: Descargar APK
Iniciar sesión: me.scanner1
Contraseña: azer1234
PayPal
Cualquier cuenta de espacio aislado
Raya
Número de tarjeta: 4242 4242 4242 4242
Fecha de caducidad: 22/12
CVC: 123
Nota: Los archivos de medios utilizados en la vista previa del producto no están incluidos en el archivo principal del artículo, debe ponerse en contacto con su autor respectivo para obtener permiso antes de usarlos en sus proyectos.
actualización
Consulte la siguiente página de documentación para actualizar su plataforma Eventic a la última versión:
Actualización de Eventic
Cambiar registro
12/02/2022 – Versión 1.3
- Updated libraries
- Added Portuguese and Deutsch translations
- Added offline payment method with manual validation from the administrator or the organizer, ability to set further instructions per payment gateway
- Added possibility for attendees to contact the organizers
- Added possibility for organizers to contact the attendees
- Allowed HTML attributes in WYSIWYG
- Updated social media login, refresh email, first/last names and profile picture on login
- Fixed add/edit venue type bug
- Fixed timezone problem
- Removed DISTINCT from all repositories (except Event and EventCategory) to fix bug when sql_mode=only_full_group_by
- Replaced the scheme in all Google Maps importations to the current protocol instead of https
- Fixed bug where the venues added by the administrator are not listed in the public directory
- Ticket price and promotional price maximum is modified from 100000 to 100000000
- Fixed ticket price collapse id in events page
- Added test email server fearture
- Fixed a bug which occurs on some servers when the website_name setting contains spaces
- Improved access denied message
- Fixed a bug where ticket quantity per user can be bypassed
- Fixed responsive issue on mobile for event details arabic page
- Improved Google Maps address geolocalization
- Fixed mailchimp bug
- Improved the Spanish translations
- Allowed adding images to static pages
- Changed the QR code and barcode in the PDF tickets from images to HTML
- Added thumnails to categories, events and organizers cards
- Added background to active menu elements
- Used rawurlencode to encode database and mail server parameters according to RFC3986
- Removed the generation date from the orders summary exported Excel file
- Changed the search for users by email and username from like to equal
- Replaced tsl with tls in the Mail server configuration form
- Removed phone and fax if empty in footer
- Added exit(0) at the bottom of printTicket action controller
- Fixed summernote problem after updating the library
- Email address length is now 50 caracters in the check-out form
- Required PHP7.4.0 in the installer
- Changed the no reply email and contact email adresses into the mail server settings
17/01/2021 – Versión 1.2
- Add Spanish language
- Improved PHP version verification in the setup wizard
- The default locale must be selected in the available languages
- At least one language has to be selected in the available locales
- When there is only language, the language select in the footer is hidden
- When the contact email address is not provided, the contact form is hidden
- Fixed a bug where the phone number is displayed as the fax number in the footer
- Added page form fields validation
- Manageable currencies list (code and symbol), with search
- Deleted PaymentSettingsType as it is not used anymore, the payment settings form is generated in the controller
- Changed the ticket fees (online) maximum from 100 to 1000000
- Removed the required indicator from the app layout settings form when not necessary
- Removed the required indicator from pos checkout form when not necessary
- On checkout error, redirect to dashboard index instead of the referer
- PDF ticket translation (only arabic is displayed in English)
- Added translations for some missing words
- Fixed the PDF ticket UTF-8 problem in some servers
- Added the Free and Pos payment gateways in initial-database sql file
- Some features are disabled in demo mode
01/07/2021 – Versión 1.1
- Session file are now stored in the /sessions folder instead of the default php tmp folder
- Fixed a bug where the website title which is loaded from the cache does not change on some servers
01/01/2021 – Versión 1.0
- Initial release




