TYPO3 Bookings
Beschreibung
Mit der TYPO3 Bookings-Extension besteht die Möglichkeit Deine Vermietungsobjekte wie z.B. Ferienwohnungen o.ä. in einer detaillierten Einzelansicht abzubilden und gleichzeitig eine direkte Buchung zu ermöglichen. Für diese Einzelansicht stehen zugehörige SEO-Felder zur Befüllung ebenso zur Verfügung, wie die Option entsprechende Kategorien und Tags zu vergeben. So lassen sich die Objekte dann in gewünschte Gruppen klassifizieren. Zusätzlich lassen sich den einzelnen Objekten auch eine Google-Maps-Karte durch die Definition von Geo-Koordinaten sowie zugehörige Social-Media-Icons zuweisen. Auch die Preise für das Objekt sind innerhalb der TYPO3 Bookings-Extension mit einer individuellen Logik zu hinterlegen, sodass für Wochenenden, ganze Wochen oder Hochsaisons spezifische Preise definiert werden können. Auch zusätzliche Preise für Extras wie Handtücher, Bettwäsche, Kurtaxe können individuell bestimmt werden, eine prozentuale Definition ist hier ebenfalls machbar.
Und sollte ein Buchungsobjekt mal nicht mehr zur Verfügung stehen, aber dennoch über z.B. einen gespeicherten Link aufgerufen werden, kann eine eigene 404-Fehlerseite definiert werden, auf der dann Alternativen angeboten werden können.
Über einen zugehörigen Buchungskalender ist es darüber hinaus möglich, bereits blockierte Zeiträume sichtbar zu machen und diese dementsprechend nicht mehr anzubieten. Wird das Buchungsformular zur Anfrage genutzt, erhält der Anbieter eine Mail mit allen abgefragten Informationen sowie der praktischen Option, den angefragten Zeitraum direkt zu akzeptieren oder abzulehnen - je nachdem wird das betroffene Objekt dann auch innerhalb des Kalenders geblockt. Auch eine Mindestdauer für Buchungszeiträume ist definierbar und wird im Kalender entsprechend gekennzeichnet.
Sollten diese Features der Basis-Version noch nicht ausreichen, kann man wiederum zur TYPO3 Bookings-Extension PRO greifen, die es zusätzlich zu den Basis-Features u. a. ermöglicht, Buchungsobjekte über einen Frontend-Login direkt im Frontend zu pflegen und diverse Scheduler-Tasks einzustellen, über die z.B. einmal die Woche die Buchungen der kommenden Woche zugesendet werden können u. a. Die einzelnen Optionen sind hier komfortabel über Fluid konfigurierbar.
Key Features
Basis | Basis + Pro | |
---|---|---|
Bilder Slider in Objektansicht | x | x |
Google Map zur Anzeige der Objektposition | x | x |
Übersicht der Verfügbarkeit in Jahreskalender | x | x |
Mehrsprachig (englisch, deutsch) | x | x |
Buchungsformular mit dynamischer Preisberechnung | x | x |
Optionales Sammeln von Namen und Alter der buchenden Personen | x | x |
Individuelle Konfiguration von mini- und maximalen Buchungstagen für jedes Objekt | x | x |
Individuelle Konfiguration von Mindestbuchungen für jedes Objekt | x | x |
Angezeigte Währung frei konfigurierbar | x | x |
Flexible Kalkulation von Preisen | x | x |
Rabatt per Buchungstag oder prozentual möglich | x | x |
Zusätzliche Preise (Steuern, Endreinigung, etc.) sind frei konfigurierbar | x | x |
Frontend-Benutzer kann als Besitzer mit einem Buchungs-Objekt verbunden werden | x | x |
Plugin zur Anzeige selektierte Buchungs-Objekte auf Seiten (als Teaser oder auf Landing-Pages) | x | x |
Buchungs-Objekte mit Tags markierbar (Tags mit Title, Beschreibungstext und optionalem Bild) | x | x |
Buchungs-Objekte kategorisierbar (Kategorien mit Title, Beschreibungstext und optionalem Bild) | x | x |
Preise können für unterschiedliche Saisons angepasst werden | x | |
Buchungsanfragen einfach mit E-Maillink akzteptieren oder ablehnen | x | |
Praktisches Backendmodul zur Pflege der Einträge (Buchungen, Objekte, Tags und Kategorien) | x | |
Pflege der Einträge über ein Frontend-Login | x | |
Scheduler-Task zum versenden der nächsten Buchungen via E-Mail (PDF-Übersicht angehängt) | x | |
600,00 € exkl. MwSt. | 1200,00 € exkl. MwSt. |
Dokumentation & Links
Change Log
Bookings Change-Log
2024-04-26 Release of version 4.0.1
- [TASK] Add more reference links in documentation
2024-02-25 Release of version 4.0.0
- [TASK] Optimize version conditions in PHP code
- [TASK] Migrate to TYPO3 12 and remove support for TYPO3 10
- [TASK] Clean up documentation
2023-10-12 Release of version 3.0.0
- [TASK] Generate and insert Constants documentation
- [TASK] Optimize TCA and base configuration files
- [TASK] Migrate CSH to TCA table
- [TASK] Prepare TCA for backend management access utility
- [TASK] Optimize TCA and localization overlay
- [TASK] Separate fields in plugin flex form on different tabs
- [TASK] Add possibility of divergent detail page in list plugin
- [TASK] Prevent creating booking records on standard pages
- [TASK] Add repository functions for pro widgets - UpcomingBookings and NewestBookingRequests
- [TASK] Add missing translations
- [BUGFIX] Fix start/end date in booking object TCA
- [TASK] Configure more fields as exclude in TCA and add notices
- [TASK] Add image crop variants for list and detail images
- [TASK] Exchange page.contains by a page type
- [FEATURE] Add list plugin option for show rating
- [TASK] Migration for TYPO3 11 and PHP 8.0
- [TASK] Add more documentation for mail actions
2022-09-10 Release of version 2.2.1
- [TASK] Normalize configuration for documentation
- [TASK] Migrate extension icon into public folder
- [BUGFIX] Fix country in booking form request
- [TASK] Remove unused documentation configuration entries
- [TASK] Add documentations configuration
2021-06-25 Release of version 2.2.0
- [FEATURE] Add country field into booking request form
- [FEATURE] Add a third and fourth optional checkbox, for newsletter for example
- [FEATURE] Add a required terms checkbox for sending booking requests
2021-06-10 Release of version 2.1.4
- [TASK] Implement template selection for Detail view with partials
- [BUGFIX] Fix enable/disable week numbers for date range picker
- [TASK] Remove unnecessary BootstrapCSS classes
- [BUGFIX] Fix privacy checkbox check while booking
- [TASK] Optimize word in backend for prices per bedroom
- [TASK] Add condition on image title and alt attribute
- [TASK] Add link for image in list item
- [TASK] Add missing translation for search word
2021-06-10 Release of version 2.1.3
- [BUGFIX] Downgrade Doctrine/DBAL methods for traditional install TYPO3 instances
2021-06-09 Release of version 2.1.2
- [BUGFIX] Fix JavaScript issue related to adult/children summation while sending the bookings form
2021-06-07 Release of version 2.1.1
- [TASK] Add more documentation
2021-06-06 Release of version 2.1.0
- [TASK] Add more documentation
- [TASK] Map creation date of a booking for displaying it in backend module
- [TASK] Refactoring of the detail view
- [TASK] Refactoring of the list header
- [TASK] Refactoring of the quick search
- [TASK] Refactoring of the mail actions
- [TASK] Move seasonable prices into pro version
- [TASK] Clean up TypoScript constants
- [FEATURE] Integrate contact data, address data, tags and categories in booking objects
- [TASK] Allow SVG images in tags and categories as well
- [FEATURE] Integrate rating stars and social media links for booking objects
- [FEATURE] Add calculation service with bedroom selection
- [FEATURE] Add pricing options for one, double or triple bedroom
- [FEATURE] Add a message and two optional checkboxes in request form
- [TASK] Currency field refactoring with additional_tca
- [TASK] Add more error handling in calculation service
2021-05-31 Release of version 2.0.6
- [TASK] Add translation files
2021-05-14 Release of version 2.0.5
- [BUGFIX] Fix custom form engine rows for TYPO3 10
2021-05-14 Release of version 2.0.4
- [BUGFIX] Fix an issue with newer PHP version regarding the record type information in booking object
2021-05-14 Release of version 2.0.3
- [BUGFIX] Fix an issue with newer PHP version regarding the booking object record type
2021-05-14 Release of version 2.0.2
- [TASK] Optimize error handling on bookings object not found
2021-05-03 Release of version 2.0.1
- [BUGFIX] Fix composer.json dependencies
2021-01-25 Release of version 2.0.0
- [BUGFIX] Setting bookingObjects default field values
- [TASK] Additional integrate Additional TCA see #2
- [TASK] Integrate Additional TCA
- [TASK] Migrate Annotations
- [TASK] Preparations for TYPO3 10 migration
- [TASK] Add render types in FlexForms
- [TASK] Migration for TYPO3 10
2020-05-27 Release of Version 1.5.2
- [FEATURE] Define a 404 page for accessing details page without a valid booking object
- [FEATURE] Define a TypoScript constant for list page
- [FEATURE] Sitemap.xml configuration
- [FEATURE] Slugs for booking object.
- [FEATURE] Search world filter configuration by TypoScript
- [TASK] Rise version to TYPO3 9.5.
- [FEATURE] Add separate fields for HTML title, Meta description, abstract and keywords for booking object single view
- [TASK] Cleanup Change-Log
- [BUGFIX] Fix frontend user getter/setter in booking object model
- [FEATURE] Add hidden property to booking object
- [FEATURE] Add 4 booking object attributes
- [BUGFIX] Fix postal code property in BookingObject Model
- [BUGFIX] Fix pre filtering in list plugin
- [TASK] Add backend rating field
- [FEATURE] Manage categories and tags in backend
- [TASK] Add frontend user as relation
- [FEATURE] Add fields for contact data and change tab for categories and tags fields
- [FEATURE] Add booking object categories
- [FEATURE] Add booking object list category filter
- [FEATURE] Add booking object tags plus individual image
- [TASK] Raise PHP version in configuration
- [TASK] Remove unused use statement
2019-06-25 Release of version 1.5.1
- [TASK] Extend repository method for upcoming bookings
- [TASK] Repository methods for backend module.
- [TASK] Changing links inside documentation.
2019-06-25 Release of version 1.5.0
- [BREAKING] Change start/end date fields from type integer to date - SEE Migration.md!!!
- [FEATURE] Add option for initializing state of a booking.
- [FEATURE] Add price calculation service for weekend overnights and discount for single persons.
- [TASK] Perform an earlier check of overlapping bookings and display a message before booking form is visible.
2019-05-29 Release of version 1.4.1
- [BUGFIX] Fix check if there are overlapping bookings.
2019-03-13 Release of version 1.4.0
- [FEATURE] Add BCC mail for all mail transfers.
- [BUGFIX] Fixing caching issue for mail links.
2019-03-02 Release of version 1.3.2
- [BUGFIX] Fixing Gitlab-CI configuration.
2019-03-02 Release of version 1.3.1
- [BUGFIX] Fixing version und build information.
2019-03-02 Release of version 1.3.0
- [TASK] Adding Gitlab-CI configuration.
- [BUGFIX] Fixing getFullname method in booking model.
- [TASK] Removing inject annotations.
- [FEATURE] Adding a new price calculation service for discount on one or more overnights.
2018-11-13 Release of version 1.2.0
- [TASK] Enlarge the amount of max days.
- [BUGFIX] Fixing calculation in default price calculation.
- [FEATURE] Changing children selection, so that it can be enabled now optionally.
2018-09-25 Release of version 1.1.0
- [FEATURE] Finalizing different price periods.
Bookings-Pro Change-Log
2024-02-25 Release of version 4.0.0
- [BUGFIX] Fix backend module authorization in TYPO3 12
- [TASK] Optimize version conditions in PHP code
- [TASK] Migrate controller modulePrefix initialization in backend module to TYPO3 12
- [TASK] Optimize labels in user authorizations
- [TASK] Migrate to TYPO3 12 and remove support for TYPO3 10
2023-10-12 Release of version 3.0.0
- [FEATURE] Define access utility for backend management
- [BUGFIX] Fix restriction for dashboard widget data access
- [TASK] Add flex form description text
- [TASK] Add flex form description text
- [TASK] Add modules header/footer in backend module
- [BUGFIX] Fix widget class constructors for PHP 7.4
- [TASK] Add widgets - UpcomingBookings and NewestBookingRequests
- [TASK] Add missing translations
- [TASK] Add tag and category images in backend module list
- [TASK] Migration for TYPO3 11 and PHP 8.0
- [TASK] Preparations for TYPO3 11
2022-09-10 Release of version 2.1.1
- [TASK] Normalize configuration for documentation
- [TASK] Migrate extension icon into public folder and insert documentation base configuration
- [TASK] Check PHP array access before using
2021-06-06 Release of version 2.1.0
- [FEATURE] Add a backend module column for booking creation date
- [TASK] Rise PHP version in ext_emconf.php
- [TASK] Code clean up and migrate inject methods into constructor
2021-05-14 Release of version 2.0.1
- [TASK] Add extra tags in composer.json
2021-01-25 Release of version 2.0.0
- [TASK] Preparations for TYPO3 10 migration
- [FEATURE] Add plugins and features for frontend management
- [TASK] Migration for TYPO3 10
2020-05-27 Release of Version 1.1.2
- [TASK] Cleanup Change-Log
- [BUGFIX] Fix backend module controller action registration
- [TASK] Add backend disable for user functionality
- [FEATURE] Manage categories and tags in backend
- [TASK] Rise PHP version in configuration
2019-12-06 Release of version 1.1.1
- [BUGFIX] Remove debugging code
2019-11-25 Release of version 1.1.0
- [FEATURE] Add PDF feature in backend for creating a PDF for upcoming bookings
- [FEATURE] Add status and search word filter for bookings list in backend module
- [FEATURE] Add a backend module for managing booking records.
2019-06-25 Release of version 1.0.2
- [BUGFIX] Fix typo in Gitlab-CI publishing path.
2019-06-25 Release of version 1.0.1
- [TASK] Change Gitlab-CI publishing path.
2019-03-01 Release of version 1.0.0
- [TASK] Adding Gitlab-CI configuration.
- [FEATURE] Adding command controller for reporting upcoming bookings.