Skip to content

4.4.0

Choose a tag to compare

@developeregrem developeregrem released this 16 Mar 14:31
· 322 commits to master since this release

What's Changed

Online Booking

  • introducing a first implementation of an online booking feature (MVP)
  • if your instance is reachable over the internet you can add an iframe to your website which allows direct online booking
  • check the documentation here

General Settings

  • new settings page was added which lets you configure general applications settings
  • you can specify the default currency of your application which will be used e.g. in online booking or invoice preview
  • attention: customer salutations and invoice file name configuration moved from .env file to this settings page. Please copy your old values to the new location! the env file values will be no longer used and can be removed.
  • you can enable/disable mail notification on new online booking entries and calendar imports here

fewohbee-dockerized

  • the dockerized version of FewohBee was refactored to be more platform indipendent
  • now it runs probably everwhere where docker itself can run (e.g. Linux, Windows, ...)
  • optimised the setup to run in Portainer, see documentation
  • added a configuration to run without ssl or behind a reverse proxy
  • DB Backups: if you were using the automated backup script, backups are now stored in a named volume. If you want to access it please refer to the documentation here.
  • setup still contains usefull helper scripts for linux like update-docker.sh
  • update-docker.sh
    • the file was updated to add new env variables automatically
    • if you've created your own cron job to call the file please add --cron option

Further changes

  • allow one-day bookings #173
  • you can select multiple rows in the reservation overview to add new grouped reservations
  • further smaller changes and bugfixes

Full Changelog: 4.3.1...4.4.0