con4gis / reservation
Contao module for creating reservation forms. For example for tables, rooms or other objects.
Installs: 3 255
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 3
Open Issues: 3
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- con4gis/documents: ^1.5.5
- con4gis/groups: ^2.8.5
- con4gis/projects: ^4.0.38
- contao/calendar-bundle: ^4.9
- contao/core-bundle: ^4.9
Requires (Dev)
- contao/test-case: ^4.9 || ^5.1
- phpunit/phpunit: ^9.5
- symfony/phpunit-bridge: ^5.4 || ^6.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
- dev-main
- v3.6.37
- v3.6.36
- v3.6.35
- v3.6.34
- v3.6.33
- v3.6.32
- v3.6.31
- v3.6.30
- v3.6.29
- v3.6.28
- v3.6.27
- v3.6.26
- v3.6.25
- v3.6.24
- v3.6.23
- v3.6.22
- v3.6.21
- v3.6.20
- v3.6.19
- v3.6.18
- v3.6.17
- v3.6.16
- v3.6.15
- v3.6.14
- v3.6.13
- v3.6.12
- v3.6.11
- v3.6.10
- v3.6.9
- v3.6.8
- v3.6.7
- v3.6.6
- v3.6.5
- v3.6.4
- v3.6.3
- v3.6.2
- v3.6.1
- v3.6.0
- v3.5.7
- v3.5.6
- v3.5.5
- v3.5.4
- v3.5.3
- v3.5.2
- v3.5.1
- v3.5.0
- v3.4.39
- v3.4.38
- v3.4.37
- v3.4.36
- v3.4.35
- v3.4.34
- v3.4.33
- v3.4.32
- v3.4.31
- v3.4.30
- v3.4.29
- v3.4.28
- v3.4.27
- v3.4.26
- v3.4.25
- v3.4.24
- v3.4.23
- v3.4.22
- v3.4.21
- v3.4.20
- v3.4.19
- v3.4.18
- v3.4.17
- v3.4.16
- v3.4.15
- v3.4.14
- v3.4.13
- v3.4.12
- v3.4.11
- v3.4.10
- v3.4.9
- v3.4.8
- v3.4.7
- v3.4.6
- v3.4.5
- v3.4.4
- v3.4.3
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.8
- v3.3.7
- v3.3.6
- v3.3.5
- v3.3.4
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.29
- v2.4.28
- v2.4.27
- v2.4.26
- v2.4.25
- v2.4.24
- v2.4.23
- v2.4.22
- v2.4.21
- v2.4.20
- v2.4.19
- v2.4.18
- v2.4.17
- v2.4.16
- v2.4.15
- v2.4.14
- v2.4.13
- v2.4.12
- v2.4.11
- v2.4.10
- v2.4.9
- v2.4.8
- v2.4.7
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.11
- v2.3.10
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- v1.1.0
- v1.1.0rc2
- v1.1.0rc1
- v1.0.0
- v1.0.0rc1
- dev-team
- dev-feature-days
- dev-develop
This package is auto-updated.
Last update: 2024-10-25 16:59:14 UTC
README
IMPORTANT for UPDATEs from Reservation version 2 to version 3
- Please save your settings in the reservation module before updating. Because the module settings are now in the backend module reservation form. The reason for this is among other things a relief of the tl_module.
- The price setting module does not exist anymore. The settings are now directly on the object.
- The instructor list has been further elaborated in the customer order and has its own module. Forwarding pages can be configured.
- HTML and CSS classes was changed. Individual styling may need to be adjusted.
Overview
Contao module for creating reservation forms. For example for events, tables, rooms or other objects.
Features include:
- Define reservation types (for example: seminar reservation, room reservation, table reservation, ...)
- Define reservation objects (for example: table 3, room 112, ...)
- Set additional options that can be reserved
- Determine reservation costs
- Define e-mail notifications
Installation
Via composer:
composer require con4gis/reservation
Alternatively, you can use the Contao Manager to install the con4gis-Reservation (con4gis/reservation).
Requirements
- Contao (latest stable release)
- con4gis/core (latest stable release)
Documentation
Visit docs.con4gis.org for a user documentation. You can also contact us via the support forum there.