What's Changed
- added a new download option for invoices which allows downloading a combined PDF + XML (electronic invoice), furthermore user can choose whether to use ZUGFeRD EN16931 (Comfort) or XRechnung profile (#157)
- added iCal import for apartments; it is now possible to import calendars from different booking portals including conflict handling. See documentation here. (#163)
- if you use fewohbee-dockerized make sure to pull the latest version as the updated dockerized version includes a new cron container which triggers the import once a hour
cd /opt/fewohbee-dockerized git pull ./update-docker.sh- if you do not use the dockerized version it is recommended to create your own cronjob which calls
php bin/console calendar:import:sync
- changed default display name for a reservation. if a company is provided by the guest info the company name will be used otherwise lastname, firstname #154
- reverted some statistic pages back to use live data instead of using a snapshot
- fixes #160
- fixes pw forgotten not working properly
Full Changelog: 4.1.1...4.2.0