Skip to main content
An event in TradeMaster Transactions represents a ticketed occasion — a concert, theater show, sports match, or any other gathering — tied to a venue, a client, and a set of ticket zones. Each event moves through a defined lifecycle from creation through sale to completion.

Routes

RouteDescriptionAudience
/eventosFull event list with management controlsStaff
/cliente-eventosClient-scoped event list for a specific clientStaff (client context)
/eventos-crearCreate a new eventStaff
/eventos-editarEdit an existing eventStaff
/evento-detallesEvent detail and revenue dashboardStaff
/eventos-configZone and financial adjustment setupStaff
/eventos-config-zonasZone configuration formStaff
/eventos-config-splitRevenue split configurationStaff
/eventos-credencialesCredential list for an eventStaff
/eventos-notificacionesNotification list for an eventStaff

Events list

Navigate to /eventos to see all events on the platform. The list is powered by EventsTable, which supports:
  • Search — Filter events by name in real time.
  • Sorting — Click column headers to sort by name, date, status, or venue.
  • Filtering — Narrow events by status or client.
  • Pagination — Navigate through large event sets page by page.
Each row in the table shows the event name, associated client, venue, start date, status, and quick-action buttons.

Event statuses

Events move through the following status values:
StatusMeaning
InstanciadoCreated but not yet configured
ConfiguradoZones and financial setup complete
ActivoOn sale and accepting ticket purchases
FinalizadoEvent has concluded
CanceladoEvent has been cancelled
Only users with the change eventsStatus permission can update an event’s status. This is enforced via CASL on the StatusSelect component in the event detail view.

Event detail view

From the list, click an event to open its detail page at /evento-detalles. The detail view shows:
  • ProfileBanner — Event name, banner image, venue, and dates.
  • StatusSelect — Change the event status (permission-gated).
  • ClientInfo — The client associated with the event and their contracts.
  • EventMetadata — Event type, main and secondary activities, and terms and conditions.
  • ContractsCard — Linked contracts for the event.
  • RevenueUpdates — A 7-day rolling revenue chart powered by total_sales.

Explore this section

Creating events

Step-by-step guide to creating a new event including venue association and Seats.io integration.

Zone and split setup

Configure ticket zones, seating maps, and revenue splits after an event is created.

Credentials

Create and manage access credentials (badges/passes) for an event.

Notifications

Send push notifications to ticket holders for an event.

Build docs developers (and LLMs) love