Flexible Room Sorting
Currently, the way room numbers are sorted in Mews is fixed and there is no way to change it quickly. It would be helpful to be able to sort rooms numerically, alphabetically or by floor and to allow for quick changes between these displays for different workflows.
-
Benoit Thewys
commented
Indeed, at the moment, the rooms are sorted first by room type and then by room number.
When a guest returns a key with only the room number on it, we first need to identify the room type, find where that room type is located in the list, and then look for the room number. This is not very convenient.
If we could sort the rooms by room number instead, it would make the process much easier and faster.