bexis / Module_ResourceManagement

Resource booking management module: This is a calendar based tool to manage any kind of resource. It is highly configurable to cover multiple scenarios. It helps to communicate the bookings and activities to all users (or colleagues and other stakeholders). Module for Core @BEXIS2.
2 stars 1 forks source link

Edit resource time : end-date changes unexpected #178

Closed aostrow closed 3 years ago

aostrow commented 3 years ago

If you change the "from-date" the "to-date" by itself to "to-date"+1 day Should stay as it is.

geofranzi commented 3 years ago

It ensures end date is always after start ..not sure if this is a bug ....

aostrow commented 3 years ago

In the case of "edit" and the end date is after the start date I would prefer to keep the existing value.

geofranzi commented 3 years ago

Ok, right. If we would know if we edit or create .... for the Ui it’s the same :(.

EleonoraPetzold commented 3 years ago

That endate = startdate +1 is intended. There is no bug. Let discuss it on occasion

EleonoraPetzold commented 3 years ago

A user has now said that too. I will change it so that the date remains.

EleonoraPetzold commented 3 years ago

It is possible to define the duration time for a resource when it will be booked. (1 day, 2 days, 1 week or 2 hour etc.). The idea here was to set the end date by default to the resource duration. In our case it is 1 day. I remove the auto duration setting but we need to have this function in our mind.