Actions
Task #90
openRoom Category Master
Start date:
02/10/2026
Due date:
02/10/2026 (23 days late)
% Done:
0%
Estimated time:
Description
Room Category Master is used to manage different room types available in the property such as Deluxe Villa, Executive Suite, Honeymoon Villa, etc.
***Room Category – Table
room_category_master
- id (PK)-Room Category ID
- room_category_name-Room category name
- is_active-Active / Inactive
- added_date-Created date
- updated_date-Updated date
*** Validations (Add Room Category)
- Room Category Name is mandatory
- Minimum 3 characters
- Name must be unique
- Trim leading & trailing spaces
- Case-insensitive duplicate check
*** Validations (Edit Room Category)
- Existing category name should auto-fill
- Room Category Name cannot be empty
- Duplicate names should not be allowed
- Updated name should reflect in list
*** Validations ( Delete Room Category)
- Confirmation popup is mandatory
- If room category is mapped to rooms → block delete
- Otherwise allow delete
- Prefer soft delete
Actions