Skip to content

gulliversoft/ep3-bs

 
 

Repository files navigation

BS1 in action

Bookingsystem1

The QR code payment extension implemented in this fork is explained in the video: https://youtu.be/7-IqSIubDHQ and on the webpage www.gulliversoft.com

Feel free to ask me how to integrate this solution in your club.

ep-3 Bookingsystem

The ep-3 Bookingsystem is an open source (MIT licensed) web application to enable users to check and book free places of an arbitrary facility easily online via one huge calendar.

It was initially developed to enable booking free squares of a covered court for a tennis club, improved along some versions, tried to offer commercially as a SaaS - and finally released as open source software.

Among its primary features are extensive customization capabilities (thus making it interesting even outside the tennis branch), multilingualism (currently shipped with english and german), an interactive, easy-to-use calendar, an easy-to-use and easy-to-understand backend, a consistent and clear visual design and a fully responsive layout (thus looking nice on mobile devices as well).

More features may be explored via our website (http://bs.hbsys.de/) or simply by downloading and trying the system yourself.

Documentation

  • Installation instructions can be found in INSTALL.md
  • Update instructions can be found in UPDATE.md

Further documentation and technical details can be found in the following directory:

data/docs/

Architecture

The system is based on the well-known LAMP stack (Linux, Apache 2, MySQL 5+, PHP 8.1+) and the powerful Zend Framework 2 (2.5).

Since version 1.8.0, it is compatible with (and requires) PHP version 8.1 or higher.

Dependencies are managed with Composer.

The source code is version controlled with Git and hosted at GitHub.

The link to the GitHub repository is

https://github.com/tkrebs/ep3-bs

where you can find stable and (latest) development releases.

Versions

The current version is 1.8.1 from November 2022.

Version 1.8.1 fixes an email sending related bug.

Version 1.8.0 provides compatibility with PHP 8.1 by overriding and fixing the essential Zend Framework 2 components. It also fixes some bugs, added a file-storage-only mail option and removes some legacy code (mainly, the file manager).

Version 1.7.0 provides compatibility with PHP 7.4 by overriding and fixing some of the Zend Framework 2 components.

Version 1.6.4 introduced some features required during the COVID-19 pandemic, including limits to active concurrent bookings and minimum booking ranges. It also includes minor bug fixes and improvements.

Version 1.6.3 introduced some GDPR compliance based changes and requested features.

Version 1.6.2 changed the configuration behaviour and requires some manual changes (see data/docs/update.txt). Otherwise, the update will not work.

Version 1.6 introduced some requested features and fixed quite some bugs. It also introduced better support for custom translations and modules.

Version 1.5 introduced some requested features (billing administration, custom billing statuses and colors) and fixed some bugs.

Version 1.4 introduced some requested features and the latest third party libraries and frameworks.

Bug reports, feature requests, ideas ...

We use the GitHub Issue Tracker for such things:

https://github.com/tkrebs/ep3-bs/issues

About

Payment ready online booking system for courts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.9%
  • HTML 2.6%
  • JavaScript 1.1%
  • CSS 0.4%