Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
30.98 KB
MD5: 26ad82f205a143f2e91f976efb36190e
SHA-1: 9690319e9c408d7f38f1d0993b2604cee6b0f3a7
SHA-256: 63f41259e367775d498b712daf7ae82dc389947681ecb75e6047ce4f6c7e5930
Download zip
45.08 KB
MD5: 6aff35fcace7bc64d34e5332288172b2
SHA-1: c49fddfe9cf2a0f960e673453d322263ed998265
SHA-256: d43fb6054324dc1c6af3a4f61446f59ffa5936e532e45adfb490b96f142bb058
Release notes
This is an alpha release, intended to be used in development and testing. It is not recommended for production use.
Significant changes since 7.x-1.0-alpha2:
- core: Added the ticket 'number' and 'quantity' fields. While each ticket is supposed to admit 1 person only, it is useful to see its position among that person's other tickets, e.g. "Ticket 1 of 2", "Ticket 2 of 2", etc. That's what these fields represent.
- cet_services: Exposed the ticket number and quantity via the 'position' key in data returned from the event-ticket/BARCODE service.
- cet_services: Added a permission so that a ticket checker can view all information from the event-ticket/BARCODE service, including order data.
- commerce_event_ticket_pdf: Fixed a minor bug where records in
commerce_event_ticket_pdfwere not always being deleted when related file entities were deleted. - commerce_event_ticket_pdf: Added ticket metadata at the bottom of the page (including "Ticket 1 of 2", etc.), as an optional 'footer' element. This doesn't use the
TCPDF::Footer()functionality as that appears to be unnecessary.