Skip to content

mhoweson/ep3-bs

 
 

Repository files navigation

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 and installation

Documentation and installation instructions 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 5.4+) and the popular and powerful Zend Framework 2 (2.5).

It is compatible with PHP version up to and including 7.2 - bot not PHP 7.3+. We are currently working on an upgrade of the underlying Zend Framework to make it compatible with PHP 7.3+.

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.

Version

The current version (May, 2020) is 1.6.4.

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

Online booking system for courts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 74.4%
  • HTML 15.5%
  • JavaScript 6.7%
  • CSS 2.4%
  • TSQL 1.0%