correct issue data
This commit is contained in:
@@ -25,40 +25,65 @@
|
||||
];
|
||||
|
||||
const issueTypes = [
|
||||
{ label: "Facilities - Light", value: "Facilities - Light" },
|
||||
{ label: "Facilities - Air Conditioner", value: "Facilities - Air Conditioner" },
|
||||
{ label: "Facilities - Appliances", value: "Facilities - Appliances" },
|
||||
{ label: "Facilities - Baby Cot", value: "Facilities - Baby Cot" },
|
||||
{ label: "Facilities - Bath", value: "Facilities - Bath" },
|
||||
{ label: "Facilities - Bed", value: "Facilities - Bed" },
|
||||
{ label: "Facilities - Blender", value: "Facilities - Blender" },
|
||||
{ label: "Facilities - Cabinet", value: "Facilities - Cabinet" },
|
||||
{ label: "Facilities - Cable TV", value: "Facilities - Cable TV" },
|
||||
{ label: "Facilities - CCTV", value: "Facilities - CCTV" },
|
||||
{ label: "Facilities - Ceiling Fans", value: "Facilities - Ceiling Fans" },
|
||||
{ label: "Facilities - Coffee Maker", value: "Facilities - Coffee Maker" },
|
||||
{ label: "Facilities - DVD", value: "Facilities - DVD" },
|
||||
{ label: "Facilities - Generator", value: "Facilities - Generator" },
|
||||
{ label: "Facilities - Hairdryer", value: "Facilities - Hairdryer" },
|
||||
{ label: "Facilities - Home Theatre", value: "Facilities - Home Theatre" },
|
||||
{ label: "Facilities - Hot Water", value: "Facilities - Hot Water" },
|
||||
{ label: "Facilities - Internet Connection", value: "Facilities - Internet Connection" },
|
||||
{ label: "Facilities - Iron/Ironing Board", value: "Facilities - Iron/Ironing Board" },
|
||||
{ label: "Facilities - Kitchen Equipment", value: "Facilities - Kitchen Equipment" },
|
||||
{ label: "Facilities - Lights", value: "Facilities - Lights" },
|
||||
{ label: "Facilities - Linen", value: "Facilities - Linen" },
|
||||
{ label: "Facilities - Mattress", value: "Facilities - Mattress" },
|
||||
{ label: "Facilities - Mirror", value: "Facilities - Mirror" },
|
||||
{ label: "Facilities - Mosquito Net", value: "Facilities - Mosquito Net" },
|
||||
{ label: "Facilities - Other", value: "Facilities - Other" },
|
||||
{ label: "Facilities - Towel", value: "Facilities - Towel" },
|
||||
{ label: "Facilities - Fan", value: "Facilities - Fan" },
|
||||
{ label: "Cleanliness - Other", value: "Cleanliness - Other" },
|
||||
{ label: "Cleanliness - Floor", value: "Cleanliness - Floor" },
|
||||
{ label: "Cleanliness - Kitchen", value: "Cleanliness - Kitchen" },
|
||||
{ label: "Cleanliness - Bathroom", value: "Cleanliness - Bathroom" },
|
||||
{
|
||||
label: "Maintenance - Electrical",
|
||||
value: "Maintenance - Electrical",
|
||||
},
|
||||
{ label: "Facilities - Parking", value: "Facilities - Parking" },
|
||||
{ label: "Facilities - Pool Umbrella", value: "Facilities - Pool Umbrella" },
|
||||
{ label: "Facilities - Safe Deposit Box", value: "Facilities - Safe Deposit Box" },
|
||||
{ label: "Facilities - Security", value: "Facilities - Security" },
|
||||
{ label: "Facilities - Shower", value: "Facilities - Shower" },
|
||||
{ label: "Facilities - Sink", value: "Facilities - Sink" },
|
||||
{ label: "Facilities - Sunbed and Mattress", value: "Facilities - Sunbed and Mattress" },
|
||||
{ label: "Facilities - Swimming Pool", value: "Facilities - Swimming Pool" },
|
||||
{ label: "Facilities - Telephone", value: "Facilities - Telephone" },
|
||||
{ label: "Facilities - Toaster", value: "Facilities - Toaster" },
|
||||
{ label: "Facilities - Toilet Bowl", value: "Facilities - Toilet Bowl" },
|
||||
{ label: "Facilities - Toiletries", value: "Facilities - Toiletries" },
|
||||
{ label: "Facilities - Towels", value: "Facilities - Towels" },
|
||||
{ label: "Facilities - TV Unit", value: "Facilities - TV Unit" },
|
||||
{ label: "Facilities - Wardrobe", value: "Facilities - Wardrobe" },
|
||||
{ label: "Facilities - Wash Basin", value: "Facilities - Wash Basin" },
|
||||
{ label: "Facilities - Water Dispenser", value: "Facilities - Water Dispenser" },
|
||||
{ label: "Maintenance - Civil", value: "Maintenance - Civil" },
|
||||
{ label: "Maintenance - Electrical", value: "Maintenance - Electrical" },
|
||||
{ label: "Maintenance - Mechanical", value: "Maintenance - Mechanical" },
|
||||
{ label: "Maintenance - Painting", value: "Maintenance - Painting" },
|
||||
{ label: "Maintenance - Plumbing", value: "Maintenance - Plumbing" },
|
||||
{ label: "Maintenance - HVAC", value: "Maintenance - HVAC" },
|
||||
{
|
||||
label: "Maintenance - Structural",
|
||||
value: "Maintenance - Structural",
|
||||
},
|
||||
{ label: "Safety Issue", value: "Safety Issue" },
|
||||
{ label: "Security Concern", value: "Security Concern" },
|
||||
{ label: "Other", value: "Other" },
|
||||
{ label: "General Inquiry", value: "General Inquiry" },
|
||||
{ label: "Feedback", value: "Feedback" },
|
||||
{ label: "Complaint", value: "Complaint" },
|
||||
{ label: "Request", value: "Request" },
|
||||
{ label: "Suggestion", value: "Suggestion" },
|
||||
{ label: "Booking Issue", value: "Booking Issue" },
|
||||
{ label: "Payment Issue", value: "Payment Issue" },
|
||||
{ label: "Cancellation Request", value: "Cancellation Request" },
|
||||
{ label: "Refund Request", value: "Refund Request" },
|
||||
{ label: "Reservation Change", value: "Reservation Change" },
|
||||
{ label: "Check-in Issue", value: "Check-in Issue" },
|
||||
{ label: "Check-out Issue", value: "Check-out Issue" },
|
||||
{ label: "Maintenance - Roof", value: "Maintenance - Roof" },
|
||||
{ label: "Other - Accident", value: "Other - Accident" },
|
||||
{ label: "Other - Animals", value: "Other - Animals" },
|
||||
{ label: "Other - Booking", value: "Other - Booking" },
|
||||
{ label: "Other - Cleanliness", value: "Other - Cleanliness" },
|
||||
{ label: "Other - Crime", value: "Other - Crime" },
|
||||
{ label: "Other - Food and Beverage", value: "Other - Food and Beverage" },
|
||||
{ label: "Other - Garden", value: "Other - Garden" },
|
||||
{ label: "Other - Inventory", value: "Other - Inventory" },
|
||||
{ label: "Other - Noise", value: "Other - Noise" },
|
||||
{ label: "Other - Payment", value: "Other - Payment" },
|
||||
{ label: "Other - Transport", value: "Other - Transport" },
|
||||
];
|
||||
|
||||
const areaOfVilla = [
|
||||
@@ -68,30 +93,52 @@
|
||||
{ label: "All Villa Areas", value: "All Villa Areas" },
|
||||
{ label: "Balcony", value: "Balcony" },
|
||||
{ label: "Bathroom (Guest)", value: "Bathroom (Guest)" },
|
||||
{ label: "Bathroom Guest House 1", value: "Bathroom Guest House 1" },
|
||||
{ label: "Bathroom Guest House 2", value: "Bathroom Guest House 2" },
|
||||
{ label: "Bathroom Guest House 3", value: "Bathroom Guest House 3" },
|
||||
{ label: "Bathroom (Master)", value: "Bathroom (Master)" },
|
||||
{ label: "Bathroom 1", value: "Bathroom 1" },
|
||||
{ label: "Bathroom 2", value: "Bathroom 2" },
|
||||
{ label: "Bathroom 3", value: "Bathroom 3" },
|
||||
{ label: "Bedroom (Guest)", value: "Bedroom (Guest)" },
|
||||
{ label: "Bathroom 4", value: "Bathroom 4" },
|
||||
{ label: "Bathroom 5", value: "Bathroom 5" },
|
||||
{ label: "BBQ Area", value: "BBQ Area" },
|
||||
{ label: "Bedroom (Master)", value: "Bedroom (Master)" },
|
||||
{ label: "Bedroom 1", value: "Bedroom 1" },
|
||||
{ label: "Bedroom 2", value: "Bedroom 2" },
|
||||
{ label: "Bedroom 3", value: "Bedroom 3" },
|
||||
{ label: "Kids Room", value: "Kids Room" },
|
||||
{ label: "Bedroom 4", value: "Bedroom 4" },
|
||||
{ label: "Bedroom 5", value: "Bedroom 5" },
|
||||
{ label: "Boundary Wall", value: "Boundary Wall" },
|
||||
{ label: "Carport", value: "Carport" },
|
||||
{ label: "Dining Room", value: "Dining Room" },
|
||||
{ label: "Flat Roof", value: "Flat Roof" },
|
||||
{ label: "Garden", value: "Garden" },
|
||||
{ label: "Gate", value: "Gate" },
|
||||
{ label: "Gazebo", value: "Gazebo" },
|
||||
{ label: "Generator Room", value: "Generator Room" },
|
||||
{ label: "Guest House 1", value: "Guest House 1" },
|
||||
{ label: "Guest House 2", value: "Guest House 2" },
|
||||
{ label: "Guest House 3", value: "Guest House 3" },
|
||||
{ label: "Guest House 4", value: "Guest House 4" },
|
||||
{ label: "Kids Room", value: "Kids Room" },
|
||||
{ label: "Kitchen", value: "Kitchen" },
|
||||
{ label: "Pump Room", value: "Pump Room" },
|
||||
{ label: "Landscape", value: "Landscape" },
|
||||
{ label: "Living Room", value: "Living Room" },
|
||||
{ label: "Outdoor Area", value: "Outdoor Area" },
|
||||
{ label: "Parking Area", value: "Parking Area" },
|
||||
{ label: "Other", value: "Other" },
|
||||
{ label: "Outdoor Bar", value: "Outdoor Bar" },
|
||||
{ label: "Outdoor Kitchen", value: "Outdoor Kitchen" },
|
||||
{ label: "Outdoor Shower", value: "Outdoor Shower" },
|
||||
{ label: "Outside The Villa", value: "Outside The Villa" },
|
||||
{ label: "Pool", value: "Pool" },
|
||||
{ label: "Roof", value: "Roof" },
|
||||
{ label: "Stairs", value: "Stairs" },
|
||||
{ label: "Storage", value: "Storage" },
|
||||
{ label: "Pump Room", value: "Pump Room" },
|
||||
{ label: "Staff Room", value: "Staff Room" },
|
||||
{ label: "Stairs (other)", value: "Stairs (other)" },
|
||||
{ label: "Stairs (living room)", value: "Stairs (living room)" },
|
||||
{ label: "Storage", value: "Storage" },
|
||||
{ label: "Transport", value: "Transport" },
|
||||
{ label: "Window", value: "Window" },
|
||||
{ label: "Others", value: "Others" },
|
||||
{ label: "TV Room", value: "TV Room" },
|
||||
{ label: "Water Feature", value: "Water Feature" }
|
||||
];
|
||||
//InputBy & reportedBy should dropdown data from active employee, from table vb_employee (field employee_name and employee_status = 'Active')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user