feat: Event ticket system with multiple tiers #3

Open
opened 2026-06-02 19:15:26 +00:00 by jmiller · 0 comments
Owner

Summary

Ticketing system for paid events with multiple price tiers, capacity tracking, and QR check-in.

Schema

  • #__mokojoomcommunity_event_ticket_types (price tiers per event)
  • #__mokojoomcommunity_event_bookings (tickets purchased, QR tokens, check-in)

Requirements

  • Multiple ticket types per event (VIP, General, Early Bird, etc.)
  • Per-type pricing, capacity, and sold count
  • Booking with payment integration (Stripe/PayPal)
  • QR code generation for check-in
  • Check-in scanning
  • Refund workflow
  • Waitlist when sold out

Status: Schema created (01.08.00), helper needed

## Summary Ticketing system for paid events with multiple price tiers, capacity tracking, and QR check-in. ## Schema - `#__mokojoomcommunity_event_ticket_types` (price tiers per event) - `#__mokojoomcommunity_event_bookings` (tickets purchased, QR tokens, check-in) ## Requirements - Multiple ticket types per event (VIP, General, Early Bird, etc.) - Per-type pricing, capacity, and sold count - Booking with payment integration (Stripe/PayPal) - QR code generation for check-in - Check-in scanning - Refund workflow - Waitlist when sold out ## Status: Schema created (01.08.00), helper needed
jmiller added the pending: testing label 2026-06-02 19:52:02 +00:00
Sign in to join this conversation.
No labels pending: testing
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCommunity#3