jweiland / reserve
Installs: 4 240
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 3
Open Issues: 10
Language:JavaScript
Type:typo3-cms-extension
Requires
- ext-json: *
- endroid/qr-code: ^4.3.5
- typo3/cms-core: ^12.4.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.14
- phpunit/phpunit: ^9.6
- typo3/coding-standards: ^0.6
- typo3/testing-framework: ^7.0.2
Suggests
- jweiland/events2: EXT:reserve comes with an API to extend EXT:events2 to register for an event location
Replaces
- typo3-ter/reserve: 3.0.1
This package is auto-updated.
Last update: 2024-10-20 08:22:51 UTC
README
The extension reserve allows you to reserve tickets for one or more persons using a period table and a form. Each reservation has it's own QR Code that can be scanned at the event.
Read the Extension Manual: https://docs.typo3.org/p/jweiland/reserve/master/en-us/
1 Usage
1.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/reserve
Installation as extension from TYPO3 Extension Repository (TER)
Download and install reserve
with the extension manager module.