{{ auth.isSuperAdmin.value ? 'All submitted bookings across every PIC.' : 'Bookings assigned to you as PIC.' }}
Configure the event capacity used to calculate sold and left inventory.
Last updated {{ settings.updatedAt ? formatDateTime(settings.updatedAt) : 'Not set yet' }}
Pending bookings are not counted as sold until the PIC confirms them.
Pending bookings
{{ pendingCount }}
Pending seats
{{ summary.pendingSeats }}
{{ item.label }}
{{ item.value }}
Total Seats
{{ formatInventoryNumber(summary.totalSeats) }}
Total bookings
{{ bookings.length }}
Booking status
{{ confirmedCount }} confirmed, {{ pendingCount }} pending
{{ remarkPreview(row.original.remark) }}
No remark
{{ detailsBooking.customerName }}
Current: {{ ticketLabel(detailsBooking) }} - {{ detailsBooking.seatCount }} seats
{{ detailsBooking.transactionDocument.originalName }}
{{ formatFileSize(detailsBooking.transactionDocument.size) }} - {{ formatDateTime(detailsBooking.transactionDocument.uploadedAt) }}
{{ editingBooking.customerName }}
{{ ticketLabel(editingBooking) }} - {{ editingBooking.seatCount }} seats
{{ transferringBooking.customerName }}
Current PIC: {{ transferringBooking.personInChargeName }}