Skip to content

Releases: developeregrem/fewohbee

3.6.1

02 Sep 08:20
Compare
Choose a tag to compare

Bugfix release
Addresses a bugfix where it was not possible any more to add another reservation to a new invoice, and it was not possible to use the new invoice function on the invoice overview page.
Furthermore, a little issue was fixed when a customer without an assigned address was used inside a reservation template.

Full Changelog: 3.6.0...3.6.1

3.6.0

22 Mar 15:06
ab4ff88
Compare
Choose a tag to compare

What's Changed

  • Update for better mobile view of yearly calendar by @daking88 in #85
  • New invoice status "canceled" and "pre-payed" / storniert und Anzahlung by @daking88 in #84
  • Bugfix: customer of an invoice could not be changed afterwards
  • Bugfix: calendar export not recognized by booking.com correctly
  • Bugfix: reservation table was not shown correctly under certain circumstances
  • Upgrade to Symfony 7.0

New Contributors

Full Changelog: 3.5.1...3.6.0

3.5.1

03 Oct 14:20
e30d977
Compare
Choose a tag to compare

Upgraded mpdf to fix missing images in PDF exports

Full Changelog: 3.5.0...3.5.1

3.5.0

01 Oct 16:08
f0a81c7
Compare
Choose a tag to compare
  • the salutation was removed in the reservation table for better readability if the size is too short to show the last name
  • during the create process of a reservation the dates to add another room for the same reservation are prefilled now to safe some time
  • added a hint after login what shall be done after a fresh installation and it was chosen to not add initial test data
  • upgrade to Symfony 6.3

Full Changelog: 3.4.0...3.5.0

v3.4.0

04 Jun 13:07
ab97468
Compare
Choose a tag to compare
  • added a new site to the statistics menu showing the turnover
  • update of dependencies

v3.3.2

20 Apr 06:19
Compare
Choose a tag to compare
  • update to Symfony 6.2
  • updated docker-compose setup to use PHP 8.2

v3.3.1

15 Nov 05:58
Compare
Choose a tag to compare

minor bugfixes

v3.3.0

23 Sep 06:21
535b1fd
Compare
Choose a tag to compare

This release mainly adds improvements for better stability and maintainability but also adds a couple of new features

  • better code quality due to following symfony coding style
  • code updates to use newer PHP styles and features
  • upgrade to symfony 6.1
  • PHP version required is now >= 8.1
  • passwords are checked against a password blacklist database (haveibeenpwned)
    • this check can be disabled by changing the new configuration property USE_PASSWORD_BLACKLIST in .env file
  • it's now possible to save information about a customer's ID such as ID card type and number

Full Changelog: 3.2.1...3.3.0

v3.2.1

05 Jun 20:14
Compare
Choose a tag to compare

This is a bugfix release that addresses some minor issues.

Full Changelog: 3.2.0...3.2.1

v3.2.0

26 May 14:57
9004b6d
Compare
Choose a tag to compare

This release adds two new features to FewohBee.

Calendar Sync

It is now possible to export your reservation calendar as a calendar in the iCal format for each apartment.
In order to do this navigate to Settings -> Room and click on the small calendar icon:
calendar_sync
... here you have the possibility to change the visibility of the calendar as well as copy the URL which is required to access the calendar from the outside of FewohBee.
You can use the copied URL e.g. to import your calendar in airbnb, booking.com, google calendar or any other application where you want to see your bookings from FewohBee and which supports importing calendars in the iCal format.

This export is very useful for single-room properties as they can manage different booking portals in one central application now!
In order to be fully transparent: This is not comparable with commercial channel managers where bookings are synced immediately. Be aware that you or FewohBee has no influence when and how often applications where you've imported a FewohBee calendar will sync a calendar!

In order to use this new feature your FewohBee installation must be reachable from the internet.

See: #49

Yearly calendar view

A new overview page was added which allows you to view your reservations on a yearly base per apartment. Simply click on the icon in the reservation overview to switch to the new view:
yearly_reservation_view

This is also a very useful feature for smaller or single-room properties as the regular table view is not very handy for them.
The new view allows easy selection of the period for a new reservation using the mouse (hold left button) too.

See: #51

And of course the new release addresses some further bugfixes and improvements.

Full Changelog: 3.1.2...3.2.0