Alexander Elchlepp
Alexander Elchlepp
Hi, first of all great work! Let's assume I have a calendar which displays each month side-by-side. I have the following config to enable selectable: ``` const selectable = new...
A publicly reachable calendar for each apartment showing the availability should be available that can be e.g. integrated as iframe into the own website.
Currently one apartment can have exactly one reservation for one period. There are use cases where it would be great to allow more than one reservation. For example, a bigger...
It must be possible to cancel a reservation. A new button should be added to the modal (click on Reservation). When you click on the button, the reservation should "disappear"...
Many portals charge a commission per booking. This commission is to be mapped in the reservation origin. These values are to be evaluated later for the statistics module. The total...
A new button should be integrated into the cash book view which allows to automatically add all incomes based on invoices stored in fewohbee for a whole month.
Same as in #49 it should be possible to import iCal calendars of other reservation systems like booking.com or Airbnb.
It should be possible to have a public view for adding reservations. This view can be integrated into the own website as e.g. iframe or as standalone reservation view by...
Only a few jQueryUI components are used at the moment: - **selectable** for selecting the reservation period in the reservation table - **autocomplete** for customer address search and city look...
At the moment no events will be logged. Events must be logged and written to the DB. The entity Log shall be used for this. In another ticket these events...