I have a website with bookings for apartments. I want to know how much turnover every apartment is making split by months. Problem here are bookings that relate to more than one month, e.g. January 27th to February 5th.
How can I set this up?
I have a website with bookings for apartments. I want to know how much turnover every apartment is making split by months. Problem here are bookings that relate to more than one month, e.g. January 27th to February 5th.
How can I set this up?
I would implement a new data type “Daily Turnover” and generate a Daily Turnover thing for every day of the booking period.
It can be done with a recursive API workflow.